Html Css Color HEX #0E0171 Navy

📋 copy color: '#0E0171'

red 14 ◦ green 1 ◦ blue 113

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

Shades of Navy #0E0171

Tints of Navy #0E0171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

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

R = 10.94%
G = 0.78%
B = 88.28%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0E0171 (or 0x0E0171) is known color: Navy. HEX triplet: 0E, 01 and 71. RGB value is (14,1,113). Sum of RGB (Red+Green+Blue) = 14+1+113=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 113 (44.53% from 255 or 88.28% from 128); Max value from RGB is 113 - color contains mainly: blue. Hex color #0E0171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0171 is #F1FE8E. Grayscale: #111111. Windows color (decimal): -15859343 or 7405838. OLE color: 7405838.

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

Color convert

RGB 14 1 113 -
CMYK 0.88 0.99 0 0.56
HSL 246.96º 0.98% 0.22% -
HSV(B) 246.96º 0.99% 0.44% -
XYZ 3.17 1.31 15.71 -
YUV 17.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 14 1 113 0.88 0.99 0 0.56 246.96 0.98 0.22
Hex E 1 71 58 63 0 38 F7 62 16
Octal 16 1 161 130 143 0 70 367 142 26
Binary 1110 1 1110001 1011000 1100011 0 111000 11110111 1100010 10110

Color Harmonies of #0E0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0171

Black with #0E0171

Text Example


Text Example

White with #0E0171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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