#001644

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

Shades of Sapphire #001644

Tints of Sapphire #001644

Color information

#001644 (or 0x001644) is unknown color: approx Sapphire. HEX triplet: 00, 16 and 44. RGB value is (0,22,68). Sum of RGB (Red+Green+Blue) = 0+22+68=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 68 (26.95% from 255 or 75.56% from 90); Max value from RGB is 68 - color contains mainly: blue. Hex color #001644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001644 is #FFE9BB. Grayscale: #141414. Windows color (decimal): -16771516 or 4462080. OLE color: 4462080.

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

Color convert

RGB02268-
CMYK10.6800.73
HSL220.59º100%13.33%-
HSV(B)220.59º100%26.67%-
XYZ1.330.995.59-
YUV20.67154.71113.26-

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) = 24.44%
BLUE value IS 68 (26.95% from 255) = 75.56%
R=0%
G=24.44%
B=75.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0226810.6800.73220.5910013.33
Hex016446444049dd64d
Octal026104144104011133514415
Binary010110100010011001001000100010010011101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001644; }

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

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

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

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

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

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

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

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