Html Css Color HEX #1464DB Navy Blue

📋 copy color: '#1464DB'

red 20 ◦ green 100 ◦ blue 219

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

Shades of Navy Blue #1464DB

Tints of Navy Blue #1464DB

RGB

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

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

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

R = 5.9%
G = 29.5%
B = 64.6%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1464DB (or 0x1464DB) is known color: Navy Blue. HEX triplet: 14, 64 and DB. RGB value is (20,100,219). Sum of RGB (Red+Green+Blue) = 20+100+219=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 100 (39.45% from 255 or 29.50% 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 #1464DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1464DB is #EB9B24. Grayscale: #595959. Windows color (decimal): -15440677 or 14378004. OLE color: 14378004.

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

Color convert

RGB 20 100 219 -
CMYK 0.91 0.54 0 0.14
HSL 215.88º 0.83% 0.47% -
HSV(B) 215.88º 0.91% 0.86% -
XYZ 17.63 14.38 68.86 -
YUV 89.65 201 78.32 -
System Red Green Blue C M Y K H S L
Decimal 20 100 219 0.91 0.54 0 0.14 215.88 0.83 0.47
Hex 14 64 DB 5B 36 0 E D8 53 2F
Octal 24 144 333 133 66 0 16 330 123 57
Binary 10100 1100100 11011011 1011011 110110 0 1110 11011000 1010011 101111

Color Harmonies of #1464DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1464DB

Black with #1464DB

Text Example


Text Example

White with #1464DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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