Html Css Color HEX #1459AB Denim

📋 copy color: '#1459AB'

red 20 ◦ green 89 ◦ blue 171

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

Shades of Denim #1459AB

Tints of Denim #1459AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.07%

R = 7.14%
G = 31.79%
B = 61.07%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1459AB (or 0x1459AB) is known color: Denim. HEX triplet: 14, 59 and AB. RGB value is (20,89,171). Sum of RGB (Red+Green+Blue) = 20+89+171=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #1459AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1459AB is #EBA654. Grayscale: #4D4D4D. Windows color (decimal): -15443541 or 11229460. OLE color: 11229460.

HSL color Cylindrical-coordinate representation of color #1459AB: hue angle of 212.58º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1459AB is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 89 171 -
CMYK 0.88 0.48 0 0.33
HSL 212.58º 0.79% 0.37% -
HSV(B) 212.58º 0.88% 0.67% -
XYZ 11.21 10.23 39.91 -
YUV 77.72 180.64 86.83 -
System Red Green Blue C M Y K H S L
Decimal 20 89 171 0.88 0.48 0 0.33 212.58 0.79 0.37
Hex 14 59 AB 58 30 0 21 D5 4F 25
Octal 24 131 253 130 60 0 41 325 117 45
Binary 10100 1011001 10101011 1011000 110000 0 100001 11010101 1001111 100101

Color Harmonies of #1459AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1459AB

Black with #1459AB

Text Example


Text Example

White with #1459AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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