#081B59

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

Shades of Sapphire #081B59

Tints of Sapphire #081B59

Color information

#081B59 (or 0x081B59) is unknown color: approx Sapphire. HEX triplet: 08, 1B and 59. RGB value is (8,27,89). Sum of RGB (Red+Green+Blue) = 8+27+89=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #081B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081B59 is #F7E4A6. Grayscale: #1C1C1C. Windows color (decimal): -16245927 or 5839624. OLE color: 5839624.

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

Color convert

RGB82789-
CMYK0.910.7000.65
HSL225.93º83.51%19.02%-
HSV(B)225.93º91.01%34.9%-
XYZ2.31.569.63-
YUV28.39162.21113.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.45%
GREEN value IS 27 (10.94% from 255) = 21.77%
BLUE value IS 89 (35.16% from 255) = 71.77%
R=6.45%
G=21.77%
B=71.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal827890.910.7000.65225.9383.5119.02
Hex81B595B46041e25413
Octal1033131133106010134212423
Binary1000110111011001101101110001100100000111100010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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