#011B57

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

Shades of Sapphire #011B57

Tints of Sapphire #011B57

Color information

#011B57 (or 0x011B57) is unknown color: approx Sapphire. HEX triplet: 01, 1B and 57. RGB value is (1,27,87). Sum of RGB (Red+Green+Blue) = 1+27+87=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 87 (34.38% from 255 or 75.65% from 115); Max value from RGB is 87 - color contains mainly: blue. Hex color #011B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B57 is #FEE4A8. Grayscale: #191919. Windows color (decimal): -16704681 or 5708545. OLE color: 5708545.

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

Color convert

RGB12787-
CMYK0.990.6900.66
HSL221.86º97.73%17.25%-
HSV(B)221.86º98.85%34.12%-
XYZ2.121.489.19-
YUV26.07162.39110.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 87 (34.38% from 255) = 75.65%
R=0.87%
G=23.48%
B=75.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal127870.990.6900.66221.8697.7317.25
Hex11B576345042de6211
Octal133127143105010233614221
Binary1110111010111110001110001010100001011011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011B57; }

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

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

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

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

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

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

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

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