#011573

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

Shades of Sapphire #011573

Tints of Sapphire #011573

Color information

#011573 (or 0x011573) is unknown color: approx Sapphire. HEX triplet: 01, 15 and 73. RGB value is (1,21,115). Sum of RGB (Red+Green+Blue) = 1+21+115=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 115 (45.31% from 255 or 83.94% from 137); Max value from RGB is 115 - color contains mainly: blue. Hex color #011573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011573 is #FEEA8C. Grayscale: #191919. Windows color (decimal): -16706189 or 7542017. OLE color: 7542017.

HSL color Cylindrical-coordinate representation of color #011573: hue angle of 229.47º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011573 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB121115-
CMYK0.990.8200.55
HSL229.47º98.28%22.75%-
HSV(B)229.47º99.13%45.1%-
XYZ3.381.7816.39-
YUV25.74178.37110.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 115 (45.31% from 255) = 83.94%
R=0.73%
G=15.33%
B=83.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1211150.990.8200.55229.4798.2822.75
Hex115736352037e56217
Octal12516314312206734514227
Binary110101111001111000111010010011011111100101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011573; }

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

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

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

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

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

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

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

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