Shades of Bahama Blue #17527B
Tints of Bahama Blue #17527B
RGB
CMYK
RGB Variations
Color information
#17527B (or 0x17527B) is known color: Bahama Blue. HEX triplet: 17, 52 and 7B. RGB value is (23,82,123). Sum of RGB (Red+Green+Blue) = 23+82+123=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #17527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17527B is #E8AD84. Grayscale: #444444. Windows color (decimal): -15248773 or 8081943. OLE color: 8081943.
HSL color Cylindrical-coordinate representation of color #17527B: hue angle of 204.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17527B is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 82 | 123 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.52 |
| HSL | 204.6º | 0.68% | 0.29% | - |
| HSV(B) | 204.6º | 0.81% | 0.48% | - |
| XYZ | 6.95 | 7.65 | 19.85 | - |
| YUV | 69.03 | 158.45 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 123 | 0.81 | 0.33 | 0 | 0.52 | 204.6 | 0.68 | 0.29 |
| Hex | 17 | 52 | 7B | 51 | 21 | 0 | 34 | CD | 44 | 1D |
| Octal | 27 | 122 | 173 | 121 | 41 | 0 | 64 | 315 | 104 | 35 |
| Binary | 10111 | 1010010 | 1111011 | 1010001 | 100001 | 0 | 110100 | 11001101 | 1000100 | 11101 |
Color Harmonies of #17527B
Complementary color
Monochromatic Colors of #17527B
Black with #17527B
Text Example
Text Example
White with #17527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17527B; }
p { color: rgb(23,82,123); }
H1.HeaderClassName
{
color: #17527B;
}
.AnyTagClassName
{
color: #17527B;
}
</style>
background-color css
<style>
a { background-color: #17527B; }
a { background-color: rgb(23,82,123); }
div.DivClassName
{
background-color: #17527B;
}
.BgClassName
{
background-color: #17527B;
}
</style>
border-color css
<style>
span { border-color: #17527B; }
span { border-color: rgb(23,82,123); }
td.TdClassName
{
border-color: #17527B;
}
.TagClassName
{
border-color: #17527B;
}
</style>