Html Css Color HEX #1968DB Navy Blue

📋 copy color: '#1968DB'

red 25 ◦ green 104 ◦ blue 219

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

Shades of Navy Blue #1968DB

Tints of Navy Blue #1968DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

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

R = 7.18%
G = 29.89%
B = 62.93%

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

#1968DB (or 0x1968DB) is known color: Navy Blue. HEX triplet: 19, 68 and DB. RGB value is (25,104,219). Sum of RGB (Red+Green+Blue) = 25+104+219=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #1968DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1968DB is #E69724. Grayscale: #5C5C5C. Windows color (decimal): -15111973 or 14379033. OLE color: 14379033.

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

Color convert

RGB 25 104 219 -
CMYK 0.89 0.53 0 0.14
HSL 215.57º 0.8% 0.48% -
HSV(B) 215.57º 0.89% 0.86% -
XYZ 18.14 15.22 69 -
YUV 93.49 198.83 79.15 -
System Red Green Blue C M Y K H S L
Decimal 25 104 219 0.89 0.53 0 0.14 215.57 0.8 0.48
Hex 19 68 DB 59 35 0 E D8 50 30
Octal 31 150 333 131 65 0 16 330 120 60
Binary 11001 1101000 11011011 1011001 110101 0 1110 11011000 1010000 110000

Color Harmonies of #1968DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1968DB

Black with #1968DB

Text Example


Text Example

White with #1968DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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