Shades of Bahama Blue #17547F
Tints of Bahama Blue #17547F
RGB
CMYK
RGB Variations
Color information
#17547F (or 0x17547F) is known color: Bahama Blue. HEX triplet: 17, 54 and 7F. RGB value is (23,84,127). Sum of RGB (Red+Green+Blue) = 23+84+127=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #17547F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17547F is #E8AB80. Grayscale: #464646. Windows color (decimal): -15248257 or 8344599. OLE color: 8344599.
HSL color Cylindrical-coordinate representation of color #17547F: hue angle of 204.81º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17547F is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 84 | 127 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.50 |
| HSL | 204.81º | 0.69% | 0.29% | - |
| HSV(B) | 204.81º | 0.82% | 0.5% | - |
| XYZ | 7.35 | 8.06 | 21.25 | - |
| YUV | 70.66 | 159.79 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 127 | 0.82 | 0.34 | 0 | 0.50 | 204.81 | 0.69 | 0.29 |
| Hex | 17 | 54 | 7F | 52 | 22 | 0 | 32 | CD | 45 | 1D |
| Octal | 27 | 124 | 177 | 122 | 42 | 0 | 62 | 315 | 105 | 35 |
| Binary | 10111 | 1010100 | 1111111 | 1010010 | 100010 | 0 | 110010 | 11001101 | 1000101 | 11101 |
Color Harmonies of #17547F
Complementary color
Monochromatic Colors of #17547F
Black with #17547F
Text Example
Text Example
White with #17547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17547F; }
p { color: rgb(23,84,127); }
H1.HeaderClassName
{
color: #17547F;
}
.AnyTagClassName
{
color: #17547F;
}
</style>
background-color css
<style>
a { background-color: #17547F; }
a { background-color: rgb(23,84,127); }
div.DivClassName
{
background-color: #17547F;
}
.BgClassName
{
background-color: #17547F;
}
</style>
border-color css
<style>
span { border-color: #17547F; }
span { border-color: rgb(23,84,127); }
td.TdClassName
{
border-color: #17547F;
}
.TagClassName
{
border-color: #17547F;
}
</style>