Html Css Color HEX #1977DD Navy Blue

📋 copy color: '#1977DD'

red 25 ◦ green 119 ◦ blue 221

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

Shades of Navy Blue #1977DD

Tints of Navy Blue #1977DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.6%

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

R = 6.85%
G = 32.6%
B = 60.55%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1977DD (or 0x1977DD) is known color: Navy Blue. HEX triplet: 19, 77 and DD. RGB value is (25,119,221). Sum of RGB (Red+Green+Blue) = 25+119+221=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #1977DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1977DD is #E68822. Grayscale: #666666. Windows color (decimal): -15108131 or 14513945. OLE color: 14513945.

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

Color convert

RGB 25 119 221 -
CMYK 0.89 0.46 0 0.13
HSL 211.22º 0.8% 0.48% -
HSV(B) 211.22º 0.89% 0.87% -
XYZ 20.05 18.62 70.94 -
YUV 102.52 194.86 72.71 -
System Red Green Blue C M Y K H S L
Decimal 25 119 221 0.89 0.46 0 0.13 211.22 0.8 0.48
Hex 19 77 DD 59 2E 0 D D3 50 30
Octal 31 167 335 131 56 0 15 323 120 60
Binary 11001 1110111 11011101 1011001 101110 0 1101 11010011 1010000 110000

Color Harmonies of #1977DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1977DD

Black with #1977DD

Text Example


Text Example

White with #1977DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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