#1257CA

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

Shades of Denim #1257CA

Tints of Denim #1257CA

Color information

#1257CA (or 0x1257CA) is unknown color: approx Denim. HEX triplet: 12, 57 and CA. RGB value is (18,87,202). Sum of RGB (Red+Green+Blue) = 18+87+202=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #1257CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1257CA is #EDA835. Grayscale: #4E4E4E. Windows color (decimal): -15575094 or 13260562. OLE color: 13260562.

HSL color Cylindrical-coordinate representation of color #1257CA: hue angle of 217.5º 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 #1257CA is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1887202-
CMYK0.910.5700.21
HSL217.5º83.64%43.14%-
HSV(B)217.5º91.09%79.22%-
XYZ14.3211.2157.29-
YUV79.48197.1484.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.86%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 202 (79.30% from 255) = 65.80%
R=5.86%
G=28.34%
B=65.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18872020.910.5700.21217.583.6443.14
Hex1257CA5B39015da542b
Octal221273121337102533212453
Binary100101010111110010101011011111001010101110110101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1257CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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