Html Css Color HEX #1979CB Denim

📋 copy color: '#1979CB'

red 25 ◦ green 121 ◦ blue 203

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

Shades of Denim #1979CB

Tints of Denim #1979CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.17%

R = 7.16%
G = 34.67%
B = 58.17%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1979CB (or 0x1979CB) is known color: Denim. HEX triplet: 19, 79 and CB. RGB value is (25,121,203). Sum of RGB (Red+Green+Blue) = 25+121+203=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #1979CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1979CB is #E68634. Grayscale: #656565. Windows color (decimal): -15107637 or 13334809. OLE color: 13334809.

HSL color Cylindrical-coordinate representation of color #1979CB: hue angle of 207.64º 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 #1979CB is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 121 203 -
CMYK 0.88 0.40 0 0.20
HSL 207.64º 0.78% 0.45% -
HSV(B) 207.64º 0.88% 0.8% -
XYZ 18.02 18.19 59.06 -
YUV 101.64 185.2 73.33 -
System Red Green Blue C M Y K H S L
Decimal 25 121 203 0.88 0.40 0 0.20 207.64 0.78 0.45
Hex 19 79 CB 58 28 0 14 D0 4E 2D
Octal 31 171 313 130 50 0 24 320 116 55
Binary 11001 1111001 11001011 1011000 101000 0 10100 11010000 1001110 101101

Color Harmonies of #1979CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1979CB

Black with #1979CB

Text Example


Text Example

White with #1979CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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