Html Css Color HEX #1971BE Denim

📋 copy color: '#1971BE'

red 25 ◦ green 113 ◦ blue 190

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

Shades of Denim #1971BE

Tints of Denim #1971BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.45%

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

R = 7.62%
G = 34.45%
B = 57.93%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1971BE (or 0x1971BE) is known color: Denim. HEX triplet: 19, 71 and BE. RGB value is (25,113,190). Sum of RGB (Red+Green+Blue) = 25+113+190=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #1971BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1971BE is #E68E41. Grayscale: #5F5F5F. Windows color (decimal): -15109698 or 12480793. OLE color: 12480793.

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

Color convert

RGB 25 113 190 -
CMYK 0.87 0.41 0 0.25
HSL 208º 0.77% 0.42% -
HSV(B) 208º 0.87% 0.75% -
XYZ 15.6 15.73 50.93 -
YUV 95.47 181.35 77.74 -
System Red Green Blue C M Y K H S L
Decimal 25 113 190 0.87 0.41 0 0.25 208 0.77 0.42
Hex 19 71 BE 57 29 0 19 D0 4D 2A
Octal 31 161 276 127 51 0 31 320 115 52
Binary 11001 1110001 10111110 1010111 101001 0 11001 11010000 1001101 101010

Color Harmonies of #1971BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1971BE

Black with #1971BE

Text Example


Text Example

White with #1971BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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