#001669

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

Shades of Sapphire #001669

Tints of Sapphire #001669

Color information

#001669 (or 0x001669) is unknown color: approx Sapphire. HEX triplet: 00, 16 and 69. RGB value is (0,22,105). Sum of RGB (Red+Green+Blue) = 0+22+105=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 105 (41.41% from 255 or 82.68% from 127); Max value from RGB is 105 - color contains mainly: blue. Hex color #001669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001669 is #FFE996. Grayscale: #181818. Windows color (decimal): -16771479 or 6886912. OLE color: 6886912.

HSL color Cylindrical-coordinate representation of color #001669: hue angle of 227.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001669 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB022105-
CMYK10.7900.59
HSL227.43º100%20.59%-
HSV(B)227.43º100%41.18%-
XYZ2.841.5913.52-
YUV24.88173.21110.25-

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) = 17.32%
BLUE value IS 105 (41.41% from 255) = 82.68%
R=0%
G=17.32%
B=82.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal02210510.7900.59227.4310020.59
Hex01669644F03Be36415
Octal02615114411707334314425
Binary010110110100111001001001111011101111100011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001669; }

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

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

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

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

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

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

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

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