Html Css Color HEX #1961DD Navy Blue

📋 copy color: '#1961DD'

red 25 ◦ green 97 ◦ blue 221

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

Shades of Navy Blue #1961DD

Tints of Navy Blue #1961DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.28%

 BLUE value IS 221 (86.72% from 255) = 64.43%

R = 7.29%
G = 28.28%
B = 64.43%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1961DD (or 0x1961DD) is known color: Navy Blue. HEX triplet: 19, 61 and DD. RGB value is (25,97,221). Sum of RGB (Red+Green+Blue) = 25+97+221=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #1961DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1961DD is #E69E22. Grayscale: #595959. Windows color (decimal): -15113763 or 14508313. OLE color: 14508313.

HSL color Cylindrical-coordinate representation of color #1961DD: hue angle of 217.96º 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 #1961DD is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 97 221 -
CMYK 0.89 0.56 0 0.13
HSL 217.96º 0.8% 0.48% -
HSV(B) 217.96º 0.89% 0.87% -
XYZ 17.73 13.98 70.17 -
YUV 89.61 202.15 81.92 -
System Red Green Blue C M Y K H S L
Decimal 25 97 221 0.89 0.56 0 0.13 217.96 0.8 0.48
Hex 19 61 DD 59 38 0 D DA 50 30
Octal 31 141 335 131 70 0 15 332 120 60
Binary 11001 1100001 11011101 1011001 111000 0 1101 11011010 1010000 110000

Color Harmonies of #1961DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1961DD

Black with #1961DD

Text Example


Text Example

White with #1961DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1961DD; }

 p { color: rgb(25,97,221); }

 H1.HeaderClassName
 {
   color: #1961DD;
 }
 .AnyTagClassName
 {
   color: #1961DD;
 }
</style>

background-color css

<style>
 a { background-color: #1961DD; }

 a { background-color: rgb(25,97,221); }

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

border-color css

<style>
 span { border-color: #1961DD; }

 span { border-color: rgb(25,97,221); }

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