Shades of Bahama Blue #17547D
Tints of Bahama Blue #17547D
RGB
CMYK
RGB Variations
Color information
#17547D (or 0x17547D) is known color: Bahama Blue. HEX triplet: 17, 54 and 7D. RGB value is (23,84,125). Sum of RGB (Red+Green+Blue) = 23+84+125=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #17547D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17547D is #E8AB82. Grayscale: #464646. Windows color (decimal): -15248259 or 8213527. OLE color: 8213527.
HSL color Cylindrical-coordinate representation of color #17547D: hue angle of 204.12º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17547D is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 84 | 125 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.51 |
| HSL | 204.12º | 0.69% | 0.29% | - |
| HSV(B) | 204.12º | 0.82% | 0.49% | - |
| XYZ | 7.23 | 8 | 20.57 | - |
| YUV | 70.44 | 158.79 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 125 | 0.82 | 0.33 | 0 | 0.51 | 204.12 | 0.69 | 0.29 |
| Hex | 17 | 54 | 7D | 52 | 21 | 0 | 33 | CC | 45 | 1D |
| Octal | 27 | 124 | 175 | 122 | 41 | 0 | 63 | 314 | 105 | 35 |
| Binary | 10111 | 1010100 | 1111101 | 1010010 | 100001 | 0 | 110011 | 11001100 | 1000101 | 11101 |
Color Harmonies of #17547D
Complementary color
Monochromatic Colors of #17547D
Black with #17547D
Text Example
Text Example
White with #17547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17547D; }
p { color: rgb(23,84,125); }
H1.HeaderClassName
{
color: #17547D;
}
.AnyTagClassName
{
color: #17547D;
}
</style>
background-color css
<style>
a { background-color: #17547D; }
a { background-color: rgb(23,84,125); }
div.DivClassName
{
background-color: #17547D;
}
.BgClassName
{
background-color: #17547D;
}
</style>
border-color css
<style>
span { border-color: #17547D; }
span { border-color: rgb(23,84,125); }
td.TdClassName
{
border-color: #17547D;
}
.TagClassName
{
border-color: #17547D;
}
</style>