#082F6C

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

Shades of Sapphire #082F6C

Tints of Sapphire #082F6C

Color information

#082F6C (or 0x082F6C) is unknown color: approx Sapphire. HEX triplet: 08, 2F and 6C. RGB value is (8,47,108). Sum of RGB (Red+Green+Blue) = 8+47+108=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #082F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F6C is #F7D093. Grayscale: #2A2A2A. Windows color (decimal): -16240788 or 7089928. OLE color: 7089928.

HSL color Cylindrical-coordinate representation of color #082F6C: hue angle of 216.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082F6C is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB847108-
CMYK0.930.5600.58
HSL216.6º86.21%22.75%-
HSV(B)216.6º92.59%42.35%-
XYZ3.823.1714.6-
YUV42.29165.08103.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 108 (42.58% from 255) = 66.26%
R=4.91%
G=28.83%
B=66.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8471080.930.5600.58216.686.2122.75
Hex82F6C5D3803Ad95617
Octal10571541357007233112627
Binary100010111111011001011101111000011101011011001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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