Html Css Color HEX #1979BF Denim

📋 copy color: '#1979BF'

red 25 ◦ green 121 ◦ blue 191

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

Shades of Denim #1979BF

Tints of Denim #1979BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.68%

R = 7.42%
G = 35.91%
B = 56.68%

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

#1979BF (or 0x1979BF) is known color: Denim. HEX triplet: 19, 79 and BF. RGB value is (25,121,191). Sum of RGB (Red+Green+Blue) = 25+121+191=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #1979BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1979BF is #E68640. Grayscale: #636363. Windows color (decimal): -15107649 or 12548377. OLE color: 12548377.

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

Color convert

RGB 25 121 191 -
CMYK 0.87 0.37 0 0.25
HSL 205.3º 0.77% 0.42% -
HSV(B) 205.3º 0.87% 0.75% -
XYZ 16.64 17.64 51.82 -
YUV 100.28 179.2 74.31 -
System Red Green Blue C M Y K H S L
Decimal 25 121 191 0.87 0.37 0 0.25 205.3 0.77 0.42
Hex 19 79 BF 57 25 0 19 CD 4D 2A
Octal 31 171 277 127 45 0 31 315 115 52
Binary 11001 1111001 10111111 1010111 100101 0 11001 11001101 1001101 101010

Color Harmonies of #1979BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1979BF

Black with #1979BF

Text Example


Text Example

White with #1979BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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