Shades of Bahama Blue #10577D
Tints of Bahama Blue #10577D
RGB
CMYK
RGB Variations
Color information
#10577D (or 0x10577D) is known color: Bahama Blue. HEX triplet: 10, 57 and 7D. RGB value is (16,87,125). Sum of RGB (Red+Green+Blue) = 16+87+125=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #10577D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10577D is #EFA882. Grayscale: #454545. Windows color (decimal): -15706243 or 8214288. OLE color: 8214288.
HSL color Cylindrical-coordinate representation of color #10577D: hue angle of 200.92º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10577D is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 87 | 125 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.51 |
| HSL | 200.92º | 0.77% | 0.28% | - |
| HSV(B) | 200.92º | 0.87% | 0.49% | - |
| XYZ | 7.32 | 8.41 | 20.64 | - |
| YUV | 70.1 | 158.98 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 125 | 0.87 | 0.30 | 0 | 0.51 | 200.92 | 0.77 | 0.28 |
| Hex | 10 | 57 | 7D | 57 | 1E | 0 | 33 | C9 | 4D | 1C |
| Octal | 20 | 127 | 175 | 127 | 36 | 0 | 63 | 311 | 115 | 34 |
| Binary | 10000 | 1010111 | 1111101 | 1010111 | 11110 | 0 | 110011 | 11001001 | 1001101 | 11100 |
Color Harmonies of #10577D
Complementary color
Monochromatic Colors of #10577D
Black with #10577D
Text Example
Text Example
White with #10577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10577D; }
p { color: rgb(16,87,125); }
H1.HeaderClassName
{
color: #10577D;
}
.AnyTagClassName
{
color: #10577D;
}
</style>
background-color css
<style>
a { background-color: #10577D; }
a { background-color: rgb(16,87,125); }
div.DivClassName
{
background-color: #10577D;
}
.BgClassName
{
background-color: #10577D;
}
</style>
border-color css
<style>
span { border-color: #10577D; }
span { border-color: rgb(16,87,125); }
td.TdClassName
{
border-color: #10577D;
}
.TagClassName
{
border-color: #10577D;
}
</style>