#1456D1

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

Shades of Denim #1456D1

Tints of Denim #1456D1

Color information

#1456D1 (or 0x1456D1) is unknown color: approx Denim. HEX triplet: 14, 56 and D1. RGB value is (20,86,209). Sum of RGB (Red+Green+Blue) = 20+86+209=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 209 (82.03% from 255 or 66.35% from 315); Max value from RGB is 209 - color contains mainly: blue. Hex color #1456D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1456D1 is #EBA92E. Grayscale: #4F4F4F. Windows color (decimal): -15444271 or 13719060. OLE color: 13719060.

HSL color Cylindrical-coordinate representation of color #1456D1: hue angle of 219.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1456D1 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2086209-
CMYK0.900.5900.18
HSL219.05º82.53%44.9%-
HSV(B)219.05º90.43%81.96%-
XYZ15.1211.4161.73-
YUV80.29200.6385-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.35%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 209 (82.03% from 255) = 66.35%
R=6.35%
G=27.30%
B=66.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20862090.900.5900.18219.0582.5344.9
Hex1456D15A3B012db532d
Octal241263211327302233312355
Binary101001010110110100011011010111011010010110110111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1456D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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