Shades of Bahama Blue #15567F
Tints of Bahama Blue #15567F
RGB
CMYK
RGB Variations
Color information
#15567F (or 0x15567F) is known color: Bahama Blue. HEX triplet: 15, 56 and 7F. RGB value is (21,86,127). Sum of RGB (Red+Green+Blue) = 21+86+127=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #15567F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15567F is #EAA980. Grayscale: #474747. Windows color (decimal): -15378817 or 8345109. OLE color: 8345109.
HSL color Cylindrical-coordinate representation of color #15567F: hue angle of 203.21º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15567F is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 86 | 127 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.50 |
| HSL | 203.21º | 0.72% | 0.29% | - |
| HSV(B) | 203.21º | 0.83% | 0.5% | - |
| XYZ | 7.47 | 8.35 | 21.3 | - |
| YUV | 71.24 | 159.47 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 127 | 0.83 | 0.32 | 0 | 0.50 | 203.21 | 0.72 | 0.29 |
| Hex | 15 | 56 | 7F | 53 | 20 | 0 | 32 | CB | 48 | 1D |
| Octal | 25 | 126 | 177 | 123 | 40 | 0 | 62 | 313 | 110 | 35 |
| Binary | 10101 | 1010110 | 1111111 | 1010011 | 100000 | 0 | 110010 | 11001011 | 1001000 | 11101 |
Color Harmonies of #15567F
Complementary color
Monochromatic Colors of #15567F
Black with #15567F
Text Example
Text Example
White with #15567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15567F; }
p { color: rgb(21,86,127); }
H1.HeaderClassName
{
color: #15567F;
}
.AnyTagClassName
{
color: #15567F;
}
</style>
background-color css
<style>
a { background-color: #15567F; }
a { background-color: rgb(21,86,127); }
div.DivClassName
{
background-color: #15567F;
}
.BgClassName
{
background-color: #15567F;
}
</style>
border-color css
<style>
span { border-color: #15567F; }
span { border-color: rgb(21,86,127); }
td.TdClassName
{
border-color: #15567F;
}
.TagClassName
{
border-color: #15567F;
}
</style>