Shades of Bahama Blue #15618D
Tints of Bahama Blue #15618D
RGB
CMYK
RGB Variations
Color information
#15618D (or 0x15618D) is known color: Bahama Blue. HEX triplet: 15, 61 and 8D. RGB value is (21,97,141). Sum of RGB (Red+Green+Blue) = 21+97+141=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #15618D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15618D is #EA9E72. Grayscale: #4F4F4F. Windows color (decimal): -15375987 or 9265429. OLE color: 9265429.
HSL color Cylindrical-coordinate representation of color #15618D: hue angle of 202º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15618D is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 97 | 141 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.45 |
| HSL | 202º | 0.74% | 0.32% | - |
| HSV(B) | 202º | 0.85% | 0.55% | - |
| XYZ | 9.39 | 10.63 | 26.76 | - |
| YUV | 79.29 | 162.82 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 141 | 0.85 | 0.31 | 0 | 0.45 | 202 | 0.74 | 0.32 |
| Hex | 15 | 61 | 8D | 55 | 1F | 0 | 2D | CA | 4A | 20 |
| Octal | 25 | 141 | 215 | 125 | 37 | 0 | 55 | 312 | 112 | 40 |
| Binary | 10101 | 1100001 | 10001101 | 1010101 | 11111 | 0 | 101101 | 11001010 | 1001010 | 100000 |
Color Harmonies of #15618D
Complementary color
Monochromatic Colors of #15618D
Black with #15618D
Text Example
Text Example
White with #15618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15618D; }
p { color: rgb(21,97,141); }
H1.HeaderClassName
{
color: #15618D;
}
.AnyTagClassName
{
color: #15618D;
}
</style>
background-color css
<style>
a { background-color: #15618D; }
a { background-color: rgb(21,97,141); }
div.DivClassName
{
background-color: #15618D;
}
.BgClassName
{
background-color: #15618D;
}
</style>
border-color css
<style>
span { border-color: #15618D; }
span { border-color: rgb(21,97,141); }
td.TdClassName
{
border-color: #15618D;
}
.TagClassName
{
border-color: #15618D;
}
</style>