#001546

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

Shades of Sapphire #001546

Tints of Sapphire #001546

Color information

#001546 (or 0x001546) is unknown color: approx Sapphire. HEX triplet: 00, 15 and 46. RGB value is (0,21,70). Sum of RGB (Red+Green+Blue) = 0+21+70=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #001546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001546 is #FFEAB9. Grayscale: #141414. Windows color (decimal): -16771770 or 4592896. OLE color: 4592896.

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

Color convert

RGB02170-
CMYK10.7000.73
HSL222º100%13.73%-
HSV(B)222º100%27.45%-
XYZ1.370.985.91-
YUV20.31156.04113.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 70 (27.73% from 255) = 76.92%
R=0%
G=23.08%
B=76.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0217010.7000.7322210013.73
Hex015466446049de64e
Octal025106144106011133614416
Binary010101100011011001001000110010010011101111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001546; }

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

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

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

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

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

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

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

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