Html Css Color HEX #1456AD Denim

📋 copy color: '#1456AD'

red 20 ◦ green 86 ◦ blue 173

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

Shades of Denim #1456AD

Tints of Denim #1456AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.82%

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

R = 7.17%
G = 30.82%
B = 62.01%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1456AD (or 0x1456AD) is known color: Denim. HEX triplet: 14, 56 and AD. RGB value is (20,86,173). Sum of RGB (Red+Green+Blue) = 20+86+173=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #1456AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1456AD is #EBA952. Grayscale: #4B4B4B. Windows color (decimal): -15444307 or 11359764. OLE color: 11359764.

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

Color convert

RGB 20 86 173 -
CMYK 0.88 0.50 0 0.32
HSL 214.12º 0.79% 0.38% -
HSV(B) 214.12º 0.88% 0.68% -
XYZ 11.16 9.82 40.84 -
YUV 76.18 182.63 87.93 -
System Red Green Blue C M Y K H S L
Decimal 20 86 173 0.88 0.50 0 0.32 214.12 0.79 0.38
Hex 14 56 AD 58 32 0 20 D6 4F 26
Octal 24 126 255 130 62 0 40 326 117 46
Binary 10100 1010110 10101101 1011000 110010 0 100000 11010110 1001111 100110

Color Harmonies of #1456AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1456AD

Black with #1456AD

Text Example


Text Example

White with #1456AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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