#081282

Color #081282 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #081282

Tints of Navy #081282

Color information

#081282 (or 0x081282) is unknown color: approx Navy. HEX triplet: 08, 12 and 82. RGB value is (8,18,130). Sum of RGB (Red+Green+Blue) = 8+18+130=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 130 (51.17% from 255 or 83.33% from 156); Max value from RGB is 130 - color contains mainly: blue. Hex color #081282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081282 is #F7ED7D. Grayscale: #1B1B1B. Windows color (decimal): -16248190 or 8524296. OLE color: 8524296.

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

Color convert

RGB818130-
CMYK0.940.8600.49
HSL235.08º88.41%27.06%-
HSV(B)235.08º93.85%50.98%-
XYZ4.352.121.29-
YUV27.78185.69113.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 130 (51.17% from 255) = 83.33%
R=5.13%
G=11.54%
B=83.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8181300.940.8600.49235.0888.4127.06
Hex812825E56031eb581b
Octal102220213612606135313033
Binary1000100101000001010111101010110011000111101011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081282; }

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

 H1.HeaderClassName
 {
   color: #081282;
 }
 .AnyTagClassName
 {
   color: #081282;
 }
</style>
background-color css

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

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

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

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

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

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