Shades of Bahama Blue #15567D
Tints of Bahama Blue #15567D
RGB
CMYK
RGB Variations
Color information
#15567D (or 0x15567D) is known color: Bahama Blue. HEX triplet: 15, 56 and 7D. RGB value is (21,86,125). Sum of RGB (Red+Green+Blue) = 21+86+125=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #15567D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15567D is #EAA982. Grayscale: #464646. Windows color (decimal): -15378819 or 8214037. OLE color: 8214037.
HSL color Cylindrical-coordinate representation of color #15567D: hue angle of 202.5º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15567D is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 86 | 125 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.51 |
| HSL | 202.5º | 0.71% | 0.29% | - |
| HSV(B) | 202.5º | 0.83% | 0.49% | - |
| XYZ | 7.34 | 8.3 | 20.62 | - |
| YUV | 71.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 125 | 0.83 | 0.31 | 0 | 0.51 | 202.5 | 0.71 | 0.29 |
| Hex | 15 | 56 | 7D | 53 | 1F | 0 | 33 | CA | 47 | 1D |
| Octal | 25 | 126 | 175 | 123 | 37 | 0 | 63 | 312 | 107 | 35 |
| Binary | 10101 | 1010110 | 1111101 | 1010011 | 11111 | 0 | 110011 | 11001010 | 1000111 | 11101 |
Color Harmonies of #15567D
Complementary color
Monochromatic Colors of #15567D
Black with #15567D
Text Example
Text Example
White with #15567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15567D; }
p { color: rgb(21,86,125); }
H1.HeaderClassName
{
color: #15567D;
}
.AnyTagClassName
{
color: #15567D;
}
</style>
background-color css
<style>
a { background-color: #15567D; }
a { background-color: rgb(21,86,125); }
div.DivClassName
{
background-color: #15567D;
}
.BgClassName
{
background-color: #15567D;
}
</style>
border-color css
<style>
span { border-color: #15567D; }
span { border-color: rgb(21,86,125); }
td.TdClassName
{
border-color: #15567D;
}
.TagClassName
{
border-color: #15567D;
}
</style>