Html Css Color HEX #1972BE Denim

📋 copy color: '#1972BE'

red 25 ◦ green 114 ◦ blue 190

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

Shades of Denim #1972BE

Tints of Denim #1972BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 7.6%
G = 34.65%
B = 57.75%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1972BE (or 0x1972BE) is known color: Denim. HEX triplet: 19, 72 and BE. RGB value is (25,114,190). Sum of RGB (Red+Green+Blue) = 25+114+190=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #1972BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1972BE is #E68D41. Grayscale: #5F5F5F. Windows color (decimal): -15109442 or 12481049. OLE color: 12481049.

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

Color convert

RGB 25 114 190 -
CMYK 0.87 0.40 0 0.25
HSL 207.64º 0.77% 0.42% -
HSV(B) 207.64º 0.87% 0.75% -
XYZ 15.71 15.96 50.97 -
YUV 96.05 181.01 77.32 -
System Red Green Blue C M Y K H S L
Decimal 25 114 190 0.87 0.40 0 0.25 207.64 0.77 0.42
Hex 19 72 BE 57 28 0 19 D0 4D 2A
Octal 31 162 276 127 50 0 31 320 115 52
Binary 11001 1110010 10111110 1010111 101000 0 11001 11010000 1001101 101010

Color Harmonies of #1972BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1972BE

Black with #1972BE

Text Example


Text Example

White with #1972BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1972BE; }

 p { color: rgb(25,114,190); }

 H1.HeaderClassName
 {
   color: #1972BE;
 }
 .AnyTagClassName
 {
   color: #1972BE;
 }
</style>

background-color css

<style>
 a { background-color: #1972BE; }

 a { background-color: rgb(25,114,190); }

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

border-color css

<style>
 span { border-color: #1972BE; }

 span { border-color: rgb(25,114,190); }

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