Shades of Bahama Blue #10588C
Tints of Bahama Blue #10588C
RGB
CMYK
RGB Variations
Color information
#10588C (or 0x10588C) is known color: Bahama Blue. HEX triplet: 10, 58 and 8C. RGB value is (16,88,140). Sum of RGB (Red+Green+Blue) = 16+88+140=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #10588C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10588C is #EFA773. Grayscale: #484848. Windows color (decimal): -15705972 or 9197584. OLE color: 9197584.
HSL color Cylindrical-coordinate representation of color #10588C: hue angle of 205.16º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10588C is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 88 | 140 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.45 |
| HSL | 205.16º | 0.79% | 0.31% | - |
| HSV(B) | 205.16º | 0.89% | 0.55% | - |
| XYZ | 8.44 | 8.98 | 26.1 | - |
| YUV | 72.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 140 | 0.89 | 0.37 | 0 | 0.45 | 205.16 | 0.79 | 0.31 |
| Hex | 10 | 58 | 8C | 59 | 25 | 0 | 2D | CD | 4F | 1F |
| Octal | 20 | 130 | 214 | 131 | 45 | 0 | 55 | 315 | 117 | 37 |
| Binary | 10000 | 1011000 | 10001100 | 1011001 | 100101 | 0 | 101101 | 11001101 | 1001111 | 11111 |
Color Harmonies of #10588C
Complementary color
Monochromatic Colors of #10588C
Black with #10588C
Text Example
Text Example
White with #10588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10588C; }
p { color: rgb(16,88,140); }
H1.HeaderClassName
{
color: #10588C;
}
.AnyTagClassName
{
color: #10588C;
}
</style>
background-color css
<style>
a { background-color: #10588C; }
a { background-color: rgb(16,88,140); }
div.DivClassName
{
background-color: #10588C;
}
.BgClassName
{
background-color: #10588C;
}
</style>
border-color css
<style>
span { border-color: #10588C; }
span { border-color: rgb(16,88,140); }
td.TdClassName
{
border-color: #10588C;
}
.TagClassName
{
border-color: #10588C;
}
</style>