#1454C1

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

Shades of Denim #1454C1

Tints of Denim #1454C1

Color information

#1454C1 (or 0x1454C1) is unknown color: approx Denim. HEX triplet: 14, 54 and C1. RGB value is (20,84,193). Sum of RGB (Red+Green+Blue) = 20+84+193=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 193 (75.78% from 255 or 64.98% from 297); Max value from RGB is 193 - color contains mainly: blue. Hex color #1454C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1454C1 is #EBAB3E. Grayscale: #4C4C4C. Windows color (decimal): -15444799 or 12669972. OLE color: 12669972.

HSL color Cylindrical-coordinate representation of color #1454C1: hue angle of 217.8º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1454C1 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2084193-
CMYK0.900.5600.24
HSL217.8º81.22%41.76%-
HSV(B)217.8º89.64%75.69%-
XYZ13.0810.3451.76-
YUV77.29193.387.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.73%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 193 (75.78% from 255) = 64.98%
R=6.73%
G=28.28%
B=64.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20841930.900.5600.24217.881.2241.76
Hex1454C15A38018da512a
Octal241243011327003033212152
Binary101001010100110000011011010111000011000110110101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1454C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1454C1; }

 p { color: rgb(20,84,193); }

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

<style>
 a { background-color: #1454C1; }

 a { background-color: rgb(20,84,193); }

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

<style>
 span { border-color: #1454C1; }

 span { border-color: rgb(20,84,193); }

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