#155FB3

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

Shades of Denim #155FB3

Tints of Denim #155FB3

Color information

#155FB3 (or 0x155FB3) is unknown color: approx Denim. HEX triplet: 15, 5F and B3. RGB value is (21,95,179). Sum of RGB (Red+Green+Blue) = 21+95+179=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 179 (70.31% from 255 or 60.68% from 295); Max value from RGB is 179 - color contains mainly: blue. Hex color #155FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FB3 is #EAA04C. Grayscale: #525252. Windows color (decimal): -15376461 or 11755285. OLE color: 11755285.

HSL color Cylindrical-coordinate representation of color #155FB3: hue angle of 211.9º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155FB3 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2195179-
CMYK0.880.4700.30
HSL211.9º79%39.22%-
HSV(B)211.9º88.27%70.2%-
XYZ12.5411.644.23-
YUV82.45182.4884.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.12%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 179 (70.31% from 255) = 60.68%
R=7.12%
G=32.20%
B=60.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21951790.880.4700.30211.97939.22
Hex155FB3582F01Ed44f27
Octal251372631305703632411747
Binary101011011111101100111011000101111011110110101001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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