Html Css Color HEX #1459AD Denim

📋 copy color: '#1459AD'

red 20 ◦ green 89 ◦ blue 173

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

Shades of Denim #1459AD

Tints of Denim #1459AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.56%

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

R = 7.09%
G = 31.56%
B = 61.35%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1459AD (or 0x1459AD) is known color: Denim. HEX triplet: 14, 59 and AD. RGB value is (20,89,173). Sum of RGB (Red+Green+Blue) = 20+89+173=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #1459AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1459AD is #EBA652. Grayscale: #4D4D4D. Windows color (decimal): -15443539 or 11360532. OLE color: 11360532.

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

Color convert

RGB 20 89 173 -
CMYK 0.88 0.49 0 0.32
HSL 212.94º 0.79% 0.38% -
HSV(B) 212.94º 0.88% 0.68% -
XYZ 11.4 10.31 40.92 -
YUV 77.95 181.64 86.67 -
System Red Green Blue C M Y K H S L
Decimal 20 89 173 0.88 0.49 0 0.32 212.94 0.79 0.38
Hex 14 59 AD 58 31 0 20 D5 4F 26
Octal 24 131 255 130 61 0 40 325 117 46
Binary 10100 1011001 10101101 1011000 110001 0 100000 11010101 1001111 100110

Color Harmonies of #1459AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1459AD

Black with #1459AD

Text Example


Text Example

White with #1459AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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