Html Css Color HEX #1967DB Navy Blue

📋 copy color: '#1967DB'

red 25 ◦ green 103 ◦ blue 219

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

Shades of Navy Blue #1967DB

Tints of Navy Blue #1967DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.68%

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

R = 7.2%
G = 29.68%
B = 63.11%

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

#1967DB (or 0x1967DB) is known color: Navy Blue. HEX triplet: 19, 67 and DB. RGB value is (25,103,219). Sum of RGB (Red+Green+Blue) = 25+103+219=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #1967DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1967DB is #E69824. Grayscale: #5C5C5C. Windows color (decimal): -15112229 or 14378777. OLE color: 14378777.

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

Color convert

RGB 25 103 219 -
CMYK 0.89 0.53 0 0.14
HSL 215.88º 0.8% 0.48% -
HSV(B) 215.88º 0.89% 0.86% -
XYZ 18.04 15.02 68.97 -
YUV 92.9 199.16 79.57 -
System Red Green Blue C M Y K H S L
Decimal 25 103 219 0.89 0.53 0 0.14 215.88 0.8 0.48
Hex 19 67 DB 59 35 0 E D8 50 30
Octal 31 147 333 131 65 0 16 330 120 60
Binary 11001 1100111 11011011 1011001 110101 0 1110 11011000 1010000 110000

Color Harmonies of #1967DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1967DB

Black with #1967DB

Text Example


Text Example

White with #1967DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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