#1451B6

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

Shades of Denim #1451B6

Tints of Denim #1451B6

Color information

#1451B6 (or 0x1451B6) is unknown color: approx Denim. HEX triplet: 14, 51 and B6. RGB value is (20,81,182). Sum of RGB (Red+Green+Blue) = 20+81+182=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #1451B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1451B6 is #EBAE49. Grayscale: #494949. Windows color (decimal): -15445578 or 11948308. OLE color: 11948308.

HSL color Cylindrical-coordinate representation of color #1451B6: hue angle of 217.41º 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 #1451B6 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2081182-
CMYK0.890.5500.29
HSL217.41º80.2%39.61%-
HSV(B)217.41º89.01%71.37%-
XYZ11.679.4145.46-
YUV74.27188.7989.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 182 (71.48% from 255) = 64.31%
R=7.07%
G=28.62%
B=64.31%

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
Decimal20811820.890.5500.29217.4180.239.61
Hex1451B6593701Dd95028
Octal241212661316703533112050
Binary101001010001101101101011001110111011101110110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1451B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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