#082F72

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

Shades of Sapphire #082F72

Tints of Sapphire #082F72

Color information

#082F72 (or 0x082F72) is unknown color: approx Sapphire. HEX triplet: 08, 2F and 72. RGB value is (8,47,114). Sum of RGB (Red+Green+Blue) = 8+47+114=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #082F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F72 is #F7D08D. Grayscale: #2A2A2A. Windows color (decimal): -16240782 or 7483144. OLE color: 7483144.

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

Color convert

RGB847114-
CMYK0.930.5900.55
HSL217.92º86.89%23.92%-
HSV(B)217.92º92.98%44.71%-
XYZ4.153.316.34-
YUV42.98168.08103.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.73%
GREEN value IS 47 (18.75% from 255) = 27.81%
BLUE value IS 114 (44.92% from 255) = 67.46%
R=4.73%
G=27.81%
B=67.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8471140.930.5900.55217.9286.8923.92
Hex82F725D3B037da5718
Octal10571621357306733212730
Binary100010111111100101011101111011011011111011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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