#1970BA

Color #1970BA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1970BA

Tints of Denim #1970BA

Color information

#1970BA (or 0x1970BA) is unknown color: approx Denim. HEX triplet: 19, 70 and BA. RGB value is (25,112,186). Sum of RGB (Red+Green+Blue) = 25+112+186=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #1970BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1970BA is #E68F45. Grayscale: #5E5E5E. Windows color (decimal): -15109958 or 12218393. OLE color: 12218393.

HSL color Cylindrical-coordinate representation of color #1970BA: hue angle of 207.58º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1970BA is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB25112186-
CMYK0.870.4000.27
HSL207.58º76.3%41.37%-
HSV(B)207.58º86.56%72.94%-
XYZ15.0615.3448.62-
YUV94.42179.6878.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.74%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=7.74%
G=34.67%
B=57.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal251121860.870.4000.27207.5876.341.37
Hex1970BA572801Bd04c29
Octal311602721275003332011451
Binary110011110000101110101010111101000011011110100001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1970BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1970BA;
 }
 .AnyTagClassName
 {
   color: #1970BA;
 }
</style>
background-color css

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

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

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

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

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

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