#082762

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

Shades of Sapphire #082762

Tints of Sapphire #082762

Color information

#082762 (or 0x082762) is unknown color: approx Sapphire. HEX triplet: 08, 27 and 62. RGB value is (8,39,98). Sum of RGB (Red+Green+Blue) = 8+39+98=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #082762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082762 is #F7D89D. Grayscale: #242424. Windows color (decimal): -16242846 or 6432520. OLE color: 6432520.

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

Color convert

RGB83998-
CMYK0.920.6000.62
HSL219.33º84.91%20.78%-
HSV(B)219.33º91.84%38.43%-
XYZ3.032.3811.86-
YUV36.46162.73107.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 39 (15.62% from 255) = 26.90%
BLUE value IS 98 (38.67% from 255) = 67.59%
R=5.52%
G=26.90%
B=67.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal839980.920.6000.62219.3384.9120.78
Hex827625C3C03Edb5515
Octal10471421347407633312525
Binary100010011111000101011100111100011111011011011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082762; }

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

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

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

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

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

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

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

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