Html Css Color HEX #081183 Navy

📋 copy color: '#081183'

red 8 ◦ green 17 ◦ blue 131

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

Shades of Navy #081183

Tints of Navy #081183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 83.97%

R = 5.13%
G = 10.9%
B = 83.97%

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

#081183 (or 0x081183) is known color: Navy. HEX triplet: 08, 11 and 83. RGB value is (8,17,131). Sum of RGB (Red+Green+Blue) = 8+17+131=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 131 (51.56% from 255 or 83.97% from 156); Max value from RGB is 131 - color contains mainly: blue. Hex color #081183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081183 is #F7EE7C. Grayscale: #1A1A1A. Windows color (decimal): -16248445 or 8589576. OLE color: 8589576.

HSL color Cylindrical-coordinate representation of color #081183: hue angle of 235.61º 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 #081183 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 17 131 -
CMYK 0.94 0.87 0 0.49
HSL 235.61º 0.88% 0.27% -
HSV(B) 235.61º 0.94% 0.51% -
XYZ 4.4 2.09 21.64 -
YUV 27.31 186.52 114.23 -
System Red Green Blue C M Y K H S L
Decimal 8 17 131 0.94 0.87 0 0.49 235.61 0.88 0.27
Hex 8 11 83 5E 57 0 31 EC 58 1B
Octal 10 21 203 136 127 0 61 354 130 33
Binary 1000 10001 10000011 1011110 1010111 0 110001 11101100 1011000 11011

Color Harmonies of #081183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081183

Black with #081183

Text Example


Text Example

White with #081183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081183; }

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

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

background-color css

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

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

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

border-color css

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

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

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