#1452B6

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

Shades of Denim #1452B6

Tints of Denim #1452B6

Color information

#1452B6 (or 0x1452B6) is unknown color: approx Denim. HEX triplet: 14, 52 and B6. RGB value is (20,82,182). Sum of RGB (Red+Green+Blue) = 20+82+182=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 182 (71.48% from 255 or 64.08% from 284); Max value from RGB is 182 - color contains mainly: blue. Hex color #1452B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1452B6 is #EBAD49. Grayscale: #4A4A4A. Windows color (decimal): -15445322 or 11948564. OLE color: 11948564.

HSL color Cylindrical-coordinate representation of color #1452B6: hue angle of 217.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1452B6 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2082182-
CMYK0.890.5500.29
HSL217.04º80.2%39.61%-
HSV(B)217.04º89.01%71.37%-
XYZ11.759.5645.48-
YUV74.86188.4688.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.04%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 182 (71.48% from 255) = 64.08%
R=7.04%
G=28.87%
B=64.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20821820.890.5500.29217.0480.239.61
Hex1452B6593701Dd95028
Octal241222661316703533112050
Binary101001010010101101101011001110111011101110110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1452B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1452B6; }

 p { color: rgb(20,82,182); }

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

<style>
 a { background-color: #1452B6; }

 a { background-color: rgb(20,82,182); }

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

<style>
 span { border-color: #1452B6; }

 span { border-color: rgb(20,82,182); }

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