Shades of Bahama Blue #185D82
Tints of Bahama Blue #185D82
RGB
CMYK
RGB Variations
Color information
#185D82 (or 0x185D82) is known color: Bahama Blue. HEX triplet: 18, 5D and 82. RGB value is (24,93,130). Sum of RGB (Red+Green+Blue) = 24+93+130=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #185D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185D82 is #E7A27D. Grayscale: #4C4C4C. Windows color (decimal): -15180414 or 8543512. OLE color: 8543512.
HSL color Cylindrical-coordinate representation of color #185D82: hue angle of 200.94º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185D82 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 93 | 130 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.49 |
| HSL | 200.94º | 0.69% | 0.3% | - |
| HSV(B) | 200.94º | 0.82% | 0.51% | - |
| XYZ | 8.32 | 9.63 | 22.54 | - |
| YUV | 76.59 | 158.14 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 130 | 0.82 | 0.28 | 0 | 0.49 | 200.94 | 0.69 | 0.3 |
| Hex | 18 | 5D | 82 | 52 | 1C | 0 | 31 | C9 | 45 | 1E |
| Octal | 30 | 135 | 202 | 122 | 34 | 0 | 61 | 311 | 105 | 36 |
| Binary | 11000 | 1011101 | 10000010 | 1010010 | 11100 | 0 | 110001 | 11001001 | 1000101 | 11110 |
Color Harmonies of #185D82
Complementary color
Monochromatic Colors of #185D82
Black with #185D82
Text Example
Text Example
White with #185D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185D82; }
p { color: rgb(24,93,130); }
H1.HeaderClassName
{
color: #185D82;
}
.AnyTagClassName
{
color: #185D82;
}
</style>
background-color css
<style>
a { background-color: #185D82; }
a { background-color: rgb(24,93,130); }
div.DivClassName
{
background-color: #185D82;
}
.BgClassName
{
background-color: #185D82;
}
</style>
border-color css
<style>
span { border-color: #185D82; }
span { border-color: rgb(24,93,130); }
td.TdClassName
{
border-color: #185D82;
}
.TagClassName
{
border-color: #185D82;
}
</style>