#155EC1

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

Shades of Denim #155EC1

Tints of Denim #155EC1

Color information

#155EC1 (or 0x155EC1) is unknown color: approx Denim. HEX triplet: 15, 5E and C1. RGB value is (21,94,193). Sum of RGB (Red+Green+Blue) = 21+94+193=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #155EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EC1 is #EAA13E. Grayscale: #525252. Windows color (decimal): -15376703 or 12672533. OLE color: 12672533.

HSL color Cylindrical-coordinate representation of color #155EC1: hue angle of 214.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155EC1 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2194193-
CMYK0.890.5100.24
HSL214.53º80.37%41.96%-
HSV(B)214.53º89.12%75.69%-
XYZ13.9412.0252.04-
YUV83.46189.8283.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.82%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 193 (75.78% from 255) = 62.66%
R=6.82%
G=30.52%
B=62.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21941930.890.5100.24214.5380.3741.96
Hex155EC15933018d7502a
Octal251363011316303032712052
Binary101011011110110000011011001110011011000110101111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155EC1; }

 p { color: rgb(21,94,193); }

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

<style>
 a { background-color: #155EC1; }

 a { background-color: rgb(21,94,193); }

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

<style>
 span { border-color: #155EC1; }

 span { border-color: rgb(21,94,193); }

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