#011946

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

Shades of Sapphire #011946

Tints of Sapphire #011946

Color information

#011946 (or 0x011946) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 46. RGB value is (1,25,70). Sum of RGB (Red+Green+Blue) = 1+25+70=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 70 (27.73% from 255 or 72.92% from 96); Max value from RGB is 70 - color contains mainly: blue. Hex color #011946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011946 is #FEE6B9. Grayscale: #161616. Windows color (decimal): -16705210 or 4593921. OLE color: 4593921.

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

Color convert

RGB12570-
CMYK0.990.6400.73
HSL219.13º97.18%13.92%-
HSV(B)219.13º98.57%27.45%-
XYZ1.471.145.94-
YUV22.95154.55112.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 70 (27.73% from 255) = 72.92%
R=1.04%
G=26.04%
B=72.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal125700.990.6400.73219.1397.1813.92
Hex119466340049db61e
Octal131106143100011133314116
Binary111001100011011000111000000010010011101101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011946; }

 p { color: rgb(1,25,70); }

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

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

 a { background-color: rgb(1,25,70); }

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

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

 span { border-color: rgb(1,25,70); }

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