Html Css Color HEX #010E72 Navy

📋 copy color: '#010E72'

red 1 ◦ green 14 ◦ blue 114

#010E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #010E72

Tints of Navy #010E72

RGB

 RED value IS 1 (0.78% from 255) = 0.78%

 GREEN value IS 14 (5.86% from 255) = 10.85%

 BLUE value IS 114 (44.92% from 255) = 88.37%

R = 0.78%
G = 10.85%
B = 88.37%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#010E72 (or 0x010E72) is known color: Navy. HEX triplet: 01, 0E and 72. RGB value is (1,14,114). Sum of RGB (Red+Green+Blue) = 1+14+114=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 114 (44.92% from 255 or 88.37% from 129); Max value from RGB is 114 - color contains mainly: blue. Hex color #010E72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E72 is #FEF18D. Grayscale: #151515. Windows color (decimal): -16707982 or 7474689. OLE color: 7474689.

HSL color Cylindrical-coordinate representation of color #010E72: hue angle of 233.1º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E72 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 14 114 -
CMYK 0.99 0.88 0 0.55
HSL 233.1º 0.98% 0.23% -
HSV(B) 233.1º 0.99% 0.45% -
XYZ 3.21 1.54 16.05 -
YUV 21.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 1 14 114 0.99 0.88 0 0.55 233.1 0.98 0.23
Hex 1 E 72 63 58 0 37 E9 62 17
Octal 1 16 162 143 130 0 67 351 142 27
Binary 1 1110 1110010 1100011 1011000 0 110111 11101001 1100010 10111

Color Harmonies of #010E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E72

Black with #010E72

Text Example


Text Example

White with #010E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010E72; }

 p { color: rgb(1,14,114); }

 H1.HeaderClassName
 {
   color: #010E72;
 }
 .AnyTagClassName
 {
   color: #010E72;
 }
</style>

background-color css

<style>
 a { background-color: #010E72; }

 a { background-color: rgb(1,14,114); }

 div.DivClassName
 {
   background-color: #010E72;
 }
 .BgClassName
 {
   background-color: #010E72;
 }
</style>

border-color css

<style>
 span { border-color: #010E72; }

 span { border-color: rgb(1,14,114); }

 td.TdClassName
 {
   border-color: #010E72;
 }
 .TagClassName
 {
   border-color: #010E72;
 }
</style>