#082770

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

Shades of Sapphire #082770

Tints of Sapphire #082770

Color information

#082770 (or 0x082770) is unknown color: approx Sapphire. HEX triplet: 08, 27 and 70. RGB value is (8,39,112). Sum of RGB (Red+Green+Blue) = 8+39+112=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #082770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082770 is #F7D88F. Grayscale: #252525. Windows color (decimal): -16242832 or 7350024. OLE color: 7350024.

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

Color convert

RGB839112-
CMYK0.930.6500.56
HSL222.12º86.67%23.53%-
HSV(B)222.12º92.86%43.92%-
XYZ3.752.6715.65-
YUV38.05169.73106.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 112 (44.14% from 255) = 70.44%
R=5.03%
G=24.53%
B=70.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8391120.930.6500.56222.1286.6723.53
Hex827705D41038de5718
Octal104716013510107033612730
Binary1000100111111000010111011000001011100011011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082770; }

 p { color: rgb(8,39,112); }

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

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

 a { background-color: rgb(8,39,112); }

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

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

 span { border-color: rgb(8,39,112); }

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