#081F59

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

Shades of Sapphire #081F59

Tints of Sapphire #081F59

Color information

#081F59 (or 0x081F59) is unknown color: approx Sapphire. HEX triplet: 08, 1F and 59. RGB value is (8,31,89). Sum of RGB (Red+Green+Blue) = 8+31+89=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #081F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F59 is #F7E0A6. Grayscale: #1E1E1E. Windows color (decimal): -16244903 or 5840648. OLE color: 5840648.

HSL color Cylindrical-coordinate representation of color #081F59: hue angle of 222.96º 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 #081F59 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB83189-
CMYK0.910.6500.65
HSL222.96º83.51%19.02%-
HSV(B)222.96º91.01%34.9%-
XYZ2.391.759.66-
YUV30.74160.88111.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 89 (35.16% from 255) = 69.53%
R=6.25%
G=24.22%
B=69.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal831890.910.6500.65222.9683.5119.02
Hex81F595B41041df5413
Octal1037131133101010133712423
Binary1000111111011001101101110000010100000111011111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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