Html Css Color HEX #1960AB Denim

📋 copy color: '#1960AB'

red 25 ◦ green 96 ◦ blue 171

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

Shades of Denim #1960AB

Tints of Denim #1960AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

 BLUE value IS 171 (67.19% from 255) = 58.56%

R = 8.56%
G = 32.88%
B = 58.56%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1960AB (or 0x1960AB) is known color: Denim. HEX triplet: 19, 60 and AB. RGB value is (25,96,171). Sum of RGB (Red+Green+Blue) = 25+96+171=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #1960AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1960AB is #E69F54. Grayscale: #525252. Windows color (decimal): -15114069 or 11231257. OLE color: 11231257.

HSL color Cylindrical-coordinate representation of color #1960AB: hue angle of 210.82º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1960AB is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 96 171 -
CMYK 0.85 0.44 0 0.33
HSL 210.82º 0.74% 0.38% -
HSV(B) 210.82º 0.85% 0.67% -
XYZ 11.93 11.51 40.12 -
YUV 83.32 177.48 86.4 -
System Red Green Blue C M Y K H S L
Decimal 25 96 171 0.85 0.44 0 0.33 210.82 0.74 0.38
Hex 19 60 AB 55 2C 0 21 D3 4A 26
Octal 31 140 253 125 54 0 41 323 112 46
Binary 11001 1100000 10101011 1010101 101100 0 100001 11010011 1001010 100110

Color Harmonies of #1960AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1960AB

Black with #1960AB

Text Example


Text Example

White with #1960AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1960AB; }

 p { color: rgb(25,96,171); }

 H1.HeaderClassName
 {
   color: #1960AB;
 }
 .AnyTagClassName
 {
   color: #1960AB;
 }
</style>

background-color css

<style>
 a { background-color: #1960AB; }

 a { background-color: rgb(25,96,171); }

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

border-color css

<style>
 span { border-color: #1960AB; }

 span { border-color: rgb(25,96,171); }

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