Html Css Color HEX #1970CA Denim

📋 copy color: '#1970CA'

red 25 ◦ green 112 ◦ blue 202

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

Shades of Denim #1970CA

Tints of Denim #1970CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

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

R = 7.37%
G = 33.04%
B = 59.59%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1970CA (or 0x1970CA) is known color: Denim. HEX triplet: 19, 70 and CA. RGB value is (25,112,202). Sum of RGB (Red+Green+Blue) = 25+112+202=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #1970CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1970CA is #E68F35. Grayscale: #5F5F5F. Windows color (decimal): -15109942 or 13266969. OLE color: 13266969.

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

Color convert

RGB 25 112 202 -
CMYK 0.88 0.45 0 0.21
HSL 210.51º 0.78% 0.45% -
HSV(B) 210.51º 0.88% 0.79% -
XYZ 16.86 16.06 58.09 -
YUV 96.25 187.68 77.18 -
System Red Green Blue C M Y K H S L
Decimal 25 112 202 0.88 0.45 0 0.21 210.51 0.78 0.45
Hex 19 70 CA 58 2D 0 15 D3 4E 2D
Octal 31 160 312 130 55 0 25 323 116 55
Binary 11001 1110000 11001010 1011000 101101 0 10101 11010011 1001110 101101

Color Harmonies of #1970CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1970CA

Black with #1970CA

Text Example


Text Example

White with #1970CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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