#1253CA

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

Shades of Denim #1253CA

Tints of Denim #1253CA

Color information

#1253CA (or 0x1253CA) is unknown color: approx Denim. HEX triplet: 12, 53 and CA. RGB value is (18,83,202). Sum of RGB (Red+Green+Blue) = 18+83+202=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #1253CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253CA is #EDAC35. Grayscale: #4C4C4C. Windows color (decimal): -15576118 or 13259538. OLE color: 13259538.

HSL color Cylindrical-coordinate representation of color #1253CA: hue angle of 218.8º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1253CA is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1883202-
CMYK0.910.5900.21
HSL218.8º83.64%43.14%-
HSV(B)218.8º91.09%79.22%-
XYZ1410.5857.18-
YUV77.13198.4785.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 202 (79.30% from 255) = 66.67%
R=5.94%
G=27.39%
B=66.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18832020.910.5900.21218.883.6443.14
Hex1253CA5B3B015db542b
Octal221233121337302533312453
Binary100101010011110010101011011111011010101110110111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1253CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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