#011449

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

Shades of Sapphire #011449

Tints of Sapphire #011449

Color information

#011449 (or 0x011449) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 49. RGB value is (1,20,73). Sum of RGB (Red+Green+Blue) = 1+20+73=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 73 (28.91% from 255 or 77.66% from 94); Max value from RGB is 73 - color contains mainly: blue. Hex color #011449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011449 is #FEEBB6. Grayscale: #141414. Windows color (decimal): -16706487 or 4789249. OLE color: 4789249.

HSL color Cylindrical-coordinate representation of color #011449: hue angle of 224.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011449 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB12073-
CMYK0.990.7300.71
HSL224.17º97.3%14.51%-
HSV(B)224.17º98.63%28.63%-
XYZ1.470.996.42-
YUV20.36157.71114.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 73 (28.91% from 255) = 77.66%
R=1.06%
G=21.28%
B=77.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal120730.990.7300.71224.1797.314.51
Hex114496349047e061f
Octal124111143111010734014117
Binary110100100100111000111001001010001111110000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011449; }

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

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

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

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

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

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

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

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