Html Css Color HEX #1561DE Navy Blue

📋 copy color: '#1561DE'

red 21 ◦ green 97 ◦ blue 222

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

Shades of Navy Blue #1561DE

Tints of Navy Blue #1561DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.29%

R = 6.18%
G = 28.53%
B = 65.29%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1561DE (or 0x1561DE) is known color: Navy Blue. HEX triplet: 15, 61 and DE. RGB value is (21,97,222). Sum of RGB (Red+Green+Blue) = 21+97+222=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #1561DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1561DE is #EA9E21. Grayscale: #575757. Windows color (decimal): -15375906 or 14573845. OLE color: 14573845.

HSL color Cylindrical-coordinate representation of color #1561DE: hue angle of 217.31º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1561DE is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 97 222 -
CMYK 0.91 0.56 0 0.13
HSL 217.31º 0.83% 0.48% -
HSV(B) 217.31º 0.91% 0.87% -
XYZ 17.77 13.98 70.87 -
YUV 88.53 203.32 79.84 -
System Red Green Blue C M Y K H S L
Decimal 21 97 222 0.91 0.56 0 0.13 217.31 0.83 0.48
Hex 15 61 DE 5B 38 0 D D9 53 30
Octal 25 141 336 133 70 0 15 331 123 60
Binary 10101 1100001 11011110 1011011 111000 0 1101 11011001 1010011 110000

Color Harmonies of #1561DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1561DE

Black with #1561DE

Text Example


Text Example

White with #1561DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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