#081F78

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

Shades of Sapphire #081F78

Tints of Sapphire #081F78

Color information

#081F78 (or 0x081F78) is unknown color: approx Sapphire. HEX triplet: 08, 1F and 78. RGB value is (8,31,120). Sum of RGB (Red+Green+Blue) = 8+31+120=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 120 (47.27% from 255 or 75.47% from 159); Max value from RGB is 120 - color contains mainly: blue. Hex color #081F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F78 is #F7E087. Grayscale: #212121. Windows color (decimal): -16244872 or 7872264. OLE color: 7872264.

HSL color Cylindrical-coordinate representation of color #081F78: hue angle of 227.68º 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 #081F78 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB831120-
CMYK0.930.7400.53
HSL227.68º87.5%25.1%-
HSV(B)227.68º93.33%47.06%-
XYZ3.982.3918.02-
YUV34.27176.38109.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 31 (12.5% from 255) = 19.50%
BLUE value IS 120 (47.27% from 255) = 75.47%
R=5.03%
G=19.50%
B=75.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8311200.930.7400.53227.6887.525.1
Hex81F785D4A035e45819
Octal103717013511206534413031
Binary100011111111100010111011001010011010111100100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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