Html Css Color HEX #1965DE Navy Blue

📋 copy color: '#1965DE'

red 25 ◦ green 101 ◦ blue 222

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

Shades of Navy Blue #1965DE

Tints of Navy Blue #1965DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.79%

R = 7.18%
G = 29.02%
B = 63.79%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1965DE (or 0x1965DE) is known color: Navy Blue. HEX triplet: 19, 65 and DE. RGB value is (25,101,222). Sum of RGB (Red+Green+Blue) = 25+101+222=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #1965DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1965DE is #E69A21. Grayscale: #5B5B5B. Windows color (decimal): -15112738 or 14574873. OLE color: 14574873.

HSL color Cylindrical-coordinate representation of color #1965DE: hue angle of 216.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1965DE is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 101 222 -
CMYK 0.89 0.55 0 0.13
HSL 216.85º 0.8% 0.48% -
HSV(B) 216.85º 0.89% 0.87% -
XYZ 18.24 14.79 71 -
YUV 92.07 201.32 80.16 -
System Red Green Blue C M Y K H S L
Decimal 25 101 222 0.89 0.55 0 0.13 216.85 0.8 0.48
Hex 19 65 DE 59 37 0 D D9 50 30
Octal 31 145 336 131 67 0 15 331 120 60
Binary 11001 1100101 11011110 1011001 110111 0 1101 11011001 1010000 110000

Color Harmonies of #1965DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1965DE

Black with #1965DE

Text Example


Text Example

White with #1965DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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