#082F78

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

Shades of Sapphire #082F78

Tints of Sapphire #082F78

Color information

#082F78 (or 0x082F78) is unknown color: approx Sapphire. HEX triplet: 08, 2F and 78. RGB value is (8,47,120). Sum of RGB (Red+Green+Blue) = 8+47+120=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #082F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F78 is #F7D087. Grayscale: #2B2B2B. Windows color (decimal): -16240776 or 7876360. OLE color: 7876360.

HSL color Cylindrical-coordinate representation of color #082F78: hue angle of 219.11º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082F78 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB847120-
CMYK0.930.6100.53
HSL219.11º87.5%25.1%-
HSV(B)219.11º93.33%47.06%-
XYZ4.513.4418.2-
YUV43.66171.08102.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 120 (47.27% from 255) = 68.57%
R=4.57%
G=26.86%
B=68.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8471200.930.6100.53219.1187.525.1
Hex82F785D3D035db5819
Octal10571701357506533313031
Binary100010111111110001011101111101011010111011011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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