#155FC1

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

Shades of Denim #155FC1

Tints of Denim #155FC1

Color information

#155FC1 (or 0x155FC1) is unknown color: approx Denim. HEX triplet: 15, 5F and C1. RGB value is (21,95,193). Sum of RGB (Red+Green+Blue) = 21+95+193=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #155FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FC1 is #EAA03E. Grayscale: #535353. Windows color (decimal): -15376447 or 12672789. OLE color: 12672789.

HSL color Cylindrical-coordinate representation of color #155FC1: hue angle of 214.19º 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 #155FC1 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2195193-
CMYK0.890.5100.24
HSL214.19º80.37%41.96%-
HSV(B)214.19º89.12%75.69%-
XYZ14.0312.1952.07-
YUV84.05189.4883.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.80%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 193 (75.78% from 255) = 62.46%
R=6.80%
G=30.74%
B=62.46%

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
Decimal21951930.890.5100.24214.1980.3741.96
Hex155FC15933018d6502a
Octal251373011316303032612052
Binary101011011111110000011011001110011011000110101101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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