Shades of Bahama Blue #15618F
Tints of Bahama Blue #15618F
RGB
CMYK
RGB Variations
Color information
#15618F (or 0x15618F) is known color: Bahama Blue. HEX triplet: 15, 61 and 8F. RGB value is (21,97,143). Sum of RGB (Red+Green+Blue) = 21+97+143=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #15618F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15618F is #EA9E70. Grayscale: #4F4F4F. Windows color (decimal): -15375985 or 9396501. OLE color: 9396501.
HSL color Cylindrical-coordinate representation of color #15618F: hue angle of 202.62º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15618F is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 97 | 143 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.44 |
| HSL | 202.62º | 0.74% | 0.32% | - |
| HSV(B) | 202.62º | 0.85% | 0.56% | - |
| XYZ | 9.54 | 10.69 | 27.55 | - |
| YUV | 79.52 | 163.82 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 143 | 0.85 | 0.32 | 0 | 0.44 | 202.62 | 0.74 | 0.32 |
| Hex | 15 | 61 | 8F | 55 | 20 | 0 | 2C | CB | 4A | 20 |
| Octal | 25 | 141 | 217 | 125 | 40 | 0 | 54 | 313 | 112 | 40 |
| Binary | 10101 | 1100001 | 10001111 | 1010101 | 100000 | 0 | 101100 | 11001011 | 1001010 | 100000 |
Color Harmonies of #15618F
Complementary color
Monochromatic Colors of #15618F
Black with #15618F
Text Example
Text Example
White with #15618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15618F; }
p { color: rgb(21,97,143); }
H1.HeaderClassName
{
color: #15618F;
}
.AnyTagClassName
{
color: #15618F;
}
</style>
background-color css
<style>
a { background-color: #15618F; }
a { background-color: rgb(21,97,143); }
div.DivClassName
{
background-color: #15618F;
}
.BgClassName
{
background-color: #15618F;
}
</style>
border-color css
<style>
span { border-color: #15618F; }
span { border-color: rgb(21,97,143); }
td.TdClassName
{
border-color: #15618F;
}
.TagClassName
{
border-color: #15618F;
}
</style>