Html Css Color HEX #1463DB Navy Blue

📋 copy color: '#1463DB'

red 20 ◦ green 99 ◦ blue 219

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

Shades of Navy Blue #1463DB

Tints of Navy Blue #1463DB

RGB

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

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

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

R = 5.92%
G = 29.29%
B = 64.79%

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

#1463DB (or 0x1463DB) is known color: Navy Blue. HEX triplet: 14, 63 and DB. RGB value is (20,99,219). Sum of RGB (Red+Green+Blue) = 20+99+219=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #1463DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1463DB is #EB9C24. Grayscale: #585858. Windows color (decimal): -15440933 or 14377748. OLE color: 14377748.

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

Color convert

RGB 20 99 219 -
CMYK 0.91 0.55 0 0.14
HSL 216.18º 0.83% 0.47% -
HSV(B) 216.18º 0.91% 0.86% -
XYZ 17.54 14.19 68.83 -
YUV 89.06 201.33 78.74 -
System Red Green Blue C M Y K H S L
Decimal 20 99 219 0.91 0.55 0 0.14 216.18 0.83 0.47
Hex 14 63 DB 5B 37 0 E D8 53 2F
Octal 24 143 333 133 67 0 16 330 123 57
Binary 10100 1100011 11011011 1011011 110111 0 1110 11011000 1010011 101111

Color Harmonies of #1463DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1463DB

Black with #1463DB

Text Example


Text Example

White with #1463DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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