Html Css Color HEX #0E057E Navy

📋 copy color: '#0E057E'

red 14 ◦ green 5 ◦ blue 126

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

Shades of Navy #0E057E

Tints of Navy #0E057E

RGB

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

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

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

R = 9.66%
G = 3.45%
B = 86.9%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0E057E (or 0x0E057E) is known color: Navy. HEX triplet: 0E, 05 and 7E. RGB value is (14,5,126). Sum of RGB (Red+Green+Blue) = 14+5+126=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 126 (49.61% from 255 or 86.90% from 145); Max value from RGB is 126 - color contains mainly: blue. Hex color #0E057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E057E is #F1FA81. Grayscale: #151515. Windows color (decimal): -15858306 or 8258830. OLE color: 8258830.

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

Color convert

RGB 14 5 126 -
CMYK 0.89 0.96 0 0.51
HSL 244.46º 0.92% 0.26% -
HSV(B) 244.46º 0.96% 0.49% -
XYZ 4 1.71 19.86 -
YUV 21.49 186.98 122.66 -
System Red Green Blue C M Y K H S L
Decimal 14 5 126 0.89 0.96 0 0.51 244.46 0.92 0.26
Hex E 5 7E 59 60 0 33 F4 5C 1A
Octal 16 5 176 131 140 0 63 364 134 32
Binary 1110 101 1111110 1011001 1100000 0 110011 11110100 1011100 11010

Color Harmonies of #0E057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E057E

Black with #0E057E

Text Example


Text Example

White with #0E057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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