Shades of Bahama Blue #15618A
Tints of Bahama Blue #15618A
RGB
CMYK
RGB Variations
Color information
#15618A (or 0x15618A) is known color: Bahama Blue. HEX triplet: 15, 61 and 8A. RGB value is (21,97,138). Sum of RGB (Red+Green+Blue) = 21+97+138=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #15618A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15618A is #EA9E75. Grayscale: #4E4E4E. Windows color (decimal): -15375990 or 9068821. OLE color: 9068821.
HSL color Cylindrical-coordinate representation of color #15618A: hue angle of 201.03º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15618A is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 97 | 138 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.46 |
| HSL | 201.03º | 0.74% | 0.31% | - |
| HSV(B) | 201.03º | 0.85% | 0.54% | - |
| XYZ | 9.17 | 10.54 | 25.6 | - |
| YUV | 78.95 | 161.32 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 138 | 0.85 | 0.30 | 0 | 0.46 | 201.03 | 0.74 | 0.31 |
| Hex | 15 | 61 | 8A | 55 | 1E | 0 | 2E | C9 | 4A | 1F |
| Octal | 25 | 141 | 212 | 125 | 36 | 0 | 56 | 311 | 112 | 37 |
| Binary | 10101 | 1100001 | 10001010 | 1010101 | 11110 | 0 | 101110 | 11001001 | 1001010 | 11111 |
Color Harmonies of #15618A
Complementary color
Monochromatic Colors of #15618A
Black with #15618A
Text Example
Text Example
White with #15618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15618A; }
p { color: rgb(21,97,138); }
H1.HeaderClassName
{
color: #15618A;
}
.AnyTagClassName
{
color: #15618A;
}
</style>
background-color css
<style>
a { background-color: #15618A; }
a { background-color: rgb(21,97,138); }
div.DivClassName
{
background-color: #15618A;
}
.BgClassName
{
background-color: #15618A;
}
</style>
border-color css
<style>
span { border-color: #15618A; }
span { border-color: rgb(21,97,138); }
td.TdClassName
{
border-color: #15618A;
}
.TagClassName
{
border-color: #15618A;
}
</style>