#1978DC

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

Shades of Navy Blue #1978DC

Tints of Navy Blue #1978DC

Color information

#1978DC (or 0x1978DC) is unknown color: approx Navy Blue. HEX triplet: 19, 78 and DC. RGB value is (25,120,220). Sum of RGB (Red+Green+Blue) = 25+120+220=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #1978DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1978DC is #E68723. Grayscale: #666666. Windows color (decimal): -15107876 or 14448665. OLE color: 14448665.

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

Color convert

RGB25120220-
CMYK0.890.4500.14
HSL210.77º79.59%48.04%-
HSV(B)210.77º88.64%86.27%-
XYZ20.0418.8170.28-
YUV102.99194.0372.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.85%
GREEN value IS 120 (47.27% from 255) = 32.88%
BLUE value IS 220 (86.33% from 255) = 60.27%
R=6.85%
G=32.88%
B=60.27%

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
Decimal251202200.890.4500.14210.7779.5948.04
Hex1978DC592D0Ed35030
Octal311703341315501632312060
Binary11001111100011011100101100110110101110110100111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1978DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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