#081E71

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

Shades of Sapphire #081E71

Tints of Sapphire #081E71

Color information

#081E71 (or 0x081E71) is unknown color: approx Sapphire. HEX triplet: 08, 1E and 71. RGB value is (8,30,113). Sum of RGB (Red+Green+Blue) = 8+30+113=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #081E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E71 is #F7E18E. Grayscale: #202020. Windows color (decimal): -16245135 or 7413256. OLE color: 7413256.

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

Color convert

RGB830113-
CMYK0.930.7300.56
HSL227.43º86.78%23.73%-
HSV(B)227.43º92.92%44.31%-
XYZ3.552.1715.86-
YUV32.88173.21110.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 113 (44.53% from 255) = 74.83%
R=5.30%
G=19.87%
B=74.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8301130.930.7300.56227.4386.7823.73
Hex81E715D49038e35718
Octal103616113511107034312730
Binary100011110111000110111011001001011100011100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,30,113); }

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

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

 a { background-color: rgb(8,30,113); }

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

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

 span { border-color: rgb(8,30,113); }

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