#082158

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

Shades of Sapphire #082158

Tints of Sapphire #082158

Color information

#082158 (or 0x082158) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 58. RGB value is (8,33,88). Sum of RGB (Red+Green+Blue) = 8+33+88=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #082158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082158 is #F7DEA7. Grayscale: #1F1F1F. Windows color (decimal): -16244392 or 5775624. OLE color: 5775624.

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

Color convert

RGB83388-
CMYK0.910.6200.65
HSL221.25º83.33%18.82%-
HSV(B)221.25º90.91%34.51%-
XYZ2.411.849.46-
YUV31.8159.72111.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 33 (13.28% from 255) = 25.58%
BLUE value IS 88 (34.77% from 255) = 68.22%
R=6.20%
G=25.58%
B=68.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal833880.910.6200.65221.2583.3318.82
Hex821585B3E041dd5313
Octal104113013376010133512323
Binary1000100001101100010110111111100100000111011101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082158; }

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

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

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

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

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

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

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

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