Color Hex Logo

#01469f Color Hex

#01469F
(1,70,159)
0 Favorites   0 Comments

Color spaces of #01469f

RGB 170159
HSL0.590.990.31
HSV214°99°62°
CMYK 0.990.560.00   0.38
XYZ8.46076.890033.6849
Yxy6.89000.17250.1405
Hunter Lab26.248811.6000-57.7122
CIE-Lab31.555218.2714-53.2742

#01469f color RGB value is (1,70,159).

#01469f hex color red value is 1, green value is 70 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #01469f hue: 0.59 , saturation: 0.99 and the lightness value of 01469f is 0.31.

The process color (four color CMYK) of #01469f color hex is 0.99, 0.56, 0.00, 0.38. Web safe color of #01469f is #003399. Color #01469f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000110 10011111
Octal 1 106 237
Decimal 1 70 159
Hex 1 46 9F

RGB Percentages of Color #01469f

%0.43
%30.43
%69.13

CMYK Percentages of Color #01469f

%99
%56
%0
%38

Triadic Colors of #01469f

#01469f #9f0146 #469f01

Analogous Colors of #01469f

#01469f #0b019f #01959f

Monochromatic Colors of #01469f

#01469f

Complementary Color

#01469f #9f5a01

#01469f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01469f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01469f Color CSS Codes

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

#01469f Text Font Color

<p style="color:#01469f">Text here</p>

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


#01469f Background Color

<div style="background-color:#01469f">
Div content here</div>

This div background color is #01469f


#01469f Border Color

<div style="border:3px solid #01469f">
Div here</div>

This div border color is #01469f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,70,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01469f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01469f;
  -webkit-box-shadow: 1px 1px 3px 2px #01469f;
  box-shadow:         1px 1px 3px 2px #01469f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01469f


Comments

No comments written yet.

Please login to write comment.