Html Css Color HEX #1964DB Navy Blue

📋 copy color: '#1964DB'

red 25 ◦ green 100 ◦ blue 219

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

Shades of Navy Blue #1964DB

Tints of Navy Blue #1964DB

RGB

 RED value IS 25 (10.16% from 255) = 7.27%

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

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

R = 7.27%
G = 29.07%
B = 63.66%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1964DB (or 0x1964DB) is known color: Navy Blue. HEX triplet: 19, 64 and DB. RGB value is (25,100,219). Sum of RGB (Red+Green+Blue) = 25+100+219=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #1964DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964DB is #E69B24. Grayscale: #5A5A5A. Windows color (decimal): -15112997 or 14378009. OLE color: 14378009.

HSL color Cylindrical-coordinate representation of color #1964DB: hue angle of 216.8º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1964DB is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 100 219 -
CMYK 0.89 0.54 0 0.14
HSL 216.8º 0.8% 0.48% -
HSV(B) 216.8º 0.89% 0.86% -
XYZ 17.74 14.44 68.87 -
YUV 91.14 200.15 80.82 -
System Red Green Blue C M Y K H S L
Decimal 25 100 219 0.89 0.54 0 0.14 216.8 0.8 0.48
Hex 19 64 DB 59 36 0 E D9 50 30
Octal 31 144 333 131 66 0 16 331 120 60
Binary 11001 1100100 11011011 1011001 110110 0 1110 11011001 1010000 110000

Color Harmonies of #1964DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1964DB

Black with #1964DB

Text Example


Text Example

White with #1964DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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