Html Css Color HEX #0E0371 Navy

📋 copy color: '#0E0371'

red 14 ◦ green 3 ◦ blue 113

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

Shades of Navy #0E0371

Tints of Navy #0E0371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.31%

 BLUE value IS 113 (44.53% from 255) = 86.92%

R = 10.77%
G = 2.31%
B = 86.92%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0E0371 (or 0x0E0371) is known color: Navy. HEX triplet: 0E, 03 and 71. RGB value is (14,3,113). Sum of RGB (Red+Green+Blue) = 14+3+113=130 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.77% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 113 (44.53% from 255 or 86.92% from 130); Max value from RGB is 113 - color contains mainly: blue. Hex color #0E0371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0371 is #F1FC8E. Grayscale: #121212. Windows color (decimal): -15858831 or 7406350. OLE color: 7406350.

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

Color convert

RGB 14 3 113 -
CMYK 0.88 0.97 0 0.56
HSL 246º 0.95% 0.23% -
HSV(B) 246º 0.97% 0.44% -
XYZ 3.19 1.35 15.72 -
YUV 18.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 14 3 113 0.88 0.97 0 0.56 246 0.95 0.23
Hex E 3 71 58 61 0 38 F6 5F 17
Octal 16 3 161 130 141 0 70 366 137 27
Binary 1110 11 1110001 1011000 1100001 0 111000 11110110 1011111 10111

Color Harmonies of #0E0371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0371

Black with #0E0371

Text Example


Text Example

White with #0E0371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,3,113); }

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

background-color css

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

 a { background-color: rgb(14,3,113); }

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

border-color css

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

 span { border-color: rgb(14,3,113); }

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