Shades of Bahama Blue #15547B
Tints of Bahama Blue #15547B
RGB
CMYK
RGB Variations
Color information
#15547B (or 0x15547B) is known color: Bahama Blue. HEX triplet: 15, 54 and 7B. RGB value is (21,84,123). Sum of RGB (Red+Green+Blue) = 21+84+123=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #15547B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15547B is #EAAB84. Grayscale: #454545. Windows color (decimal): -15379333 or 8082453. OLE color: 8082453.
HSL color Cylindrical-coordinate representation of color #15547B: hue angle of 202.94º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15547B is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 84 | 123 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.52 |
| HSL | 202.94º | 0.71% | 0.28% | - |
| HSV(B) | 202.94º | 0.83% | 0.48% | - |
| XYZ | 7.05 | 7.93 | 19.9 | - |
| YUV | 69.61 | 158.13 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 123 | 0.83 | 0.32 | 0 | 0.52 | 202.94 | 0.71 | 0.28 |
| Hex | 15 | 54 | 7B | 53 | 20 | 0 | 34 | CB | 47 | 1C |
| Octal | 25 | 124 | 173 | 123 | 40 | 0 | 64 | 313 | 107 | 34 |
| Binary | 10101 | 1010100 | 1111011 | 1010011 | 100000 | 0 | 110100 | 11001011 | 1000111 | 11100 |
Color Harmonies of #15547B
Complementary color
Monochromatic Colors of #15547B
Black with #15547B
Text Example
Text Example
White with #15547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15547B; }
p { color: rgb(21,84,123); }
H1.HeaderClassName
{
color: #15547B;
}
.AnyTagClassName
{
color: #15547B;
}
</style>
background-color css
<style>
a { background-color: #15547B; }
a { background-color: rgb(21,84,123); }
div.DivClassName
{
background-color: #15547B;
}
.BgClassName
{
background-color: #15547B;
}
</style>
border-color css
<style>
span { border-color: #15547B; }
span { border-color: rgb(21,84,123); }
td.TdClassName
{
border-color: #15547B;
}
.TagClassName
{
border-color: #15547B;
}
</style>