#155DC6

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

Shades of Denim #155DC6

Tints of Denim #155DC6

Color information

#155DC6 (or 0x155DC6) is unknown color: approx Denim. HEX triplet: 15, 5D and C6. RGB value is (21,93,198). Sum of RGB (Red+Green+Blue) = 21+93+198=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #155DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DC6 is #EAA239. Grayscale: #525252. Windows color (decimal): -15376954 or 12999957. OLE color: 12999957.

HSL color Cylindrical-coordinate representation of color #155DC6: hue angle of 215.59º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155DC6 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2193198-
CMYK0.890.5300.22
HSL215.59º80.82%42.94%-
HSV(B)215.59º89.39%77.65%-
XYZ14.4212.0755-
YUV83.44192.6583.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.73%
GREEN value IS 93 (36.72% from 255) = 29.81%
BLUE value IS 198 (77.73% from 255) = 63.46%
R=6.73%
G=29.81%
B=63.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21931980.890.5300.22215.5980.8242.94
Hex155DC65935016d8512b
Octal251353061316502633012153
Binary101011011101110001101011001110101010110110110001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,93,198); }

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

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

 a { background-color: rgb(21,93,198); }

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

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

 span { border-color: rgb(21,93,198); }

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