Color Hex Logo

#0141af Color Hex

#0141AF
(1,65,175)
0 Favorites   0 Comments

Color spaces of #0141af

RGB 165175
HSL0.610.990.35
HSV218°99°69°
CMYK 0.990.630.00   0.31
XYZ9.64076.882241.3777
Yxy6.88220.16650.1189
Hunter Lab26.233919.6875-75.1519
CIE-Lab31.537228.2793-62.9049

#0141af color RGB value is (1,65,175).

#0141af hex color red value is 1, green value is 65 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0141af hue: 0.61 , saturation: 0.99 and the lightness value of 0141af is 0.35.

The process color (four color CMYK) of #0141af color hex is 0.99, 0.63, 0.00, 0.31. Web safe color of #0141af is #003399. Color #0141af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000001 10101111
Octal 1 101 257
Decimal 1 65 175
Hex 1 41 AF

RGB Percentages of Color #0141af

%0.41
%26.97
%72.61

CMYK Percentages of Color #0141af

%99
%63
%0
%31

Triadic Colors of #0141af

#0141af #af0141 #41af01

Analogous Colors of #0141af

#0141af #1801af #0198af

Monochromatic Colors of #0141af

#0141af

Complementary Color

#0141af #af6f01

#0141af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0141af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0141af Color CSS Codes

.mybgcolor {background-color:#0141af; } 
.myforecolor {color:#0141af; }
.mybordercolor {border:3px solid #0141af; }

#0141af Text Font Color

<p style="color:#0141af">Text here</p>

This sample text font color is #0141af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0141af Background Color

<div style="background-color:#0141af">
Div content here</div>

This div background color is #0141af


#0141af Border Color

<div style="border:3px solid #0141af">
Div here</div>

This div border color is #0141af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,65,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0141af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0141af;
  -webkit-box-shadow: 1px 1px 3px 2px #0141af;
  box-shadow:         1px 1px 3px 2px #0141af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,65,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0141af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0141af;
  -webkit-box-shadow: 1px 1px 3px 2px #0141af;
  box-shadow:         1px 1px 3px 2px #0141af;">
Div content here</div>

This div box has shadow with color #0141af


Comments

No comments written yet.

Please login to write comment.