#1563D8

Color #1563D8 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1563D8

Tints of Navy Blue #1563D8

Color information

#1563D8 (or 0x1563D8) is unknown color: approx Navy Blue. HEX triplet: 15, 63 and D8. RGB value is (21,99,216). Sum of RGB (Red+Green+Blue) = 21+99+216=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 216 (84.77% from 255 or 64.29% from 336); Max value from RGB is 216 - color contains mainly: blue. Hex color #1563D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1563D8 is #EA9C27. Grayscale: #585858. Windows color (decimal): -15375400 or 14181141. OLE color: 14181141.

HSL color Cylindrical-coordinate representation of color #1563D8: hue angle of 216º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1563D8 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2199216-
CMYK0.900.5400.15
HSL216º82.28%46.47%-
HSV(B)216º90.28%84.71%-
XYZ17.1714.0466.77-
YUV89.02199.6679.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.25%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 216 (84.77% from 255) = 64.29%
R=6.25%
G=29.46%
B=64.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21992160.900.5400.1521682.2846.47
Hex1563D85A360Fd8522e
Octal251433301326601733012256
Binary10101110001111011000101101011011001111110110001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1563D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1563D8; }

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

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

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

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

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

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

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

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