#011359

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

Shades of Sapphire #011359

Tints of Sapphire #011359

Color information

#011359 (or 0x011359) is unknown color: approx Sapphire. HEX triplet: 01, 13 and 59. RGB value is (1,19,89). Sum of RGB (Red+Green+Blue) = 1+19+89=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 89 (35.16% from 255 or 81.65% from 109); Max value from RGB is 89 - color contains mainly: blue. Hex color #011359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011359 is #FEECA6. Grayscale: #151515. Windows color (decimal): -16706727 or 5837569. OLE color: 5837569.

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

Color convert

RGB11989-
CMYK0.990.7900.65
HSL227.73º97.78%17.65%-
HSV(B)227.73º98.88%34.9%-
XYZ2.051.199.57-
YUV21.6166.04113.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 89 (35.16% from 255) = 81.65%
R=0.92%
G=17.43%
B=81.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal119890.990.7900.65227.7397.7817.65
Hex11359634F041e46212
Octal123131143117010134414222
Binary1100111011001110001110011110100000111100100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011359; }

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

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

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

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

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

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

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

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