#011057

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

Shades of Sapphire #011057

Tints of Sapphire #011057

Color information

#011057 (or 0x011057) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 57. RGB value is (1,16,87). Sum of RGB (Red+Green+Blue) = 1+16+87=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 87 (34.38% from 255 or 83.65% from 104); Max value from RGB is 87 - color contains mainly: blue. Hex color #011057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011057 is #FEEFA8. Grayscale: #131313. Windows color (decimal): -16707497 or 5705729. OLE color: 5705729.

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

Color convert

RGB11687-
CMYK0.990.8200.66
HSL229.53º97.73%17.25%-
HSV(B)229.53º98.85%34.12%-
XYZ1.921.079.12-
YUV19.61166.03114.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 87 (34.38% from 255) = 83.65%
R=0.96%
G=15.38%
B=83.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal116870.990.8200.66229.5397.7317.25
Hex110576352042e66211
Octal120127143122010234614221
Binary1100001010111110001110100100100001011100110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011057; }

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

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

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

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

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

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

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

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