Shades of Bahama Blue #15567C
Tints of Bahama Blue #15567C
RGB
CMYK
RGB Variations
Color information
#15567C (or 0x15567C) is known color: Bahama Blue. HEX triplet: 15, 56 and 7C. RGB value is (21,86,124). Sum of RGB (Red+Green+Blue) = 21+86+124=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #15567C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15567C is #EAA983. Grayscale: #464646. Windows color (decimal): -15378820 or 8148501. OLE color: 8148501.
HSL color Cylindrical-coordinate representation of color #15567C: hue angle of 202.14º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15567C is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 86 | 124 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.51 |
| HSL | 202.14º | 0.71% | 0.28% | - |
| HSV(B) | 202.14º | 0.83% | 0.49% | - |
| XYZ | 7.28 | 8.27 | 20.28 | - |
| YUV | 70.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 124 | 0.83 | 0.31 | 0 | 0.51 | 202.14 | 0.71 | 0.28 |
| Hex | 15 | 56 | 7C | 53 | 1F | 0 | 33 | CA | 47 | 1C |
| Octal | 25 | 126 | 174 | 123 | 37 | 0 | 63 | 312 | 107 | 34 |
| Binary | 10101 | 1010110 | 1111100 | 1010011 | 11111 | 0 | 110011 | 11001010 | 1000111 | 11100 |
Color Harmonies of #15567C
Complementary color
Monochromatic Colors of #15567C
Black with #15567C
Text Example
Text Example
White with #15567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15567C; }
p { color: rgb(21,86,124); }
H1.HeaderClassName
{
color: #15567C;
}
.AnyTagClassName
{
color: #15567C;
}
</style>
background-color css
<style>
a { background-color: #15567C; }
a { background-color: rgb(21,86,124); }
div.DivClassName
{
background-color: #15567C;
}
.BgClassName
{
background-color: #15567C;
}
</style>
border-color css
<style>
span { border-color: #15567C; }
span { border-color: rgb(21,86,124); }
td.TdClassName
{
border-color: #15567C;
}
.TagClassName
{
border-color: #15567C;
}
</style>