#1561DA

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

Shades of Navy Blue #1561DA

Tints of Navy Blue #1561DA

Color information

#1561DA (or 0x1561DA) is unknown color: approx Navy Blue. HEX triplet: 15, 61 and DA. RGB value is (21,97,218). Sum of RGB (Red+Green+Blue) = 21+97+218=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #1561DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1561DA is #EA9E25. Grayscale: #575757. Windows color (decimal): -15375910 or 14311701. OLE color: 14311701.

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

Color convert

RGB2197218-
CMYK0.900.5600.15
HSL216.85º82.43%46.86%-
HSV(B)216.85º90.37%85.49%-
XYZ17.2413.7768.08-
YUV88.07201.3280.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.25%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 218 (85.55% from 255) = 64.88%
R=6.25%
G=28.87%
B=64.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21972180.900.5600.15216.8582.4346.86
Hex1561DA5A380Fd9522f
Octal251413321327001733112257
Binary10101110000111011010101101011100001111110110011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1561DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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