Shades of Bahama Blue #15527D
Tints of Bahama Blue #15527D
RGB
CMYK
RGB Variations
Color information
#15527D (or 0x15527D) is known color: Bahama Blue. HEX triplet: 15, 52 and 7D. RGB value is (21,82,125). Sum of RGB (Red+Green+Blue) = 21+82+125=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #15527D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15527D is #EAAD82. Grayscale: #444444. Windows color (decimal): -15379843 or 8213013. OLE color: 8213013.
HSL color Cylindrical-coordinate representation of color #15527D: hue angle of 204.81º 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 #15527D is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 82 | 125 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.51 |
| HSL | 204.81º | 0.71% | 0.29% | - |
| HSV(B) | 204.81º | 0.83% | 0.49% | - |
| XYZ | 7.03 | 7.67 | 20.51 | - |
| YUV | 68.66 | 159.79 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 125 | 0.83 | 0.34 | 0 | 0.51 | 204.81 | 0.71 | 0.29 |
| Hex | 15 | 52 | 7D | 53 | 22 | 0 | 33 | CD | 47 | 1D |
| Octal | 25 | 122 | 175 | 123 | 42 | 0 | 63 | 315 | 107 | 35 |
| Binary | 10101 | 1010010 | 1111101 | 1010011 | 100010 | 0 | 110011 | 11001101 | 1000111 | 11101 |
Color Harmonies of #15527D
Complementary color
Monochromatic Colors of #15527D
Black with #15527D
Text Example
Text Example
White with #15527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15527D; }
p { color: rgb(21,82,125); }
H1.HeaderClassName
{
color: #15527D;
}
.AnyTagClassName
{
color: #15527D;
}
</style>
background-color css
<style>
a { background-color: #15527D; }
a { background-color: rgb(21,82,125); }
div.DivClassName
{
background-color: #15527D;
}
.BgClassName
{
background-color: #15527D;
}
</style>
border-color css
<style>
span { border-color: #15527D; }
span { border-color: rgb(21,82,125); }
td.TdClassName
{
border-color: #15527D;
}
.TagClassName
{
border-color: #15527D;
}
</style>