#1254C1

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

Shades of Denim #1254C1

Tints of Denim #1254C1

Color information

#1254C1 (or 0x1254C1) is unknown color: approx Denim. HEX triplet: 12, 54 and C1. RGB value is (18,84,193). Sum of RGB (Red+Green+Blue) = 18+84+193=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 193 (75.78% from 255 or 65.42% from 295); Max value from RGB is 193 - color contains mainly: blue. Hex color #1254C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1254C1 is #EDAB3E. Grayscale: #4C4C4C. Windows color (decimal): -15575871 or 12669970. OLE color: 12669970.

HSL color Cylindrical-coordinate representation of color #1254C1: hue angle of 217.37º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1254C1 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1884193-
CMYK0.910.5600.24
HSL217.37º82.94%41.37%-
HSV(B)217.37º90.67%75.69%-
XYZ13.0510.3251.76-
YUV76.69193.6386.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 193 (75.78% from 255) = 65.42%
R=6.10%
G=28.47%
B=65.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18841930.910.5600.24217.3782.9441.37
Hex1254C15B38018d95329
Octal221243011337003033112351
Binary100101010100110000011011011111000011000110110011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1254C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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