Html Css Color HEX #1459AE Denim

📋 copy color: '#1459AE'

red 20 ◦ green 89 ◦ blue 174

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

Shades of Denim #1459AE

Tints of Denim #1459AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.48%

R = 7.07%
G = 31.45%
B = 61.48%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1459AE (or 0x1459AE) is known color: Denim. HEX triplet: 14, 59 and AE. RGB value is (20,89,174). Sum of RGB (Red+Green+Blue) = 20+89+174=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #1459AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1459AE is #EBA651. Grayscale: #4D4D4D. Windows color (decimal): -15443538 or 11426068. OLE color: 11426068.

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

Color convert

RGB 20 89 174 -
CMYK 0.89 0.49 0 0.32
HSL 213.12º 0.79% 0.38% -
HSV(B) 213.12º 0.89% 0.68% -
XYZ 11.5 10.35 41.44 -
YUV 78.06 182.14 86.59 -
System Red Green Blue C M Y K H S L
Decimal 20 89 174 0.89 0.49 0 0.32 213.12 0.79 0.38
Hex 14 59 AE 59 31 0 20 D5 4F 26
Octal 24 131 256 131 61 0 40 325 117 46
Binary 10100 1011001 10101110 1011001 110001 0 100000 11010101 1001111 100110

Color Harmonies of #1459AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1459AE

Black with #1459AE

Text Example


Text Example

White with #1459AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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