#082055

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

Shades of Sapphire #082055

Tints of Sapphire #082055

Color information

#082055 (or 0x082055) is unknown color: approx Sapphire. HEX triplet: 08, 20 and 55. RGB value is (8,32,85). Sum of RGB (Red+Green+Blue) = 8+32+85=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #082055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082055 is #F7DFAA. Grayscale: #1E1E1E. Windows color (decimal): -16244651 or 5578760. OLE color: 5578760.

HSL color Cylindrical-coordinate representation of color #082055: hue angle of 221.3º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082055 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB83285-
CMYK0.910.6200.67
HSL221.3º82.8%18.24%-
HSV(B)221.3º90.59%33.33%-
XYZ2.261.748.81-
YUV30.87158.55111.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.4%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 85 (33.59% from 255) = 68%
R=6.4%
G=25.6%
B=68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal832850.910.6200.67221.382.818.24
Hex820555B3E043dd5312
Octal104012513376010333512322
Binary1000100000101010110110111111100100001111011101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082055; }

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

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

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

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

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

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

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

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