Html Css Color HEX #1979C0 Denim

📋 copy color: '#1979C0'

red 25 ◦ green 121 ◦ blue 192

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

Shades of Denim #1979C0

Tints of Denim #1979C0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.8%

 BLUE value IS 192 (75.39% from 255) = 56.8%

R = 7.4%
G = 35.8%
B = 56.8%

CMYK

 C value IS 0.87

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1979C0 (or 0x1979C0) is known color: Denim. HEX triplet: 19, 79 and C0. RGB value is (25,121,192). Sum of RGB (Red+Green+Blue) = 25+121+192=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #1979C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1979C0 is #E6863F. Grayscale: #646464. Windows color (decimal): -15107648 or 12613913. OLE color: 12613913.

HSL color Cylindrical-coordinate representation of color #1979C0: hue angle of 205.51º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1979C0 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 121 192 -
CMYK 0.87 0.37 0 0.25
HSL 205.51º 0.77% 0.43% -
HSV(B) 205.51º 0.87% 0.75% -
XYZ 16.75 17.69 52.4 -
YUV 100.39 179.7 74.23 -
System Red Green Blue C M Y K H S L
Decimal 25 121 192 0.87 0.37 0 0.25 205.51 0.77 0.43
Hex 19 79 C0 57 25 0 19 CE 4D 2B
Octal 31 171 300 127 45 0 31 316 115 53
Binary 11001 1111001 11000000 1010111 100101 0 11001 11001110 1001101 101011

Color Harmonies of #1979C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1979C0

Black with #1979C0

Text Example


Text Example

White with #1979C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1979C0;
 }
 .AnyTagClassName
 {
   color: #1979C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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