Html Css Color HEX #1969DB Navy Blue

📋 copy color: '#1969DB'

red 25 ◦ green 105 ◦ blue 219

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

Shades of Navy Blue #1969DB

Tints of Navy Blue #1969DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.09%

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

R = 7.16%
G = 30.09%
B = 62.75%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1969DB (or 0x1969DB) is known color: Navy Blue. HEX triplet: 19, 69 and DB. RGB value is (25,105,219). Sum of RGB (Red+Green+Blue) = 25+105+219=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #1969DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1969DB is #E69624. Grayscale: #5D5D5D. Windows color (decimal): -15111717 or 14379289. OLE color: 14379289.

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

Color convert

RGB 25 105 219 -
CMYK 0.89 0.52 0 0.14
HSL 215.26º 0.8% 0.48% -
HSV(B) 215.26º 0.89% 0.86% -
XYZ 18.24 15.42 69.03 -
YUV 94.08 198.5 78.73 -
System Red Green Blue C M Y K H S L
Decimal 25 105 219 0.89 0.52 0 0.14 215.26 0.8 0.48
Hex 19 69 DB 59 34 0 E D7 50 30
Octal 31 151 333 131 64 0 16 327 120 60
Binary 11001 1101001 11011011 1011001 110100 0 1110 11010111 1010000 110000

Color Harmonies of #1969DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1969DB

Black with #1969DB

Text Example


Text Example

White with #1969DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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