Html Css Color HEX #1460AD Denim

📋 copy color: '#1460AD'

red 20 ◦ green 96 ◦ blue 173

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

Shades of Denim #1460AD

Tints of Denim #1460AD

RGB

 RED value IS 20 (8.2% from 255) = 6.92%

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

 BLUE value IS 173 (67.97% from 255) = 59.86%

R = 6.92%
G = 33.22%
B = 59.86%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1460AD (or 0x1460AD) is known color: Denim. HEX triplet: 14, 60 and AD. RGB value is (20,96,173). Sum of RGB (Red+Green+Blue) = 20+96+173=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #1460AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1460AD is #EB9F52. Grayscale: #515151. Windows color (decimal): -15441747 or 11362324. OLE color: 11362324.

HSL color Cylindrical-coordinate representation of color #1460AD: hue angle of 210.2º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1460AD is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 96 173 -
CMYK 0.88 0.45 0 0.32
HSL 210.2º 0.79% 0.38% -
HSV(B) 210.2º 0.88% 0.68% -
XYZ 12.01 11.53 41.13 -
YUV 82.05 179.32 83.74 -
System Red Green Blue C M Y K H S L
Decimal 20 96 173 0.88 0.45 0 0.32 210.2 0.79 0.38
Hex 14 60 AD 58 2D 0 20 D2 4F 26
Octal 24 140 255 130 55 0 40 322 117 46
Binary 10100 1100000 10101101 1011000 101101 0 100000 11010010 1001111 100110

Color Harmonies of #1460AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1460AD

Black with #1460AD

Text Example


Text Example

White with #1460AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1460AD; }

 p { color: rgb(20,96,173); }

 H1.HeaderClassName
 {
   color: #1460AD;
 }
 .AnyTagClassName
 {
   color: #1460AD;
 }
</style>

background-color css

<style>
 a { background-color: #1460AD; }

 a { background-color: rgb(20,96,173); }

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

border-color css

<style>
 span { border-color: #1460AD; }

 span { border-color: rgb(20,96,173); }

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