Html Css Color HEX #1964DE Navy Blue

📋 copy color: '#1964DE'

red 25 ◦ green 100 ◦ blue 222

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

Shades of Navy Blue #1964DE

Tints of Navy Blue #1964DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.98%

R = 7.2%
G = 28.82%
B = 63.98%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1964DE (or 0x1964DE) is known color: Navy Blue. HEX triplet: 19, 64 and DE. RGB value is (25,100,222). Sum of RGB (Red+Green+Blue) = 25+100+222=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #1964DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964DE is #E69B21. Grayscale: #5A5A5A. Windows color (decimal): -15112994 or 14574617. OLE color: 14574617.

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

Color convert

RGB 25 100 222 -
CMYK 0.89 0.55 0 0.13
HSL 217.16º 0.8% 0.48% -
HSV(B) 217.16º 0.89% 0.87% -
XYZ 18.14 14.59 70.97 -
YUV 91.48 201.65 80.58 -
System Red Green Blue C M Y K H S L
Decimal 25 100 222 0.89 0.55 0 0.13 217.16 0.8 0.48
Hex 19 64 DE 59 37 0 D D9 50 30
Octal 31 144 336 131 67 0 15 331 120 60
Binary 11001 1100100 11011110 1011001 110111 0 1101 11011001 1010000 110000

Color Harmonies of #1964DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1964DE

Black with #1964DE

Text Example


Text Example

White with #1964DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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