Shades of Bahama Blue #15517D
Tints of Bahama Blue #15517D
RGB
CMYK
RGB Variations
Color information
#15517D (or 0x15517D) is known color: Bahama Blue. HEX triplet: 15, 51 and 7D. RGB value is (21,81,125). Sum of RGB (Red+Green+Blue) = 21+81+125=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #15517D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15517D is #EAAE82. Grayscale: #434343. Windows color (decimal): -15380099 or 8212757. OLE color: 8212757.
HSL color Cylindrical-coordinate representation of color #15517D: hue angle of 205.38º 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 #15517D is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 81 | 125 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.51 |
| HSL | 205.38º | 0.71% | 0.29% | - |
| HSV(B) | 205.38º | 0.83% | 0.49% | - |
| XYZ | 6.95 | 7.52 | 20.49 | - |
| YUV | 68.08 | 160.12 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 125 | 0.83 | 0.35 | 0 | 0.51 | 205.38 | 0.71 | 0.29 |
| Hex | 15 | 51 | 7D | 53 | 23 | 0 | 33 | CD | 47 | 1D |
| Octal | 25 | 121 | 175 | 123 | 43 | 0 | 63 | 315 | 107 | 35 |
| Binary | 10101 | 1010001 | 1111101 | 1010011 | 100011 | 0 | 110011 | 11001101 | 1000111 | 11101 |
Color Harmonies of #15517D
Complementary color
Monochromatic Colors of #15517D
Black with #15517D
Text Example
Text Example
White with #15517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15517D; }
p { color: rgb(21,81,125); }
H1.HeaderClassName
{
color: #15517D;
}
.AnyTagClassName
{
color: #15517D;
}
</style>
background-color css
<style>
a { background-color: #15517D; }
a { background-color: rgb(21,81,125); }
div.DivClassName
{
background-color: #15517D;
}
.BgClassName
{
background-color: #15517D;
}
</style>
border-color css
<style>
span { border-color: #15517D; }
span { border-color: rgb(21,81,125); }
td.TdClassName
{
border-color: #15517D;
}
.TagClassName
{
border-color: #15517D;
}
</style>