Color Hex Logo

#0149af Color Hex

#0149AF
(1,73,175)
0 Favorites   0 Comments

Color spaces of #0149af

RGB 173175
HSL0.600.990.35
HSV215°99°69°
CMYK 0.990.580.00   0.31
XYZ10.13297.866741.5418
Yxy7.86670.17020.1321
Hunter Lab28.047615.4042-68.1820
CIE-Lab33.703722.8436-59.3608

#0149af color RGB value is (1,73,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001001 10101111
Octal 1 111 257
Decimal 1 73 175
Hex 1 49 AF

RGB Percentages of Color #0149af

%0.40
%29.32
%70.28

CMYK Percentages of Color #0149af

%99
%58
%0
%31

Triadic Colors of #0149af

#0149af #af0149 #49af01

Analogous Colors of #0149af

#0149af #1001af #01a0af

Monochromatic Colors of #0149af

#0149af

Complementary Color

#0149af #af6701

#0149af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0149af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0149af Color CSS Codes

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

#0149af Text Font Color

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

This sample text font color is #0149af
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.


#0149af Background Color

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

This div background color is #0149af


#0149af Border Color

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

This div border color is #0149af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,73,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 #0149af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0149af


Comments

No comments written yet.

Please login to write comment.