#082162

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

Shades of Sapphire #082162

Tints of Sapphire #082162

Color information

#082162 (or 0x082162) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 62. RGB value is (8,33,98). Sum of RGB (Red+Green+Blue) = 8+33+98=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #082162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082162 is #F7DE9D. Grayscale: #202020. Windows color (decimal): -16244382 or 6430984. OLE color: 6430984.

HSL color Cylindrical-coordinate representation of color #082162: hue angle of 223.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082162 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB83398-
CMYK0.920.6600.62
HSL223.33º84.91%20.78%-
HSV(B)223.33º91.84%38.43%-
XYZ2.852.0211.8-
YUV32.94164.72110.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 98 (38.67% from 255) = 70.50%
R=5.76%
G=23.74%
B=70.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal833980.920.6600.62223.3384.9120.78
Hex821625C4203Edf5515
Octal104114213410207633712525
Binary1000100001110001010111001000010011111011011111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082162; }

 p { color: rgb(8,33,98); }

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

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

 a { background-color: rgb(8,33,98); }

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

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

 span { border-color: rgb(8,33,98); }

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