#082663

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

Shades of Sapphire #082663

Tints of Sapphire #082663

Color information

#082663 (or 0x082663) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 63. RGB value is (8,38,99). Sum of RGB (Red+Green+Blue) = 8+38+99=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #082663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082663 is #F7D99C. Grayscale: #232323. Windows color (decimal): -16243101 or 6497800. OLE color: 6497800.

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

Color convert

RGB83899-
CMYK0.920.6200.61
HSL220.22º85.05%20.98%-
HSV(B)220.22º91.92%38.82%-
XYZ3.052.3412.1-
YUV35.98163.56108.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 99 (39.06% from 255) = 68.28%
R=5.52%
G=26.21%
B=68.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal838990.920.6200.61220.2285.0520.98
Hex826635C3E03Ddc5515
Octal10461431347607533412525
Binary100010011011000111011100111110011110111011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082663; }

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

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

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

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

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

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

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

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