#1979DC

Color #1979DC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1979DC

Tints of Navy Blue #1979DC

Color information

#1979DC (or 0x1979DC) is unknown color: approx Navy Blue. HEX triplet: 19, 79 and DC. RGB value is (25,121,220). Sum of RGB (Red+Green+Blue) = 25+121+220=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #1979DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1979DC is #E68623. Grayscale: #676767. Windows color (decimal): -15107620 or 14448921. OLE color: 14448921.

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

Color convert

RGB25121220-
CMYK0.890.4500.14
HSL210.46º79.59%48.04%-
HSV(B)210.46º88.64%86.27%-
XYZ20.1619.0570.32-
YUV103.58193.771.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.83%
GREEN value IS 121 (47.66% from 255) = 33.06%
BLUE value IS 220 (86.33% from 255) = 60.11%
R=6.83%
G=33.06%
B=60.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal251212200.890.4500.14210.4679.5948.04
Hex1979DC592D0Ed25030
Octal311713341315501632212060
Binary11001111100111011100101100110110101110110100101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1979DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1979DC;
 }
 .AnyTagClassName
 {
   color: #1979DC;
 }
</style>
background-color css

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

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

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

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

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

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