Html Css Color HEX #1966DB Navy Blue

📋 copy color: '#1966DB'

red 25 ◦ green 102 ◦ blue 219

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

Shades of Navy Blue #1966DB

Tints of Navy Blue #1966DB

RGB

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

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

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

R = 7.23%
G = 29.48%
B = 63.29%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1966DB (or 0x1966DB) is known color: Navy Blue. HEX triplet: 19, 66 and DB. RGB value is (25,102,219). Sum of RGB (Red+Green+Blue) = 25+102+219=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #1966DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1966DB is #E69924. Grayscale: #5B5B5B. Windows color (decimal): -15112485 or 14378521. OLE color: 14378521.

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

Color convert

RGB 25 102 219 -
CMYK 0.89 0.53 0 0.14
HSL 216.19º 0.8% 0.48% -
HSV(B) 216.19º 0.89% 0.86% -
XYZ 17.94 14.82 68.93 -
YUV 92.32 199.49 79.99 -
System Red Green Blue C M Y K H S L
Decimal 25 102 219 0.89 0.53 0 0.14 216.19 0.8 0.48
Hex 19 66 DB 59 35 0 E D8 50 30
Octal 31 146 333 131 65 0 16 330 120 60
Binary 11001 1100110 11011011 1011001 110101 0 1110 11011000 1010000 110000

Color Harmonies of #1966DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1966DB

Black with #1966DB

Text Example


Text Example

White with #1966DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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