Shades of Bahama Blue #155C82
Tints of Bahama Blue #155C82
RGB
CMYK
RGB Variations
Color information
#155C82 (or 0x155C82) is known color: Bahama Blue. HEX triplet: 15, 5C and 82. RGB value is (21,92,130). Sum of RGB (Red+Green+Blue) = 21+92+130=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #155C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C82 is #EAA37D. Grayscale: #4A4A4A. Windows color (decimal): -15377278 or 8543253. OLE color: 8543253.
HSL color Cylindrical-coordinate representation of color #155C82: hue angle of 200.92º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155C82 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 92 | 130 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.49 |
| HSL | 200.92º | 0.72% | 0.3% | - |
| HSV(B) | 200.92º | 0.84% | 0.51% | - |
| XYZ | 8.17 | 9.43 | 22.51 | - |
| YUV | 75.1 | 158.98 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 130 | 0.84 | 0.29 | 0 | 0.49 | 200.92 | 0.72 | 0.3 |
| Hex | 15 | 5C | 82 | 54 | 1D | 0 | 31 | C9 | 48 | 1E |
| Octal | 25 | 134 | 202 | 124 | 35 | 0 | 61 | 311 | 110 | 36 |
| Binary | 10101 | 1011100 | 10000010 | 1010100 | 11101 | 0 | 110001 | 11001001 | 1001000 | 11110 |
Color Harmonies of #155C82
Complementary color
Monochromatic Colors of #155C82
Black with #155C82
Text Example
Text Example
White with #155C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C82; }
p { color: rgb(21,92,130); }
H1.HeaderClassName
{
color: #155C82;
}
.AnyTagClassName
{
color: #155C82;
}
</style>
background-color css
<style>
a { background-color: #155C82; }
a { background-color: rgb(21,92,130); }
div.DivClassName
{
background-color: #155C82;
}
.BgClassName
{
background-color: #155C82;
}
</style>
border-color css
<style>
span { border-color: #155C82; }
span { border-color: rgb(21,92,130); }
td.TdClassName
{
border-color: #155C82;
}
.TagClassName
{
border-color: #155C82;
}
</style>