#001649

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

Shades of Sapphire #001649

Tints of Sapphire #001649

Color information

#001649 (or 0x001649) is unknown color: approx Sapphire. HEX triplet: 00, 16 and 49. RGB value is (0,22,73). Sum of RGB (Red+Green+Blue) = 0+22+73=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #001649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001649 is #FFE9B6. Grayscale: #151515. Windows color (decimal): -16771511 or 4789760. OLE color: 4789760.

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

Color convert

RGB02273-
CMYK10.7000.71
HSL221.92º100%14.31%-
HSV(B)221.92º100%28.63%-
XYZ1.491.056.43-
YUV21.24157.21112.85-

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.16%
BLUE value IS 73 (28.91% from 255) = 76.84%
R=0%
G=23.16%
B=76.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0227310.7000.71221.9210014.31
Hex016496446047de64e
Octal026111144106010733614416
Binary010110100100111001001000110010001111101111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001649; }

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

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

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

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

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

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

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

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