#1566D8

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

Shades of Navy Blue #1566D8

Tints of Navy Blue #1566D8

Color information

#1566D8 (or 0x1566D8) is unknown color: approx Navy Blue. HEX triplet: 15, 66 and D8. RGB value is (21,102,216). Sum of RGB (Red+Green+Blue) = 21+102+216=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 216 (84.77% from 255 or 63.72% from 339); Max value from RGB is 216 - color contains mainly: blue. Hex color #1566D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1566D8 is #EA9927. Grayscale: #5A5A5A. Windows color (decimal): -15374632 or 14181909. OLE color: 14181909.

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

Color convert

RGB21102216-
CMYK0.900.5300.15
HSL215.08º82.28%46.47%-
HSV(B)215.08º90.28%84.71%-
XYZ17.4614.6266.87-
YUV90.78198.6678.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.19%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 216 (84.77% from 255) = 63.72%
R=6.19%
G=30.09%
B=63.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211022160.900.5300.15215.0882.2846.47
Hex1566D85A350Fd7522e
Octal251463301326501732712256
Binary10101110011011011000101101011010101111110101111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1566D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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