Html Css Color HEX #1971CA Denim

📋 copy color: '#1971CA'

red 25 ◦ green 113 ◦ blue 202

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

Shades of Denim #1971CA

Tints of Denim #1971CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.41%

R = 7.35%
G = 33.24%
B = 59.41%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1971CA (or 0x1971CA) is known color: Denim. HEX triplet: 19, 71 and CA. RGB value is (25,113,202). Sum of RGB (Red+Green+Blue) = 25+113+202=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #1971CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1971CA is #E68E35. Grayscale: #606060. Windows color (decimal): -15109686 or 13267225. OLE color: 13267225.

HSL color Cylindrical-coordinate representation of color #1971CA: hue angle of 210.17º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1971CA is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 113 202 -
CMYK 0.88 0.44 0 0.21
HSL 210.17º 0.78% 0.45% -
HSV(B) 210.17º 0.88% 0.79% -
XYZ 16.97 16.28 58.13 -
YUV 96.83 187.35 76.76 -
System Red Green Blue C M Y K H S L
Decimal 25 113 202 0.88 0.44 0 0.21 210.17 0.78 0.45
Hex 19 71 CA 58 2C 0 15 D2 4E 2D
Octal 31 161 312 130 54 0 25 322 116 55
Binary 11001 1110001 11001010 1011000 101100 0 10101 11010010 1001110 101101

Color Harmonies of #1971CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1971CA

Black with #1971CA

Text Example


Text Example

White with #1971CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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