#001663

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

Shades of Sapphire #001663

Tints of Sapphire #001663

Color information

#001663 (or 0x001663) is unknown color: approx Sapphire. HEX triplet: 00, 16 and 63. RGB value is (0,22,99). Sum of RGB (Red+Green+Blue) = 0+22+99=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 99 (39.06% from 255 or 81.82% from 121); Max value from RGB is 99 - color contains mainly: blue. Hex color #001663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001663 is #FFE99C. Grayscale: #171717. Windows color (decimal): -16771485 or 6493696. OLE color: 6493696.

HSL color Cylindrical-coordinate representation of color #001663: hue angle of 226.67º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001663 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB02299-
CMYK10.7800.61
HSL226.67º100%19.41%-
HSV(B)226.67º100%38.82%-
XYZ2.541.4711.96-
YUV24.2170.21110.74-

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) = 18.18%
BLUE value IS 99 (39.06% from 255) = 81.82%
R=0%
G=18.18%
B=81.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0229910.7800.61226.6710019.41
Hex01663644E03De36413
Octal02614314411607534314423
Binary010110110001111001001001110011110111100011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001663; }

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

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

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

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

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

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

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

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