#082057

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

Shades of Sapphire #082057

Tints of Sapphire #082057

Color information

#082057 (or 0x082057) is unknown color: approx Sapphire. HEX triplet: 08, 20 and 57. RGB value is (8,32,87). Sum of RGB (Red+Green+Blue) = 8+32+87=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 87 (34.38% from 255 or 68.50% from 127); Max value from RGB is 87 - color contains mainly: blue. Hex color #082057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082057 is #F7DFA8. Grayscale: #1E1E1E. Windows color (decimal): -16244649 or 5709832. OLE color: 5709832.

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

Color convert

RGB83287-
CMYK0.910.6300.66
HSL221.77º83.16%18.63%-
HSV(B)221.77º90.8%34.12%-
XYZ2.341.779.24-
YUV31.09159.55111.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 87 (34.38% from 255) = 68.50%
R=6.30%
G=25.20%
B=68.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal832870.910.6300.66221.7783.1618.63
Hex820575B3F042de5313
Octal104012713377010233612323
Binary1000100000101011110110111111110100001011011110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082057; }

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

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

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

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

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

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

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

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