#082462

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

Shades of Sapphire #082462

Tints of Sapphire #082462

Color information

#082462 (or 0x082462) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 62. RGB value is (8,36,98). Sum of RGB (Red+Green+Blue) = 8+36+98=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #082462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082462 is #F7DB9D. Grayscale: #222222. Windows color (decimal): -16243614 or 6431752. OLE color: 6431752.

HSL color Cylindrical-coordinate representation of color #082462: hue angle of 221.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 #082462 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB83698-
CMYK0.920.6300.62
HSL221.33º84.91%20.78%-
HSV(B)221.33º91.84%38.43%-
XYZ2.942.211.82-
YUV34.7163.72108.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 98 (38.67% from 255) = 69.01%
R=5.63%
G=25.35%
B=69.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal836980.920.6300.62221.3384.9120.78
Hex824625C3F03Edd5515
Octal10441421347707633512525
Binary100010010011000101011100111111011111011011101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082462; }

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

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

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

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

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

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

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

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