Html Css Color HEX #081182 Navy

📋 copy color: '#081182'

red 8 ◦ green 17 ◦ blue 130

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

Shades of Navy #081182

Tints of Navy #081182

RGB

 RED value IS 8 (3.52% from 255) = 5.16%

 GREEN value IS 17 (7.03% from 255) = 10.97%

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

R = 5.16%
G = 10.97%
B = 83.87%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#081182 (or 0x081182) is known color: Navy. HEX triplet: 08, 11 and 82. RGB value is (8,17,130). Sum of RGB (Red+Green+Blue) = 8+17+130=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 130 (51.17% from 255 or 83.87% from 155); Max value from RGB is 130 - color contains mainly: blue. Hex color #081182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081182 is #F7EE7D. Grayscale: #1A1A1A. Windows color (decimal): -16248446 or 8524040. OLE color: 8524040.

HSL color Cylindrical-coordinate representation of color #081182: hue angle of 235.57º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081182 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 17 130 -
CMYK 0.94 0.87 0 0.49
HSL 235.57º 0.88% 0.27% -
HSV(B) 235.57º 0.94% 0.51% -
XYZ 4.33 2.06 21.29 -
YUV 27.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 8 17 130 0.94 0.87 0 0.49 235.57 0.88 0.27
Hex 8 11 82 5E 57 0 31 EC 58 1B
Octal 10 21 202 136 127 0 61 354 130 33
Binary 1000 10001 10000010 1011110 1010111 0 110001 11101100 1011000 11011

Color Harmonies of #081182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081182

Black with #081182

Text Example


Text Example

White with #081182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081182; }

 p { color: rgb(8,17,130); }

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

background-color css

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

 a { background-color: rgb(8,17,130); }

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

border-color css

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

 span { border-color: rgb(8,17,130); }

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