Shades of Bahama Blue #15517C
Tints of Bahama Blue #15517C
RGB
CMYK
RGB Variations
Color information
#15517C (or 0x15517C) is known color: Bahama Blue. HEX triplet: 15, 51 and 7C. RGB value is (21,81,124). Sum of RGB (Red+Green+Blue) = 21+81+124=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #15517C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15517C is #EAAE83. Grayscale: #434343. Windows color (decimal): -15380100 or 8147221. OLE color: 8147221.
HSL color Cylindrical-coordinate representation of color #15517C: hue angle of 205.05º 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 #15517C is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 81 | 124 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.51 |
| HSL | 205.05º | 0.71% | 0.28% | - |
| HSV(B) | 205.05º | 0.83% | 0.49% | - |
| XYZ | 6.89 | 7.5 | 20.15 | - |
| YUV | 67.96 | 159.62 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 124 | 0.83 | 0.35 | 0 | 0.51 | 205.05 | 0.71 | 0.28 |
| Hex | 15 | 51 | 7C | 53 | 23 | 0 | 33 | CD | 47 | 1C |
| Octal | 25 | 121 | 174 | 123 | 43 | 0 | 63 | 315 | 107 | 34 |
| Binary | 10101 | 1010001 | 1111100 | 1010011 | 100011 | 0 | 110011 | 11001101 | 1000111 | 11100 |
Color Harmonies of #15517C
Complementary color
Monochromatic Colors of #15517C
Black with #15517C
Text Example
Text Example
White with #15517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15517C; }
p { color: rgb(21,81,124); }
H1.HeaderClassName
{
color: #15517C;
}
.AnyTagClassName
{
color: #15517C;
}
</style>
background-color css
<style>
a { background-color: #15517C; }
a { background-color: rgb(21,81,124); }
div.DivClassName
{
background-color: #15517C;
}
.BgClassName
{
background-color: #15517C;
}
</style>
border-color css
<style>
span { border-color: #15517C; }
span { border-color: rgb(21,81,124); }
td.TdClassName
{
border-color: #15517C;
}
.TagClassName
{
border-color: #15517C;
}
</style>