Shades of Bahama Blue #17517D
Tints of Bahama Blue #17517D
RGB
CMYK
RGB Variations
Color information
#17517D (or 0x17517D) is known color: Bahama Blue. HEX triplet: 17, 51 and 7D. RGB value is (23,81,125). Sum of RGB (Red+Green+Blue) = 23+81+125=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #17517D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17517D is #E8AE82. Grayscale: #444444. Windows color (decimal): -15249027 or 8212759. OLE color: 8212759.
HSL color Cylindrical-coordinate representation of color #17517D: hue angle of 205.88º 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 #17517D is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 81 | 125 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.51 |
| HSL | 205.88º | 0.69% | 0.29% | - |
| HSV(B) | 205.88º | 0.82% | 0.49% | - |
| XYZ | 7 | 7.55 | 20.49 | - |
| YUV | 68.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 125 | 0.82 | 0.35 | 0 | 0.51 | 205.88 | 0.69 | 0.29 |
| Hex | 17 | 51 | 7D | 52 | 23 | 0 | 33 | CE | 45 | 1D |
| Octal | 27 | 121 | 175 | 122 | 43 | 0 | 63 | 316 | 105 | 35 |
| Binary | 10111 | 1010001 | 1111101 | 1010010 | 100011 | 0 | 110011 | 11001110 | 1000101 | 11101 |
Color Harmonies of #17517D
Complementary color
Monochromatic Colors of #17517D
Black with #17517D
Text Example
Text Example
White with #17517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17517D; }
p { color: rgb(23,81,125); }
H1.HeaderClassName
{
color: #17517D;
}
.AnyTagClassName
{
color: #17517D;
}
</style>
background-color css
<style>
a { background-color: #17517D; }
a { background-color: rgb(23,81,125); }
div.DivClassName
{
background-color: #17517D;
}
.BgClassName
{
background-color: #17517D;
}
</style>
border-color css
<style>
span { border-color: #17517D; }
span { border-color: rgb(23,81,125); }
td.TdClassName
{
border-color: #17517D;
}
.TagClassName
{
border-color: #17517D;
}
</style>