#1255C1

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

Shades of Denim #1255C1

Tints of Denim #1255C1

Color information

#1255C1 (or 0x1255C1) is unknown color: approx Denim. HEX triplet: 12, 55 and C1. RGB value is (18,85,193). Sum of RGB (Red+Green+Blue) = 18+85+193=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 193 (75.78% from 255 or 65.20% from 296); Max value from RGB is 193 - color contains mainly: blue. Hex color #1255C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1255C1 is #EDAA3E. Grayscale: #4C4C4C. Windows color (decimal): -15575615 or 12670226. OLE color: 12670226.

HSL color Cylindrical-coordinate representation of color #1255C1: hue angle of 217.03º 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 #1255C1 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1885193-
CMYK0.910.5600.24
HSL217.03º82.94%41.37%-
HSV(B)217.03º90.67%75.69%-
XYZ13.1210.4851.78-
YUV77.28193.385.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.08%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 193 (75.78% from 255) = 65.20%
R=6.08%
G=28.72%
B=65.20%

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
Decimal18851930.910.5600.24217.0382.9441.37
Hex1255C15B38018d95329
Octal221253011337003033112351
Binary100101010101110000011011011111000011000110110011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1255C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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