Html Css Color HEX #0E0575 Navy

📋 copy color: '#0E0575'

red 14 ◦ green 5 ◦ blue 117

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

Shades of Navy #0E0575

Tints of Navy #0E0575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

 BLUE value IS 117 (46.09% from 255) = 86.03%

R = 10.29%
G = 3.68%
B = 86.03%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E0575 (or 0x0E0575) is known color: Navy. HEX triplet: 0E, 05 and 75. RGB value is (14,5,117). Sum of RGB (Red+Green+Blue) = 14+5+117=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E0575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0575 is #F1FA8A. Grayscale: #141414. Windows color (decimal): -15858315 or 7669006. OLE color: 7669006.

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

Color convert

RGB 14 5 117 -
CMYK 0.88 0.96 0 0.54
HSL 244.82º 0.92% 0.24% -
HSV(B) 244.82º 0.96% 0.46% -
XYZ 3.45 1.49 16.93 -
YUV 20.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 14 5 117 0.88 0.96 0 0.54 244.82 0.92 0.24
Hex E 5 75 58 60 0 36 F5 5C 18
Octal 16 5 165 130 140 0 66 365 134 30
Binary 1110 101 1110101 1011000 1100000 0 110110 11110101 1011100 11000

Color Harmonies of #0E0575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0575

Black with #0E0575

Text Example


Text Example

White with #0E0575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,5,117); }

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

background-color css

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

 a { background-color: rgb(14,5,117); }

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

border-color css

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

 span { border-color: rgb(14,5,117); }

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