#1459BA

Color #1459BA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1459BA

Tints of Denim #1459BA

Color information

#1459BA (or 0x1459BA) is unknown color: approx Denim. HEX triplet: 14, 59 and BA. RGB value is (20,89,186). Sum of RGB (Red+Green+Blue) = 20+89+186=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #1459BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1459BA is #EBA645. Grayscale: #4E4E4E. Windows color (decimal): -15443526 or 12212500. OLE color: 12212500.

HSL color Cylindrical-coordinate representation of color #1459BA: hue angle of 215.06º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1459BA is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2089186-
CMYK0.890.5200.27
HSL215.06º80.58%40.39%-
HSV(B)215.06º89.25%72.94%-
XYZ12.7210.8447.88-
YUV79.43188.1485.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 186 (73.05% from 255) = 63.05%
R=6.78%
G=30.17%
B=63.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20891860.890.5200.27215.0680.5840.39
Hex1459BA593401Bd75128
Octal241312721316403332712150
Binary101001011001101110101011001110100011011110101111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1459BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1459BA;
 }
 .AnyTagClassName
 {
   color: #1459BA;
 }
</style>
background-color css

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

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

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

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

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

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