#081D59

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

Shades of Sapphire #081D59

Tints of Sapphire #081D59

Color information

#081D59 (or 0x081D59) is unknown color: approx Sapphire. HEX triplet: 08, 1D and 59. RGB value is (8,29,89). Sum of RGB (Red+Green+Blue) = 8+29+89=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #081D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D59 is #F7E2A6. Grayscale: #1D1D1D. Windows color (decimal): -16245415 or 5840136. OLE color: 5840136.

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

Color convert

RGB82989-
CMYK0.910.6700.65
HSL224.44º83.51%19.02%-
HSV(B)224.44º91.01%34.9%-
XYZ2.341.659.65-
YUV29.56161.54112.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 89 (35.16% from 255) = 70.63%
R=6.35%
G=23.02%
B=70.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal829890.910.6700.65224.4483.5119.02
Hex81D595B43041e05413
Octal1035131133103010134012423
Binary1000111011011001101101110000110100000111100000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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