Shades of Bahama Blue #15628C
Tints of Bahama Blue #15628C
RGB
CMYK
RGB Variations
Color information
#15628C (or 0x15628C) is known color: Bahama Blue. HEX triplet: 15, 62 and 8C. RGB value is (21,98,140). Sum of RGB (Red+Green+Blue) = 21+98+140=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #15628C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15628C is #EA9D73. Grayscale: #4F4F4F. Windows color (decimal): -15375732 or 9200149. OLE color: 9200149.
HSL color Cylindrical-coordinate representation of color #15628C: hue angle of 201.18º 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 #15628C is Cyan = 0.85, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 98 | 140 | - |
| CMYK | 0.85 | 0.3 | 0 | 0.45 |
| HSL | 201.18º | 0.74% | 0.32% | - |
| HSV(B) | 201.18º | 0.85% | 0.55% | - |
| XYZ | 9.41 | 10.79 | 26.4 | - |
| YUV | 79.77 | 161.99 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 140 | 0.85 | 0.3 | 0 | 0.45 | 201.18 | 0.74 | 0.32 |
| Hex | 15 | 62 | 8C | 55 | 1E | 0 | 2D | C9 | 4A | 20 |
| Octal | 25 | 142 | 214 | 125 | 36 | 0 | 55 | 311 | 112 | 40 |
| Binary | 10101 | 1100010 | 10001100 | 1010101 | 11110 | 0 | 101101 | 11001001 | 1001010 | 100000 |
Color Harmonies of #15628C
Complementary color
Monochromatic Colors of #15628C
Black with #15628C
Text Example
Text Example
White with #15628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15628C; }
p { color: rgb(21,98,140); }
H1.HeaderClassName
{
color: #15628C;
}
.AnyTagClassName
{
color: #15628C;
}
</style>
background-color css
<style>
a { background-color: #15628C; }
a { background-color: rgb(21,98,140); }
div.DivClassName
{
background-color: #15628C;
}
.BgClassName
{
background-color: #15628C;
}
</style>
border-color css
<style>
span { border-color: #15628C; }
span { border-color: rgb(21,98,140); }
td.TdClassName
{
border-color: #15628C;
}
.TagClassName
{
border-color: #15628C;
}
</style>