#011757

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

Shades of Sapphire #011757

Tints of Sapphire #011757

Color information

#011757 (or 0x011757) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 57. RGB value is (1,23,87). Sum of RGB (Red+Green+Blue) = 1+23+87=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 87 (34.38% from 255 or 78.38% from 111); Max value from RGB is 87 - color contains mainly: blue. Hex color #011757 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011757 is #FEE8A8. Grayscale: #171717. Windows color (decimal): -16705705 or 5707521. OLE color: 5707521.

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

Color convert

RGB12387-
CMYK0.990.7400.66
HSL224.65º97.73%17.25%-
HSV(B)224.65º98.85%34.12%-
XYZ2.041.319.16-
YUV23.72163.71111.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 23 (9.38% from 255) = 20.72%
BLUE value IS 87 (34.38% from 255) = 78.38%
R=0.90%
G=20.72%
B=78.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal123870.990.7400.66224.6597.7317.25
Hex11757634A042e16211
Octal127127143112010234114221
Binary1101111010111110001110010100100001011100001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011757; }

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

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

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

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

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

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

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

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