#010959

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

Shades of Sapphire #010959

Tints of Sapphire #010959

Color information

#010959 (or 0x010959) is unknown color: approx Sapphire. HEX triplet: 01, 09 and 59. RGB value is (1,9,89). Sum of RGB (Red+Green+Blue) = 1+9+89=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 89 (35.16% from 255 or 89.90% from 99); Max value from RGB is 89 - color contains mainly: blue. Hex color #010959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010959 is #FEF6A6. Grayscale: #0F0F0F. Windows color (decimal): -16709287 or 5835009. OLE color: 5835009.

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

Color convert

RGB1989-
CMYK0.990.9000.65
HSL234.55º97.78%17.65%-
HSV(B)234.55º98.88%34.9%-
XYZ1.910.929.53-
YUV15.73169.35117.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 89 (35.16% from 255) = 89.90%
R=1.01%
G=9.09%
B=89.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal19890.990.9000.65234.5597.7817.65
Hex1959635A041eb6212
Octal111131143132010135314222
Binary110011011001110001110110100100000111101011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010959; }

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

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

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

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

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

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

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

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