#082072

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

Shades of Sapphire #082072

Tints of Sapphire #082072

Color information

#082072 (or 0x082072) is unknown color: approx Sapphire. HEX triplet: 08, 20 and 72. RGB value is (8,32,114). Sum of RGB (Red+Green+Blue) = 8+32+114=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #082072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082072 is #F7DF8D. Grayscale: #212121. Windows color (decimal): -16244622 or 7479304. OLE color: 7479304.

HSL color Cylindrical-coordinate representation of color #082072: hue angle of 226.42º 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 #082072 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB832114-
CMYK0.930.7200.55
HSL226.42º86.89%23.92%-
HSV(B)226.42º92.98%44.71%-
XYZ3.652.316.17-
YUV34.17173.05109.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 114 (44.92% from 255) = 74.03%
R=5.19%
G=20.78%
B=74.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8321140.930.7200.55226.4286.8923.92
Hex820725D48037e25718
Octal104016213511006734212730
Binary1000100000111001010111011001000011011111100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082072; }

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

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

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

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

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

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

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

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