Shades of Bahama Blue #17628D
Tints of Bahama Blue #17628D
RGB
CMYK
RGB Variations
Color information
#17628D (or 0x17628D) is known color: Bahama Blue. HEX triplet: 17, 62 and 8D. RGB value is (23,98,141). Sum of RGB (Red+Green+Blue) = 23+98+141=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #17628D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17628D is #E89D72. Grayscale: #505050. Windows color (decimal): -15244659 or 9265687. OLE color: 9265687.
HSL color Cylindrical-coordinate representation of color #17628D: hue angle of 201.86º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17628D is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 98 | 141 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.45 |
| HSL | 201.86º | 0.72% | 0.32% | - |
| HSV(B) | 201.86º | 0.84% | 0.55% | - |
| XYZ | 9.53 | 10.84 | 26.79 | - |
| YUV | 80.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 98 | 141 | 0.84 | 0.30 | 0 | 0.45 | 201.86 | 0.72 | 0.32 |
| Hex | 17 | 62 | 8D | 54 | 1E | 0 | 2D | CA | 48 | 20 |
| Octal | 27 | 142 | 215 | 124 | 36 | 0 | 55 | 312 | 110 | 40 |
| Binary | 10111 | 1100010 | 10001101 | 1010100 | 11110 | 0 | 101101 | 11001010 | 1001000 | 100000 |
Color Harmonies of #17628D
Complementary color
Monochromatic Colors of #17628D
Black with #17628D
Text Example
Text Example
White with #17628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17628D; }
p { color: rgb(23,98,141); }
H1.HeaderClassName
{
color: #17628D;
}
.AnyTagClassName
{
color: #17628D;
}
</style>
background-color css
<style>
a { background-color: #17628D; }
a { background-color: rgb(23,98,141); }
div.DivClassName
{
background-color: #17628D;
}
.BgClassName
{
background-color: #17628D;
}
</style>
border-color css
<style>
span { border-color: #17628D; }
span { border-color: rgb(23,98,141); }
td.TdClassName
{
border-color: #17628D;
}
.TagClassName
{
border-color: #17628D;
}
</style>