#001646

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

Shades of Sapphire #001646

Tints of Sapphire #001646

Color information

#001646 (or 0x001646) is unknown color: approx Sapphire. HEX triplet: 00, 16 and 46. RGB value is (0,22,70). Sum of RGB (Red+Green+Blue) = 0+22+70=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 22 (8.98% from 255 or 23.91% 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 #001646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001646 is #FFE9B9. Grayscale: #141414. Windows color (decimal): -16771514 or 4593152. OLE color: 4593152.

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

Color convert

RGB02270-
CMYK10.6900.73
HSL221.14º100%13.73%-
HSV(B)221.14º100%27.45%-
XYZ1.391.025.92-
YUV20.89155.71113.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 23.91%
BLUE value IS 70 (27.73% from 255) = 76.09%
R=0%
G=23.91%
B=76.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0227010.6900.73221.1410013.73
Hex016466445049dd64e
Octal026106144105011133514416
Binary010110100011011001001000101010010011101110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001646; }

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

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

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

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

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

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

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

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