#011557

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

Shades of Sapphire #011557

Tints of Sapphire #011557

Color information

#011557 (or 0x011557) is unknown color: approx Sapphire. HEX triplet: 01, 15 and 57. RGB value is (1,21,87). Sum of RGB (Red+Green+Blue) = 1+21+87=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #011557 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011557 is #FEEAA8. Grayscale: #161616. Windows color (decimal): -16706217 or 5707009. OLE color: 5707009.

HSL color Cylindrical-coordinate representation of color #011557: hue angle of 226.05º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011557 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB12187-
CMYK0.990.7600.66
HSL226.05º97.73%17.25%-
HSV(B)226.05º98.85%34.12%-
XYZ21.239.15-
YUV22.54164.37112.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 87 (34.38% from 255) = 79.82%
R=0.92%
G=19.27%
B=79.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal121870.990.7600.66226.0597.7317.25
Hex11557634C042e26211
Octal125127143114010234214221
Binary1101011010111110001110011000100001011100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011557; }

 p { color: rgb(1,21,87); }

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

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

 a { background-color: rgb(1,21,87); }

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

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

 span { border-color: rgb(1,21,87); }

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