#081E59

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

Shades of Sapphire #081E59

Tints of Sapphire #081E59

Color information

#081E59 (or 0x081E59) is unknown color: approx Sapphire. HEX triplet: 08, 1E and 59. RGB value is (8,30,89). Sum of RGB (Red+Green+Blue) = 8+30+89=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #081E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E59 is #F7E1A6. Grayscale: #1D1D1D. Windows color (decimal): -16245159 or 5840392. OLE color: 5840392.

HSL color Cylindrical-coordinate representation of color #081E59: hue angle of 223.7º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081E59 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB83089-
CMYK0.910.6600.65
HSL223.7º83.51%19.02%-
HSV(B)223.7º91.01%34.9%-
XYZ2.371.79.65-
YUV30.15161.21112.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 30 (12.11% from 255) = 23.62%
BLUE value IS 89 (35.16% from 255) = 70.08%
R=6.30%
G=23.62%
B=70.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal830890.910.6600.65223.783.5119.02
Hex81E595B42041e05413
Octal1036131133102010134012423
Binary1000111101011001101101110000100100000111100000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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