#011546

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

Shades of Sapphire #011546

Tints of Sapphire #011546

Color information

#011546 (or 0x011546) is unknown color: approx Sapphire. HEX triplet: 01, 15 and 46. RGB value is (1,21,70). Sum of RGB (Red+Green+Blue) = 1+21+70=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #011546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011546 is #FEEAB9. Grayscale: #141414. Windows color (decimal): -16706234 or 4592897. OLE color: 4592897.

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

Color convert

RGB12170-
CMYK0.990.7000.73
HSL222.61º97.18%13.92%-
HSV(B)222.61º98.57%27.45%-
XYZ1.390.985.91-
YUV20.61155.87114.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 70 (27.73% from 255) = 76.09%
R=1.09%
G=22.83%
B=76.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal121700.990.7000.73222.6197.1813.92
Hex115466346049df61e
Octal125106143106011133714116
Binary110101100011011000111000110010010011101111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011546; }

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

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

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

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

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

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

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

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