Shades of Bahama Blue #17558A
Tints of Bahama Blue #17558A
RGB
CMYK
RGB Variations
Color information
#17558A (or 0x17558A) is known color: Bahama Blue. HEX triplet: 17, 55 and 8A. RGB value is (23,85,138). Sum of RGB (Red+Green+Blue) = 23+85+138=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #17558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17558A is #E8AA75. Grayscale: #484848. Windows color (decimal): -15247990 or 9065751. OLE color: 9065751.
HSL color Cylindrical-coordinate representation of color #17558A: hue angle of 207.65º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17558A is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 85 | 138 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.46 |
| HSL | 207.65º | 0.71% | 0.32% | - |
| HSV(B) | 207.65º | 0.83% | 0.54% | - |
| XYZ | 8.19 | 8.51 | 25.26 | - |
| YUV | 72.5 | 164.96 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 138 | 0.83 | 0.38 | 0 | 0.46 | 207.65 | 0.71 | 0.32 |
| Hex | 17 | 55 | 8A | 53 | 26 | 0 | 2E | D0 | 47 | 20 |
| Octal | 27 | 125 | 212 | 123 | 46 | 0 | 56 | 320 | 107 | 40 |
| Binary | 10111 | 1010101 | 10001010 | 1010011 | 100110 | 0 | 101110 | 11010000 | 1000111 | 100000 |
Color Harmonies of #17558A
Complementary color
Monochromatic Colors of #17558A
Black with #17558A
Text Example
Text Example
White with #17558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17558A; }
p { color: rgb(23,85,138); }
H1.HeaderClassName
{
color: #17558A;
}
.AnyTagClassName
{
color: #17558A;
}
</style>
background-color css
<style>
a { background-color: #17558A; }
a { background-color: rgb(23,85,138); }
div.DivClassName
{
background-color: #17558A;
}
.BgClassName
{
background-color: #17558A;
}
</style>
border-color css
<style>
span { border-color: #17558A; }
span { border-color: rgb(23,85,138); }
td.TdClassName
{
border-color: #17558A;
}
.TagClassName
{
border-color: #17558A;
}
</style>