Html Css Color HEX #0E056F Navy

📋 copy color: '#0E056F'

red 14 ◦ green 5 ◦ blue 111

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

Shades of Navy #0E056F

Tints of Navy #0E056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 85.38%

R = 10.77%
G = 3.85%
B = 85.38%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0E056F (or 0x0E056F) is known color: Navy. HEX triplet: 0E, 05 and 6F. RGB value is (14,5,111). Sum of RGB (Red+Green+Blue) = 14+5+111=130 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.77% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 111 (43.75% from 255 or 85.38% from 130); Max value from RGB is 111 - color contains mainly: blue. Hex color #0E056F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E056F is #F1FA90. Grayscale: #131313. Windows color (decimal): -15858321 or 7275790. OLE color: 7275790.

HSL color Cylindrical-coordinate representation of color #0E056F: hue angle of 245.09º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E056F is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 5 111 -
CMYK 0.87 0.95 0 0.56
HSL 245.09º 0.91% 0.23% -
HSV(B) 245.09º 0.95% 0.44% -
XYZ 3.1 1.35 15.14 -
YUV 19.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 14 5 111 0.87 0.95 0 0.56 245.09 0.91 0.23
Hex E 5 6F 57 5F 0 38 F5 5B 17
Octal 16 5 157 127 137 0 70 365 133 27
Binary 1110 101 1101111 1010111 1011111 0 111000 11110101 1011011 10111

Color Harmonies of #0E056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E056F

Black with #0E056F

Text Example


Text Example

White with #0E056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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