Html Css Color HEX #1564DD Navy Blue

📋 copy color: '#1564DD'

red 21 ◦ green 100 ◦ blue 221

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

Shades of Navy Blue #1564DD

Tints of Navy Blue #1564DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

 BLUE value IS 221 (86.72% from 255) = 64.62%

R = 6.14%
G = 29.24%
B = 64.62%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1564DD (or 0x1564DD) is known color: Navy Blue. HEX triplet: 15, 64 and DD. RGB value is (21,100,221). Sum of RGB (Red+Green+Blue) = 21+100+221=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #1564DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1564DD is #EA9B22. Grayscale: #595959. Windows color (decimal): -15375139 or 14509077. OLE color: 14509077.

HSL color Cylindrical-coordinate representation of color #1564DD: hue angle of 216.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1564DD is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 100 221 -
CMYK 0.90 0.55 0 0.13
HSL 216.3º 0.83% 0.47% -
HSV(B) 216.3º 0.9% 0.87% -
XYZ 17.92 14.49 70.26 -
YUV 90.17 201.83 78.66 -
System Red Green Blue C M Y K H S L
Decimal 21 100 221 0.90 0.55 0 0.13 216.3 0.83 0.47
Hex 15 64 DD 5A 37 0 D D8 53 2F
Octal 25 144 335 132 67 0 15 330 123 57
Binary 10101 1100100 11011101 1011010 110111 0 1101 11011000 1010011 101111

Color Harmonies of #1564DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1564DD

Black with #1564DD

Text Example


Text Example

White with #1564DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1564DD; }

 p { color: rgb(21,100,221); }

 H1.HeaderClassName
 {
   color: #1564DD;
 }
 .AnyTagClassName
 {
   color: #1564DD;
 }
</style>

background-color css

<style>
 a { background-color: #1564DD; }

 a { background-color: rgb(21,100,221); }

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

border-color css

<style>
 span { border-color: #1564DD; }

 span { border-color: rgb(21,100,221); }

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