Html Css Color HEX #1470AD Denim

📋 copy color: '#1470AD'

red 20 ◦ green 112 ◦ blue 173

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

Shades of Denim #1470AD

Tints of Denim #1470AD

RGB

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

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

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

R = 6.56%
G = 36.72%
B = 56.72%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1470AD (or 0x1470AD) is known color: Denim. HEX triplet: 14, 70 and AD. RGB value is (20,112,173). Sum of RGB (Red+Green+Blue) = 20+112+173=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #1470AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1470AD is #EB8F52. Grayscale: #5B5B5B. Windows color (decimal): -15437651 or 11366420. OLE color: 11366420.

HSL color Cylindrical-coordinate representation of color #1470AD: hue angle of 203.92º 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 #1470AD is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 112 173 -
CMYK 0.88 0.35 0 0.32
HSL 203.92º 0.79% 0.38% -
HSV(B) 203.92º 0.88% 0.68% -
XYZ 13.63 14.75 41.66 -
YUV 91.45 174.02 77.04 -
System Red Green Blue C M Y K H S L
Decimal 20 112 173 0.88 0.35 0 0.32 203.92 0.79 0.38
Hex 14 70 AD 58 23 0 20 CC 4F 26
Octal 24 160 255 130 43 0 40 314 117 46
Binary 10100 1110000 10101101 1011000 100011 0 100000 11001100 1001111 100110

Color Harmonies of #1470AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470AD

Black with #1470AD

Text Example


Text Example

White with #1470AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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