Shades of Bahama Blue #15568B
Tints of Bahama Blue #15568B
RGB
CMYK
RGB Variations
Color information
#15568B (or 0x15568B) is known color: Bahama Blue. HEX triplet: 15, 56 and 8B. RGB value is (21,86,139). Sum of RGB (Red+Green+Blue) = 21+86+139=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #15568B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15568B is #EAA974. Grayscale: #484848. Windows color (decimal): -15378805 or 9131541. OLE color: 9131541.
HSL color Cylindrical-coordinate representation of color #15568B: hue angle of 206.95º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15568B is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 86 | 139 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.45 |
| HSL | 206.95º | 0.74% | 0.31% | - |
| HSV(B) | 206.95º | 0.85% | 0.55% | - |
| XYZ | 8.3 | 8.68 | 25.66 | - |
| YUV | 72.61 | 165.47 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 139 | 0.85 | 0.38 | 0 | 0.45 | 206.95 | 0.74 | 0.31 |
| Hex | 15 | 56 | 8B | 55 | 26 | 0 | 2D | CF | 4A | 1F |
| Octal | 25 | 126 | 213 | 125 | 46 | 0 | 55 | 317 | 112 | 37 |
| Binary | 10101 | 1010110 | 10001011 | 1010101 | 100110 | 0 | 101101 | 11001111 | 1001010 | 11111 |
Color Harmonies of #15568B
Complementary color
Monochromatic Colors of #15568B
Black with #15568B
Text Example
Text Example
White with #15568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15568B; }
p { color: rgb(21,86,139); }
H1.HeaderClassName
{
color: #15568B;
}
.AnyTagClassName
{
color: #15568B;
}
</style>
background-color css
<style>
a { background-color: #15568B; }
a { background-color: rgb(21,86,139); }
div.DivClassName
{
background-color: #15568B;
}
.BgClassName
{
background-color: #15568B;
}
</style>
border-color css
<style>
span { border-color: #15568B; }
span { border-color: rgb(21,86,139); }
td.TdClassName
{
border-color: #15568B;
}
.TagClassName
{
border-color: #15568B;
}
</style>