Html Css Color HEX #1972DC Navy Blue

📋 copy color: '#1972DC'

red 25 ◦ green 114 ◦ blue 220

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

Shades of Navy Blue #1972DC

Tints of Navy Blue #1972DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 220 (86.33% from 255) = 61.28%

R = 6.96%
G = 31.75%
B = 61.28%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1972DC (or 0x1972DC) is known color: Navy Blue. HEX triplet: 19, 72 and DC. RGB value is (25,114,220). Sum of RGB (Red+Green+Blue) = 25+114+220=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #1972DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1972DC is #E68D23. Grayscale: #626262. Windows color (decimal): -15109412 or 14447129. OLE color: 14447129.

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

Color convert

RGB 25 114 220 -
CMYK 0.89 0.48 0 0.14
HSL 212.62º 0.8% 0.48% -
HSV(B) 212.62º 0.89% 0.86% -
XYZ 19.34 17.41 70.05 -
YUV 99.47 196.01 74.88 -
System Red Green Blue C M Y K H S L
Decimal 25 114 220 0.89 0.48 0 0.14 212.62 0.8 0.48
Hex 19 72 DC 59 30 0 E D5 50 30
Octal 31 162 334 131 60 0 16 325 120 60
Binary 11001 1110010 11011100 1011001 110000 0 1110 11010101 1010000 110000

Color Harmonies of #1972DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1972DC

Black with #1972DC

Text Example


Text Example

White with #1972DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1972DC; }

 p { color: rgb(25,114,220); }

 H1.HeaderClassName
 {
   color: #1972DC;
 }
 .AnyTagClassName
 {
   color: #1972DC;
 }
</style>

background-color css

<style>
 a { background-color: #1972DC; }

 a { background-color: rgb(25,114,220); }

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

border-color css

<style>
 span { border-color: #1972DC; }

 span { border-color: rgb(25,114,220); }

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