Html Css Color HEX #1563EC Navy Blue

📋 copy color: '#1563EC'

red 21 ◦ green 99 ◦ blue 236

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

Shades of Navy Blue #1563EC

Tints of Navy Blue #1563EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 66.29%

R = 5.9%
G = 27.81%
B = 66.29%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1563EC (or 0x1563EC) is known color: Navy Blue. HEX triplet: 15, 63 and EC. RGB value is (21,99,236). Sum of RGB (Red+Green+Blue) = 21+99+236=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #1563EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1563EC is #EA9C13. Grayscale: #5A5A5A. Windows color (decimal): -15375380 or 15491861. OLE color: 15491861.

HSL color Cylindrical-coordinate representation of color #1563EC: hue angle of 218.23º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1563EC is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 99 236 -
CMYK 0.91 0.58 0 0.07
HSL 218.23º 0.85% 0.5% -
HSV(B) 218.23º 0.91% 0.93% -
XYZ 19.91 15.14 81.23 -
YUV 91.3 209.66 77.86 -
System Red Green Blue C M Y K H S L
Decimal 21 99 236 0.91 0.58 0 0.07 218.23 0.85 0.5
Hex 15 63 EC 5B 3A 0 7 DA 55 32
Octal 25 143 354 133 72 0 7 332 125 62
Binary 10101 1100011 11101100 1011011 111010 0 111 11011010 1010101 110010

Color Harmonies of #1563EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1563EC

Black with #1563EC

Text Example


Text Example

White with #1563EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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