Html Css Color HEX #010E7D Navy

📋 copy color: '#010E7D'

red 1 ◦ green 14 ◦ blue 125

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

Shades of Navy #010E7D

Tints of Navy #010E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 89.29%

R = 0.71%
G = 10%
B = 89.29%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#010E7D (or 0x010E7D) is known color: Navy. HEX triplet: 01, 0E and 7D. RGB value is (1,14,125). Sum of RGB (Red+Green+Blue) = 1+14+125=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 125 (49.22% from 255 or 89.29% from 140); Max value from RGB is 125 - color contains mainly: blue. Hex color #010E7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E7D is #FEF182. Grayscale: #161616. Windows color (decimal): -16707971 or 8195585. OLE color: 8195585.

HSL color Cylindrical-coordinate representation of color #010E7D: hue angle of 233.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E7D is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 14 125 -
CMYK 0.99 0.89 0 0.51
HSL 233.71º 0.98% 0.25% -
HSV(B) 233.71º 0.99% 0.49% -
XYZ 3.87 1.8 19.55 -
YUV 22.77 185.69 112.47 -
System Red Green Blue C M Y K H S L
Decimal 1 14 125 0.99 0.89 0 0.51 233.71 0.98 0.25
Hex 1 E 7D 63 59 0 33 EA 62 19
Octal 1 16 175 143 131 0 63 352 142 31
Binary 1 1110 1111101 1100011 1011001 0 110011 11101010 1100010 11001

Color Harmonies of #010E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E7D

Black with #010E7D

Text Example


Text Example

White with #010E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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