Html Css Color HEX #1978CA Denim

📋 copy color: '#1978CA'

red 25 ◦ green 120 ◦ blue 202

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

Shades of Denim #1978CA

Tints of Denim #1978CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

 BLUE value IS 202 (79.3% from 255) = 58.21%

R = 7.2%
G = 34.58%
B = 58.21%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1978CA (or 0x1978CA) is known color: Denim. HEX triplet: 19, 78 and CA. RGB value is (25,120,202). Sum of RGB (Red+Green+Blue) = 25+120+202=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #1978CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1978CA is #E68735. Grayscale: #646464. Windows color (decimal): -15107894 or 13269017. OLE color: 13269017.

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

Color convert

RGB 25 120 202 -
CMYK 0.88 0.41 0 0.21
HSL 207.8º 0.78% 0.45% -
HSV(B) 207.8º 0.88% 0.79% -
XYZ 17.78 17.9 58.4 -
YUV 100.94 185.03 73.83 -
System Red Green Blue C M Y K H S L
Decimal 25 120 202 0.88 0.41 0 0.21 207.8 0.78 0.45
Hex 19 78 CA 58 29 0 15 D0 4E 2D
Octal 31 170 312 130 51 0 25 320 116 55
Binary 11001 1111000 11001010 1011000 101001 0 10101 11010000 1001110 101101

Color Harmonies of #1978CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1978CA

Black with #1978CA

Text Example


Text Example

White with #1978CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1978CA;
 }
 .AnyTagClassName
 {
   color: #1978CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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