Html Css Color HEX #0E0182 Navy

📋 copy color: '#0E0182'

red 14 ◦ green 1 ◦ blue 130

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

Shades of Navy #0E0182

Tints of Navy #0E0182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 89.66%

R = 9.66%
G = 0.69%
B = 89.66%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0E0182 (or 0x0E0182) is known color: Navy. HEX triplet: 0E, 01 and 82. RGB value is (14,1,130). Sum of RGB (Red+Green+Blue) = 14+1+130=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 130 (51.17% from 255 or 89.66% from 145); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E0182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0182 is #F1FE7D. Grayscale: #131313. Windows color (decimal): -15859326 or 8519950. OLE color: 8519950.

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

Color convert

RGB 14 1 130 -
CMYK 0.89 0.99 0 0.49
HSL 246.05º 0.98% 0.26% -
HSV(B) 246.05º 0.99% 0.51% -
XYZ 4.22 1.73 21.23 -
YUV 19.59 190.31 124.01 -
System Red Green Blue C M Y K H S L
Decimal 14 1 130 0.89 0.99 0 0.49 246.05 0.98 0.26
Hex E 1 82 59 63 0 31 F6 62 1A
Octal 16 1 202 131 143 0 61 366 142 32
Binary 1110 1 10000010 1011001 1100011 0 110001 11110110 1100010 11010

Color Harmonies of #0E0182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0182

Black with #0E0182

Text Example


Text Example

White with #0E0182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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