#082157

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

Shades of Sapphire #082157

Tints of Sapphire #082157

Color information

#082157 (or 0x082157) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 57. RGB value is (8,33,87). Sum of RGB (Red+Green+Blue) = 8+33+87=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #082157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082157 is #F7DEA8. Grayscale: #1F1F1F. Windows color (decimal): -16244393 or 5710088. OLE color: 5710088.

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

Color convert

RGB83387-
CMYK0.910.6200.66
HSL221.01º83.16%18.63%-
HSV(B)221.01º90.8%34.12%-
XYZ2.361.839.24-
YUV31.68159.22111.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 87 (34.38% from 255) = 67.97%
R=6.25%
G=25.78%
B=67.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal833870.910.6200.66221.0183.1618.63
Hex821575B3E042dd5313
Octal104112713376010233512323
Binary1000100001101011110110111111100100001011011101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082157; }

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

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

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

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

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

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

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

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