#082572

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

Shades of Sapphire #082572

Tints of Sapphire #082572

Color information

#082572 (or 0x082572) is unknown color: approx Sapphire. HEX triplet: 08, 25 and 72. RGB value is (8,37,114). Sum of RGB (Red+Green+Blue) = 8+37+114=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #082572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082572 is #F7DA8D. Grayscale: #242424. Windows color (decimal): -16243342 or 7480584. OLE color: 7480584.

HSL color Cylindrical-coordinate representation of color #082572: hue angle of 223.58º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082572 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB837114-
CMYK0.930.6800.55
HSL223.58º86.89%23.92%-
HSV(B)223.58º92.98%44.71%-
XYZ3.82.5916.22-
YUV37.11171.39107.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 114 (44.92% from 255) = 71.70%
R=5.03%
G=23.27%
B=71.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8371140.930.6800.55223.5886.8923.92
Hex825725D44037e05718
Octal104516213510406734012730
Binary1000100101111001010111011000100011011111100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082572; }

 p { color: rgb(8,37,114); }

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

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

 a { background-color: rgb(8,37,114); }

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

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

 span { border-color: rgb(8,37,114); }

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