#011457

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

Shades of Sapphire #011457

Tints of Sapphire #011457

Color information

#011457 (or 0x011457) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 57. RGB value is (1,20,87). Sum of RGB (Red+Green+Blue) = 1+20+87=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 87 (34.38% from 255 or 80.56% from 108); Max value from RGB is 87 - color contains mainly: blue. Hex color #011457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011457 is #FEEBA8. Grayscale: #151515. Windows color (decimal): -16706473 or 5706753. OLE color: 5706753.

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

Color convert

RGB12087-
CMYK0.990.7700.66
HSL226.74º97.73%17.25%-
HSV(B)226.74º98.85%34.12%-
XYZ1.981.199.14-
YUV21.96164.71113.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 87 (34.38% from 255) = 80.56%
R=0.93%
G=18.52%
B=80.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal120870.990.7700.66226.7497.7317.25
Hex11457634D042e36211
Octal124127143115010234314221
Binary1101001010111110001110011010100001011100011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011457; }

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

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

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

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

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

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

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

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