#1978CC

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

Shades of Denim #1978CC

Tints of Denim #1978CC

Color information

#1978CC (or 0x1978CC) is unknown color: approx Denim. HEX triplet: 19, 78 and CC. RGB value is (25,120,204). Sum of RGB (Red+Green+Blue) = 25+120+204=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #1978CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1978CC is #E68733. Grayscale: #646464. Windows color (decimal): -15107892 or 13400089. OLE color: 13400089.

HSL color Cylindrical-coordinate representation of color #1978CC: hue angle of 208.16º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1978CC is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB25120204-
CMYK0.880.4100.2
HSL208.16º78.17%44.9%-
HSV(B)208.16º87.75%80%-
XYZ18.021859.65-
YUV101.17186.0373.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.16%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 204 (80.08% from 255) = 58.45%
R=7.16%
G=34.38%
B=58.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal251202040.880.4100.2208.1678.1744.9
Hex1978CC5829014d04e2d
Octal311703141305102432011655
Binary110011111000110011001011000101001010100110100001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1978CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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