#011859

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

Shades of Sapphire #011859

Tints of Sapphire #011859

Color information

#011859 (or 0x011859) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 59. RGB value is (1,24,89). Sum of RGB (Red+Green+Blue) = 1+24+89=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 89 (35.16% from 255 or 78.07% from 114); Max value from RGB is 89 - color contains mainly: blue. Hex color #011859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011859 is #FEE7A6. Grayscale: #181818. Windows color (decimal): -16705447 or 5838849. OLE color: 5838849.

HSL color Cylindrical-coordinate representation of color #011859: hue angle of 224.32º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011859 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB12489-
CMYK0.990.7300.65
HSL224.32º97.78%17.65%-
HSV(B)224.32º98.88%34.9%-
XYZ2.141.389.6-
YUV24.53164.38111.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 89 (35.16% from 255) = 78.07%
R=0.88%
G=21.05%
B=78.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal124890.990.7300.65224.3297.7817.65
Hex118596349041e06212
Octal130131143111010134014222
Binary1110001011001110001110010010100000111100000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011859; }

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

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

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

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

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

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

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

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