Html Css Color HEX #1960AA Denim

📋 copy color: '#1960AA'

red 25 ◦ green 96 ◦ blue 170

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

Shades of Denim #1960AA

Tints of Denim #1960AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.42%

R = 8.59%
G = 32.99%
B = 58.42%

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

#1960AA (or 0x1960AA) is known color: Denim. HEX triplet: 19, 60 and AA. RGB value is (25,96,170). Sum of RGB (Red+Green+Blue) = 25+96+170=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #1960AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1960AA is #E69F55. Grayscale: #525252. Windows color (decimal): -15114070 or 11165721. OLE color: 11165721.

HSL color Cylindrical-coordinate representation of color #1960AA: hue angle of 210.62º 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 #1960AA is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 96 170 -
CMYK 0.85 0.44 0 0.33
HSL 210.62º 0.74% 0.38% -
HSV(B) 210.62º 0.85% 0.67% -
XYZ 11.84 11.47 39.62 -
YUV 83.21 176.98 86.48 -
System Red Green Blue C M Y K H S L
Decimal 25 96 170 0.85 0.44 0 0.33 210.62 0.74 0.38
Hex 19 60 AA 55 2C 0 21 D3 4A 26
Octal 31 140 252 125 54 0 41 323 112 46
Binary 11001 1100000 10101010 1010101 101100 0 100001 11010011 1001010 100110

Color Harmonies of #1960AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1960AA

Black with #1960AA

Text Example


Text Example

White with #1960AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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