Html Css Color HEX #0E027E Navy

📋 copy color: '#0E027E'

red 14 ◦ green 2 ◦ blue 126

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

Shades of Navy #0E027E

Tints of Navy #0E027E

RGB

 RED value IS 14 (5.86% from 255) = 9.86%

 GREEN value IS 2 (1.17% from 255) = 1.41%

 BLUE value IS 126 (49.61% from 255) = 88.73%

R = 9.86%
G = 1.41%
B = 88.73%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0E027E (or 0x0E027E) is known color: Navy. HEX triplet: 0E, 02 and 7E. RGB value is (14,2,126). Sum of RGB (Red+Green+Blue) = 14+2+126=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 126 (49.61% from 255 or 88.73% from 142); Max value from RGB is 126 - color contains mainly: blue. Hex color #0E027E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E027E is #F1FD81. Grayscale: #131313. Windows color (decimal): -15859074 or 8258062. OLE color: 8258062.

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

Color convert

RGB 14 2 126 -
CMYK 0.89 0.98 0 0.51
HSL 245.81º 0.97% 0.25% -
HSV(B) 245.81º 0.98% 0.49% -
XYZ 3.97 1.64 19.85 -
YUV 19.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 14 2 126 0.89 0.98 0 0.51 245.81 0.97 0.25
Hex E 2 7E 59 62 0 33 F6 61 19
Octal 16 2 176 131 142 0 63 366 141 31
Binary 1110 10 1111110 1011001 1100010 0 110011 11110110 1100001 11001

Color Harmonies of #0E027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E027E

Black with #0E027E

Text Example


Text Example

White with #0E027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E027E; }

 p { color: rgb(14,2,126); }

 H1.HeaderClassName
 {
   color: #0E027E;
 }
 .AnyTagClassName
 {
   color: #0E027E;
 }
</style>

background-color css

<style>
 a { background-color: #0E027E; }

 a { background-color: rgb(14,2,126); }

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

border-color css

<style>
 span { border-color: #0E027E; }

 span { border-color: rgb(14,2,126); }

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