Html Css Color HEX #1970BB Denim

📋 copy color: '#1970BB'

red 25 ◦ green 112 ◦ blue 187

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

Shades of Denim #1970BB

Tints of Denim #1970BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.72%

R = 7.72%
G = 34.57%
B = 57.72%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1970BB (or 0x1970BB) is known color: Denim. HEX triplet: 19, 70 and BB. RGB value is (25,112,187). Sum of RGB (Red+Green+Blue) = 25+112+187=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #1970BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1970BB is #E68F44. Grayscale: #5E5E5E. Windows color (decimal): -15109957 or 12283929. OLE color: 12283929.

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

Color convert

RGB 25 112 187 -
CMYK 0.87 0.40 0 0.27
HSL 207.78º 0.76% 0.42% -
HSV(B) 207.78º 0.87% 0.73% -
XYZ 15.16 15.38 49.18 -
YUV 94.54 180.18 78.4 -
System Red Green Blue C M Y K H S L
Decimal 25 112 187 0.87 0.40 0 0.27 207.78 0.76 0.42
Hex 19 70 BB 57 28 0 1B D0 4C 2A
Octal 31 160 273 127 50 0 33 320 114 52
Binary 11001 1110000 10111011 1010111 101000 0 11011 11010000 1001100 101010

Color Harmonies of #1970BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1970BB

Black with #1970BB

Text Example


Text Example

White with #1970BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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