Html Css Color HEX #1563DB Navy Blue

📋 copy color: '#1563DB'

red 21 ◦ green 99 ◦ blue 219

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

Shades of Navy Blue #1563DB

Tints of Navy Blue #1563DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

 BLUE value IS 219 (85.94% from 255) = 64.6%

R = 6.19%
G = 29.2%
B = 64.6%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1563DB (or 0x1563DB) is known color: Navy Blue. HEX triplet: 15, 63 and DB. RGB value is (21,99,219). Sum of RGB (Red+Green+Blue) = 21+99+219=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #1563DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1563DB is #EA9C24. Grayscale: #585858. Windows color (decimal): -15375397 or 14377749. OLE color: 14377749.

HSL color Cylindrical-coordinate representation of color #1563DB: hue angle of 216.36º degrees, saturation: 0.82, 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 #1563DB is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 99 219 -
CMYK 0.90 0.55 0 0.14
HSL 216.36º 0.83% 0.47% -
HSV(B) 216.36º 0.9% 0.86% -
XYZ 17.56 14.2 68.83 -
YUV 89.36 201.16 79.24 -
System Red Green Blue C M Y K H S L
Decimal 21 99 219 0.90 0.55 0 0.14 216.36 0.83 0.47
Hex 15 63 DB 5A 37 0 E D8 52 2F
Octal 25 143 333 132 67 0 16 330 122 57
Binary 10101 1100011 11011011 1011010 110111 0 1110 11011000 1010010 101111

Color Harmonies of #1563DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1563DB

Black with #1563DB

Text Example


Text Example

White with #1563DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1563DB; }

 p { color: rgb(21,99,219); }

 H1.HeaderClassName
 {
   color: #1563DB;
 }
 .AnyTagClassName
 {
   color: #1563DB;
 }
</style>

background-color css

<style>
 a { background-color: #1563DB; }

 a { background-color: rgb(21,99,219); }

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

border-color css

<style>
 span { border-color: #1563DB; }

 span { border-color: rgb(21,99,219); }

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