#082155

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

Shades of Sapphire #082155

Tints of Sapphire #082155

Color information

#082155 (or 0x082155) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 55. RGB value is (8,33,85). Sum of RGB (Red+Green+Blue) = 8+33+85=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #082155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082155 is #F7DEAA. Grayscale: #1F1F1F. Windows color (decimal): -16244395 or 5579016. OLE color: 5579016.

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

Color convert

RGB83385-
CMYK0.910.6100.67
HSL220.52º82.8%18.24%-
HSV(B)220.52º90.59%33.33%-
XYZ2.281.88.82-
YUV31.45158.22111.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 85 (33.59% from 255) = 67.46%
R=6.35%
G=26.19%
B=67.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal833850.910.6100.67220.5282.818.24
Hex821555B3D043dd5312
Octal104112513375010333512322
Binary1000100001101010110110111111010100001111011101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082155; }

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

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

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

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

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

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

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

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