Html Css Color HEX #0E0476 Navy

📋 copy color: '#0E0476'

red 14 ◦ green 4 ◦ blue 118

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

Shades of Navy #0E0476

Tints of Navy #0E0476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

 BLUE value IS 118 (46.48% from 255) = 86.76%

R = 10.29%
G = 2.94%
B = 86.76%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E0476 (or 0x0E0476) is known color: Navy. HEX triplet: 0E, 04 and 76. RGB value is (14,4,118). Sum of RGB (Red+Green+Blue) = 14+4+118=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 118 (46.48% from 255 or 86.76% from 136); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E0476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0476 is #F1FB89. Grayscale: #131313. Windows color (decimal): -15858570 or 7734286. OLE color: 7734286.

HSL color Cylindrical-coordinate representation of color #0E0476: hue angle of 245.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E0476 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 4 118 -
CMYK 0.88 0.97 0 0.54
HSL 245.26º 0.93% 0.24% -
HSV(B) 245.26º 0.97% 0.46% -
XYZ 3.49 1.49 17.24 -
YUV 19.99 183.31 123.73 -
System Red Green Blue C M Y K H S L
Decimal 14 4 118 0.88 0.97 0 0.54 245.26 0.93 0.24
Hex E 4 76 58 61 0 36 F5 5D 18
Octal 16 4 166 130 141 0 66 365 135 30
Binary 1110 100 1110110 1011000 1100001 0 110110 11110101 1011101 11000

Color Harmonies of #0E0476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0476

Black with #0E0476

Text Example


Text Example

White with #0E0476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,4,118); }

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

background-color css

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

 a { background-color: rgb(14,4,118); }

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

border-color css

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

 span { border-color: rgb(14,4,118); }

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