#155fa1

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

Shades of Denim #155FA1

Tints of Denim #155FA1

Color information

#155FA1 (or 0x155FA1) is unknown color: approx Denim. HEX triplet: 15, 5F and A1. RGB value is (21,95,161). Sum of RGB (Red+Green+Blue) = 21+95+161=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #155FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155FA1 is #EAA05E. Grayscale: #505050. Windows color (decimal): -15376479 or 10575637. OLE color: 10575637.

HSL color Cylindrical-coordinate representation of color #155FA1: hue angle of 208.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155FA1 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2195161-
CMYK0.870.4100.37
HSL208.29º76.92%35.69%-
HSV(B)208.29º86.96%63.14%-
XYZ10.8310.9235.25-
YUV80.4173.4885.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.58%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 161 (63.28% from 255) = 58.12%
R=7.58%
G=34.30%
B=58.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21951610.870.4100.37208.2976.9235.69
Hex155FA15729025d04d24
Octal251372411275104532011544
Binary1010110111111010000110101111010010100101110100001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155fa1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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