#001668

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

Shades of Sapphire #001668

Tints of Sapphire #001668

Color information

#001668 (or 0x001668) is unknown color: approx Sapphire. HEX triplet: 00, 16 and 68. RGB value is (0,22,104). Sum of RGB (Red+Green+Blue) = 0+22+104=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 104 (41.02% from 255 or 82.54% from 126); Max value from RGB is 104 - color contains mainly: blue. Hex color #001668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001668 is #FFE997. Grayscale: #181818. Windows color (decimal): -16771480 or 6821376. OLE color: 6821376.

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

Color convert

RGB022104-
CMYK10.7900.59
HSL227.31º100%20.39%-
HSV(B)227.31º100%40.78%-
XYZ2.791.5713.25-
YUV24.77172.71110.33-

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.46%
BLUE value IS 104 (41.02% from 255) = 82.54%
R=0%
G=17.46%
B=82.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal02210410.7900.59227.3110020.39
Hex01668644F03Be36414
Octal02615014411707334314424
Binary010110110100011001001001111011101111100011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001668; }

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

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

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

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

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

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

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

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