#082F70

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

Shades of Sapphire #082F70

Tints of Sapphire #082F70

Color information

#082F70 (or 0x082F70) is unknown color: approx Sapphire. HEX triplet: 08, 2F and 70. RGB value is (8,47,112). Sum of RGB (Red+Green+Blue) = 8+47+112=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #082F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F70 is #F7D08F. Grayscale: #2A2A2A. Windows color (decimal): -16240784 or 7352072. OLE color: 7352072.

HSL color Cylindrical-coordinate representation of color #082F70: hue angle of 217.5º 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 #082F70 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB847112-
CMYK0.930.5800.56
HSL217.5º86.67%23.53%-
HSV(B)217.5º92.86%43.92%-
XYZ4.043.2515.74-
YUV42.75167.08103.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.79%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 112 (44.14% from 255) = 67.07%
R=4.79%
G=28.14%
B=67.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8471120.930.5800.56217.586.6723.53
Hex82F705D3A038da5718
Octal10571601357207033212730
Binary100010111111100001011101111010011100011011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082F70; }

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

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

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

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

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

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

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

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