#1253C0

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

Shades of Denim #1253C0

Tints of Denim #1253C0

Color information

#1253C0 (or 0x1253C0) is unknown color: approx Denim. HEX triplet: 12, 53 and C0. RGB value is (18,83,192). Sum of RGB (Red+Green+Blue) = 18+83+192=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #1253C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253C0 is #EDAC3F. Grayscale: #4B4B4B. Windows color (decimal): -15576128 or 12604178. OLE color: 12604178.

HSL color Cylindrical-coordinate representation of color #1253C0: hue angle of 217.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1253C0 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1883192-
CMYK0.910.5700.25
HSL217.59º82.86%41.18%-
HSV(B)217.59º90.62%75.29%-
XYZ12.8610.1251.15-
YUV75.99193.4786.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.14%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 192 (75.39% from 255) = 65.53%
R=6.14%
G=28.33%
B=65.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18831920.910.5700.25217.5982.8641.18
Hex1253C05B39019da5329
Octal221233001337103133212351
Binary100101010011110000001011011111001011001110110101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1253C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1253C0; }

 p { color: rgb(18,83,192); }

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

<style>
 a { background-color: #1253C0; }

 a { background-color: rgb(18,83,192); }

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

<style>
 span { border-color: #1253C0; }

 span { border-color: rgb(18,83,192); }

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