Html Css Color HEX #1561DC Navy Blue

📋 copy color: '#1561DC'

red 21 ◦ green 97 ◦ blue 220

#1561DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #1561DC

Tints of Navy Blue #1561DC

RGB

 RED value IS 21 (8.59% from 255) = 6.21%

 GREEN value IS 97 (38.28% from 255) = 28.7%

 BLUE value IS 220 (86.33% from 255) = 65.09%

R = 6.21%
G = 28.7%
B = 65.09%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1561DC (or 0x1561DC) is known color: Navy Blue. HEX triplet: 15, 61 and DC. RGB value is (21,97,220). Sum of RGB (Red+Green+Blue) = 21+97+220=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #1561DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1561DC is #EA9E23. Grayscale: #575757. Windows color (decimal): -15375908 or 14442773. OLE color: 14442773.

HSL color Cylindrical-coordinate representation of color #1561DC: hue angle of 217.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1561DC is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 97 220 -
CMYK 0.90 0.56 0 0.14
HSL 217.09º 0.83% 0.47% -
HSV(B) 217.09º 0.9% 0.86% -
XYZ 17.5 13.88 69.47 -
YUV 88.3 202.32 80 -
System Red Green Blue C M Y K H S L
Decimal 21 97 220 0.90 0.56 0 0.14 217.09 0.83 0.47
Hex 15 61 DC 5A 38 0 E D9 53 2F
Octal 25 141 334 132 70 0 16 331 123 57
Binary 10101 1100001 11011100 1011010 111000 0 1110 11011001 1010011 101111

Color Harmonies of #1561DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1561DC

Black with #1561DC

Text Example


Text Example

White with #1561DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1561DC;
 }
 .AnyTagClassName
 {
   color: #1561DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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