Html Css Color HEX #1965DB Navy Blue

📋 copy color: '#1965DB'

red 25 ◦ green 101 ◦ blue 219

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

Shades of Navy Blue #1965DB

Tints of Navy Blue #1965DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.28%

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

R = 7.25%
G = 29.28%
B = 63.48%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1965DB (or 0x1965DB) is known color: Navy Blue. HEX triplet: 19, 65 and DB. RGB value is (25,101,219). Sum of RGB (Red+Green+Blue) = 25+101+219=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #1965DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1965DB is #E69A24. Grayscale: #5B5B5B. Windows color (decimal): -15112741 or 14378265. OLE color: 14378265.

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

Color convert

RGB 25 101 219 -
CMYK 0.89 0.54 0 0.14
HSL 216.49º 0.8% 0.48% -
HSV(B) 216.49º 0.89% 0.86% -
XYZ 17.84 14.63 68.9 -
YUV 91.73 199.82 80.41 -
System Red Green Blue C M Y K H S L
Decimal 25 101 219 0.89 0.54 0 0.14 216.49 0.8 0.48
Hex 19 65 DB 59 36 0 E D8 50 30
Octal 31 145 333 131 66 0 16 330 120 60
Binary 11001 1100101 11011011 1011001 110110 0 1110 11011000 1010000 110000

Color Harmonies of #1965DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1965DB

Black with #1965DB

Text Example


Text Example

White with #1965DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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