#001563

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

Shades of Sapphire #001563

Tints of Sapphire #001563

Color information

#001563 (or 0x001563) is unknown color: approx Sapphire. HEX triplet: 00, 15 and 63. RGB value is (0,21,99). Sum of RGB (Red+Green+Blue) = 0+21+99=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 99 (39.06% from 255 or 82.5% from 120); Max value from RGB is 99 - color contains mainly: blue. Hex color #001563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001563 is #FFEA9C. Grayscale: #171717. Windows color (decimal): -16771741 or 6493440. OLE color: 6493440.

HSL color Cylindrical-coordinate representation of color #001563: hue angle of 227.27º 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 #001563 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB02199-
CMYK10.7900.61
HSL227.27º100%19.41%-
HSV(B)227.27º100%38.82%-
XYZ2.521.4411.95-
YUV23.61170.54111.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 99 (39.06% from 255) = 82.5%
R=0%
G=17.5%
B=82.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0219910.7900.61227.2710019.41
Hex01563644F03De36413
Octal02514314411707534314423
Binary010101110001111001001001111011110111100011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001563; }

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

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

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

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

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

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

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

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