#081859

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

Shades of Sapphire #081859

Tints of Sapphire #081859

Color information

#081859 (or 0x081859) is unknown color: approx Sapphire. HEX triplet: 08, 18 and 59. RGB value is (8,24,89). Sum of RGB (Red+Green+Blue) = 8+24+89=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #081859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081859 is #F7E7A6. Grayscale: #1A1A1A. Windows color (decimal): -16246695 or 5838856. OLE color: 5838856.

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

Color convert

RGB82489-
CMYK0.910.7300.65
HSL228.15º83.51%19.02%-
HSV(B)228.15º91.01%34.9%-
XYZ2.231.439.61-
YUV26.63163.2114.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 89 (35.16% from 255) = 73.55%
R=6.61%
G=19.83%
B=73.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal824890.910.7300.65228.1583.5119.02
Hex818595B49041e45413
Octal1030131133111010134412423
Binary1000110001011001101101110010010100000111100100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081859; }

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

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

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

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

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

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

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

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