Html Css Color HEX #1463DC Navy Blue

📋 copy color: '#1463DC'

red 20 ◦ green 99 ◦ blue 220

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

Shades of Navy Blue #1463DC

Tints of Navy Blue #1463DC

RGB

 RED value IS 20 (8.2% from 255) = 5.9%

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

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

R = 5.9%
G = 29.2%
B = 64.9%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1463DC (or 0x1463DC) is known color: Navy Blue. HEX triplet: 14, 63 and DC. RGB value is (20,99,220). Sum of RGB (Red+Green+Blue) = 20+99+220=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #1463DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1463DC is #EB9C23. Grayscale: #585858. Windows color (decimal): -15440932 or 14443284. OLE color: 14443284.

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

Color convert

RGB 20 99 220 -
CMYK 0.91 0.55 0 0.14
HSL 216.3º 0.83% 0.47% -
HSV(B) 216.3º 0.91% 0.86% -
XYZ 17.67 14.24 69.53 -
YUV 89.17 201.83 78.66 -
System Red Green Blue C M Y K H S L
Decimal 20 99 220 0.91 0.55 0 0.14 216.3 0.83 0.47
Hex 14 63 DC 5B 37 0 E D8 53 2F
Octal 24 143 334 133 67 0 16 330 123 57
Binary 10100 1100011 11011100 1011011 110111 0 1110 11011000 1010011 101111

Color Harmonies of #1463DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1463DC

Black with #1463DC

Text Example


Text Example

White with #1463DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,99,220); }

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

background-color css

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

 a { background-color: rgb(20,99,220); }

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

border-color css

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

 span { border-color: rgb(20,99,220); }

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