#1566DA

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

Shades of Navy Blue #1566DA

Tints of Navy Blue #1566DA

Color information

#1566DA (or 0x1566DA) is unknown color: approx Navy Blue. HEX triplet: 15, 66 and DA. RGB value is (21,102,218). Sum of RGB (Red+Green+Blue) = 21+102+218=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #1566DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1566DA is #EA9925. Grayscale: #5A5A5A. Windows color (decimal): -15374630 or 14312981. OLE color: 14312981.

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

Color convert

RGB21102218-
CMYK0.900.5300.15
HSL215.33º82.43%46.86%-
HSV(B)215.33º90.37%85.49%-
XYZ17.7214.7268.24-
YUV91199.6678.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.16%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 218 (85.55% from 255) = 63.93%
R=6.16%
G=29.91%
B=63.93%

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
Decimal211022180.900.5300.15215.3382.4346.86
Hex1566DA5A350Fd7522f
Octal251463321326501732712257
Binary10101110011011011010101101011010101111110101111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1566DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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