#082063

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

Shades of Sapphire #082063

Tints of Sapphire #082063

Color information

#082063 (or 0x082063) is unknown color: approx Sapphire. HEX triplet: 08, 20 and 63. RGB value is (8,32,99). Sum of RGB (Red+Green+Blue) = 8+32+99=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #082063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082063 is #F7DF9C. Grayscale: #202020. Windows color (decimal): -16244637 or 6496264. OLE color: 6496264.

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

Color convert

RGB83299-
CMYK0.920.6800.61
HSL224.18º85.05%20.98%-
HSV(B)224.18º91.92%38.82%-
XYZ2.871.9912.04-
YUV32.46165.55110.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 99 (39.06% from 255) = 71.22%
R=5.76%
G=23.02%
B=71.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal832990.920.6800.61224.1885.0520.98
Hex820635C4403De05515
Octal104014313410407534012525
Binary1000100000110001110111001000100011110111100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082063; }

 p { color: rgb(8,32,99); }

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

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

 a { background-color: rgb(8,32,99); }

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

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

 span { border-color: rgb(8,32,99); }

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