Html Css Color HEX #1979BC Denim

📋 copy color: '#1979BC'

red 25 ◦ green 121 ◦ blue 188

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

Shades of Denim #1979BC

Tints of Denim #1979BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 7.49%
G = 36.23%
B = 56.29%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1979BC (or 0x1979BC) is known color: Denim. HEX triplet: 19, 79 and BC. RGB value is (25,121,188). Sum of RGB (Red+Green+Blue) = 25+121+188=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #1979BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1979BC is #E68643. Grayscale: #636363. Windows color (decimal): -15107652 or 12351769. OLE color: 12351769.

HSL color Cylindrical-coordinate representation of color #1979BC: hue angle of 204.66º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1979BC is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 121 188 -
CMYK 0.87 0.36 0 0.26
HSL 204.66º 0.77% 0.42% -
HSV(B) 204.66º 0.87% 0.74% -
XYZ 16.32 17.51 50.1 -
YUV 99.93 177.7 74.55 -
System Red Green Blue C M Y K H S L
Decimal 25 121 188 0.87 0.36 0 0.26 204.66 0.77 0.42
Hex 19 79 BC 57 24 0 1A CD 4D 2A
Octal 31 171 274 127 44 0 32 315 115 52
Binary 11001 1111001 10111100 1010111 100100 0 11010 11001101 1001101 101010

Color Harmonies of #1979BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1979BC

Black with #1979BC

Text Example


Text Example

White with #1979BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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