Shades of Bahama Blue #17517C
Tints of Bahama Blue #17517C
RGB
CMYK
RGB Variations
Color information
#17517C (or 0x17517C) is known color: Bahama Blue. HEX triplet: 17, 51 and 7C. RGB value is (23,81,124). Sum of RGB (Red+Green+Blue) = 23+81+124=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #17517C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17517C is #E8AE83. Grayscale: #444444. Windows color (decimal): -15249028 or 8147223. OLE color: 8147223.
HSL color Cylindrical-coordinate representation of color #17517C: hue angle of 205.54º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17517C is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 81 | 124 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.51 |
| HSL | 205.54º | 0.69% | 0.29% | - |
| HSV(B) | 205.54º | 0.81% | 0.49% | - |
| XYZ | 6.93 | 7.52 | 20.16 | - |
| YUV | 68.56 | 159.28 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 124 | 0.81 | 0.35 | 0 | 0.51 | 205.54 | 0.69 | 0.29 |
| Hex | 17 | 51 | 7C | 51 | 23 | 0 | 33 | CE | 45 | 1D |
| Octal | 27 | 121 | 174 | 121 | 43 | 0 | 63 | 316 | 105 | 35 |
| Binary | 10111 | 1010001 | 1111100 | 1010001 | 100011 | 0 | 110011 | 11001110 | 1000101 | 11101 |
Color Harmonies of #17517C
Complementary color
Monochromatic Colors of #17517C
Black with #17517C
Text Example
Text Example
White with #17517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17517C; }
p { color: rgb(23,81,124); }
H1.HeaderClassName
{
color: #17517C;
}
.AnyTagClassName
{
color: #17517C;
}
</style>
background-color css
<style>
a { background-color: #17517C; }
a { background-color: rgb(23,81,124); }
div.DivClassName
{
background-color: #17517C;
}
.BgClassName
{
background-color: #17517C;
}
</style>
border-color css
<style>
span { border-color: #17517C; }
span { border-color: rgb(23,81,124); }
td.TdClassName
{
border-color: #17517C;
}
.TagClassName
{
border-color: #17517C;
}
</style>