Shades of Bahama Blue #17547A
Tints of Bahama Blue #17547A
RGB
CMYK
RGB Variations
Color information
#17547A (or 0x17547A) is known color: Bahama Blue. HEX triplet: 17, 54 and 7A. RGB value is (23,84,122). Sum of RGB (Red+Green+Blue) = 23+84+122=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #17547A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17547A is #E8AB85. Grayscale: #454545. Windows color (decimal): -15248262 or 8016919. OLE color: 8016919.
HSL color Cylindrical-coordinate representation of color #17547A: hue angle of 203.03º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17547A is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 84 | 122 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.52 |
| HSL | 203.03º | 0.68% | 0.28% | - |
| HSV(B) | 203.03º | 0.81% | 0.48% | - |
| XYZ | 7.04 | 7.93 | 19.57 | - |
| YUV | 70.09 | 157.29 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 122 | 0.81 | 0.31 | 0 | 0.52 | 203.03 | 0.68 | 0.28 |
| Hex | 17 | 54 | 7A | 51 | 1F | 0 | 34 | CB | 44 | 1C |
| Octal | 27 | 124 | 172 | 121 | 37 | 0 | 64 | 313 | 104 | 34 |
| Binary | 10111 | 1010100 | 1111010 | 1010001 | 11111 | 0 | 110100 | 11001011 | 1000100 | 11100 |
Color Harmonies of #17547A
Complementary color
Monochromatic Colors of #17547A
Black with #17547A
Text Example
Text Example
White with #17547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17547A; }
p { color: rgb(23,84,122); }
H1.HeaderClassName
{
color: #17547A;
}
.AnyTagClassName
{
color: #17547A;
}
</style>
background-color css
<style>
a { background-color: #17547A; }
a { background-color: rgb(23,84,122); }
div.DivClassName
{
background-color: #17547A;
}
.BgClassName
{
background-color: #17547A;
}
</style>
border-color css
<style>
span { border-color: #17547A; }
span { border-color: rgb(23,84,122); }
td.TdClassName
{
border-color: #17547A;
}
.TagClassName
{
border-color: #17547A;
}
</style>