Html Css Color HEX #1972CA Denim

📋 copy color: '#1972CA'

red 25 ◦ green 114 ◦ blue 202

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

Shades of Denim #1972CA

Tints of Denim #1972CA

RGB

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

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

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

R = 7.33%
G = 33.43%
B = 59.24%

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

#1972CA (or 0x1972CA) is known color: Denim. HEX triplet: 19, 72 and CA. RGB value is (25,114,202). Sum of RGB (Red+Green+Blue) = 25+114+202=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #1972CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1972CA is #E68D35. Grayscale: #606060. Windows color (decimal): -15109430 or 13267481. OLE color: 13267481.

HSL color Cylindrical-coordinate representation of color #1972CA: hue angle of 209.83º 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 #1972CA is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 114 202 -
CMYK 0.88 0.44 0 0.21
HSL 209.83º 0.78% 0.45% -
HSV(B) 209.83º 0.88% 0.79% -
XYZ 17.08 16.51 58.16 -
YUV 97.42 187.01 76.34 -
System Red Green Blue C M Y K H S L
Decimal 25 114 202 0.88 0.44 0 0.21 209.83 0.78 0.45
Hex 19 72 CA 58 2C 0 15 D2 4E 2D
Octal 31 162 312 130 54 0 25 322 116 55
Binary 11001 1110010 11001010 1011000 101100 0 10101 11010010 1001110 101101

Color Harmonies of #1972CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1972CA

Black with #1972CA

Text Example


Text Example

White with #1972CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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