Shades of Bahama Blue #15577D
Tints of Bahama Blue #15577D
RGB
CMYK
RGB Variations
Color information
#15577D (or 0x15577D) is known color: Bahama Blue. HEX triplet: 15, 57 and 7D. RGB value is (21,87,125). Sum of RGB (Red+Green+Blue) = 21+87+125=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #15577D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15577D is #EAA882. Grayscale: #474747. Windows color (decimal): -15378563 or 8214293. OLE color: 8214293.
HSL color Cylindrical-coordinate representation of color #15577D: hue angle of 201.92º 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 #15577D is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 87 | 125 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.51 |
| HSL | 201.92º | 0.71% | 0.29% | - |
| HSV(B) | 201.92º | 0.83% | 0.49% | - |
| XYZ | 7.42 | 8.46 | 20.64 | - |
| YUV | 71.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 125 | 0.83 | 0.30 | 0 | 0.51 | 201.92 | 0.71 | 0.29 |
| Hex | 15 | 57 | 7D | 53 | 1E | 0 | 33 | CA | 47 | 1D |
| Octal | 25 | 127 | 175 | 123 | 36 | 0 | 63 | 312 | 107 | 35 |
| Binary | 10101 | 1010111 | 1111101 | 1010011 | 11110 | 0 | 110011 | 11001010 | 1000111 | 11101 |
Color Harmonies of #15577D
Complementary color
Monochromatic Colors of #15577D
Black with #15577D
Text Example
Text Example
White with #15577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15577D; }
p { color: rgb(21,87,125); }
H1.HeaderClassName
{
color: #15577D;
}
.AnyTagClassName
{
color: #15577D;
}
</style>
background-color css
<style>
a { background-color: #15577D; }
a { background-color: rgb(21,87,125); }
div.DivClassName
{
background-color: #15577D;
}
.BgClassName
{
background-color: #15577D;
}
</style>
border-color css
<style>
span { border-color: #15577D; }
span { border-color: rgb(21,87,125); }
td.TdClassName
{
border-color: #15577D;
}
.TagClassName
{
border-color: #15577D;
}
</style>