Html Css Color HEX #1966DE Navy Blue

📋 copy color: '#1966DE'

red 25 ◦ green 102 ◦ blue 222

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

Shades of Navy Blue #1966DE

Tints of Navy Blue #1966DE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

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

R = 7.16%
G = 29.23%
B = 63.61%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1966DE (or 0x1966DE) is known color: Navy Blue. HEX triplet: 19, 66 and DE. RGB value is (25,102,222). Sum of RGB (Red+Green+Blue) = 25+102+222=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #1966DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1966DE is #E69921. Grayscale: #5C5C5C. Windows color (decimal): -15112482 or 14575129. OLE color: 14575129.

HSL color Cylindrical-coordinate representation of color #1966DE: hue angle of 216.55º 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 #1966DE is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 102 222 -
CMYK 0.89 0.54 0 0.13
HSL 216.55º 0.8% 0.48% -
HSV(B) 216.55º 0.89% 0.87% -
XYZ 18.34 14.98 71.03 -
YUV 92.66 200.99 79.74 -
System Red Green Blue C M Y K H S L
Decimal 25 102 222 0.89 0.54 0 0.13 216.55 0.8 0.48
Hex 19 66 DE 59 36 0 D D9 50 30
Octal 31 146 336 131 66 0 15 331 120 60
Binary 11001 1100110 11011110 1011001 110110 0 1101 11011001 1010000 110000

Color Harmonies of #1966DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1966DE

Black with #1966DE

Text Example


Text Example

White with #1966DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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