Shades of Bahama Blue #155C8C
Tints of Bahama Blue #155C8C
RGB
CMYK
RGB Variations
Color information
#155C8C (or 0x155C8C) is known color: Bahama Blue. HEX triplet: 15, 5C and 8C. RGB value is (21,92,140). Sum of RGB (Red+Green+Blue) = 21+92+140=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #155C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C8C is #EAA373. Grayscale: #4B4B4B. Windows color (decimal): -15377268 or 9198613. OLE color: 9198613.
HSL color Cylindrical-coordinate representation of color #155C8C: hue angle of 204.2º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155C8C is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 92 | 140 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.45 |
| HSL | 204.2º | 0.74% | 0.32% | - |
| HSV(B) | 204.2º | 0.85% | 0.55% | - |
| XYZ | 8.87 | 9.71 | 26.22 | - |
| YUV | 76.24 | 163.98 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 140 | 0.85 | 0.34 | 0 | 0.45 | 204.2 | 0.74 | 0.32 |
| Hex | 15 | 5C | 8C | 55 | 22 | 0 | 2D | CC | 4A | 20 |
| Octal | 25 | 134 | 214 | 125 | 42 | 0 | 55 | 314 | 112 | 40 |
| Binary | 10101 | 1011100 | 10001100 | 1010101 | 100010 | 0 | 101101 | 11001100 | 1001010 | 100000 |
Color Harmonies of #155C8C
Complementary color
Monochromatic Colors of #155C8C
Black with #155C8C
Text Example
Text Example
White with #155C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C8C; }
p { color: rgb(21,92,140); }
H1.HeaderClassName
{
color: #155C8C;
}
.AnyTagClassName
{
color: #155C8C;
}
</style>
background-color css
<style>
a { background-color: #155C8C; }
a { background-color: rgb(21,92,140); }
div.DivClassName
{
background-color: #155C8C;
}
.BgClassName
{
background-color: #155C8C;
}
</style>
border-color css
<style>
span { border-color: #155C8C; }
span { border-color: rgb(21,92,140); }
td.TdClassName
{
border-color: #155C8C;
}
.TagClassName
{
border-color: #155C8C;
}
</style>