Html Css Color HEX #010E70 Navy

📋 copy color: '#010E70'

red 1 ◦ green 14 ◦ blue 112

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

Shades of Navy #010E70

Tints of Navy #010E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 88.19%

R = 0.79%
G = 11.02%
B = 88.19%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010E70 (or 0x010E70) is known color: Navy. HEX triplet: 01, 0E and 70. RGB value is (1,14,112). Sum of RGB (Red+Green+Blue) = 1+14+112=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 112 (44.14% from 255 or 88.19% from 127); Max value from RGB is 112 - color contains mainly: blue. Hex color #010E70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E70 is #FEF18F. Grayscale: #141414. Windows color (decimal): -16707984 or 7343617. OLE color: 7343617.

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

Color convert

RGB 1 14 112 -
CMYK 0.99 0.88 0 0.56
HSL 232.97º 0.98% 0.22% -
HSV(B) 232.97º 0.99% 0.44% -
XYZ 3.09 1.49 15.45 -
YUV 21.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 1 14 112 0.99 0.88 0 0.56 232.97 0.98 0.22
Hex 1 E 70 63 58 0 38 E9 62 16
Octal 1 16 160 143 130 0 70 351 142 26
Binary 1 1110 1110000 1100011 1011000 0 111000 11101001 1100010 10110

Color Harmonies of #010E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E70

Black with #010E70

Text Example


Text Example

White with #010E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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