#1564D8

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

Shades of Navy Blue #1564D8

Tints of Navy Blue #1564D8

Color information

#1564D8 (or 0x1564D8) is unknown color: approx Navy Blue. HEX triplet: 15, 64 and D8. RGB value is (21,100,216). Sum of RGB (Red+Green+Blue) = 21+100+216=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 216 (84.77% from 255 or 64.09% from 337); Max value from RGB is 216 - color contains mainly: blue. Hex color #1564D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1564D8 is #EA9B27. Grayscale: #595959. Windows color (decimal): -15375144 or 14181397. OLE color: 14181397.

HSL color Cylindrical-coordinate representation of color #1564D8: hue angle of 215.69º 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 #1564D8 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21100216-
CMYK0.900.5400.15
HSL215.69º82.28%46.47%-
HSV(B)215.69º90.28%84.71%-
XYZ17.2614.2366.8-
YUV89.6199.3379.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.23%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 216 (84.77% from 255) = 64.09%
R=6.23%
G=29.67%
B=64.09%

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
Decimal211002160.900.5400.15215.6982.2846.47
Hex1564D85A360Fd8522e
Octal251443301326601733012256
Binary10101110010011011000101101011011001111110110001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1564D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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