Shades of Bahama Blue #185A8B
Tints of Bahama Blue #185A8B
RGB
CMYK
RGB Variations
Color information
#185A8B (or 0x185A8B) is known color: Bahama Blue. HEX triplet: 18, 5A and 8B. RGB value is (24,90,139). Sum of RGB (Red+Green+Blue) = 24+90+139=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #185A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A8B is #E7A574. Grayscale: #4B4B4B. Windows color (decimal): -15181173 or 9132568. OLE color: 9132568.
HSL color Cylindrical-coordinate representation of color #185A8B: hue angle of 205.57º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #185A8B is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 90 | 139 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.45 |
| HSL | 205.57º | 0.71% | 0.32% | - |
| HSV(B) | 205.57º | 0.83% | 0.55% | - |
| XYZ | 8.69 | 9.37 | 25.78 | - |
| YUV | 75.85 | 163.63 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 139 | 0.83 | 0.35 | 0 | 0.45 | 205.57 | 0.71 | 0.32 |
| Hex | 18 | 5A | 8B | 53 | 23 | 0 | 2D | CE | 47 | 20 |
| Octal | 30 | 132 | 213 | 123 | 43 | 0 | 55 | 316 | 107 | 40 |
| Binary | 11000 | 1011010 | 10001011 | 1010011 | 100011 | 0 | 101101 | 11001110 | 1000111 | 100000 |
Color Harmonies of #185A8B
Complementary color
Monochromatic Colors of #185A8B
Black with #185A8B
Text Example
Text Example
White with #185A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A8B; }
p { color: rgb(24,90,139); }
H1.HeaderClassName
{
color: #185A8B;
}
.AnyTagClassName
{
color: #185A8B;
}
</style>
background-color css
<style>
a { background-color: #185A8B; }
a { background-color: rgb(24,90,139); }
div.DivClassName
{
background-color: #185A8B;
}
.BgClassName
{
background-color: #185A8B;
}
</style>
border-color css
<style>
span { border-color: #185A8B; }
span { border-color: rgb(24,90,139); }
td.TdClassName
{
border-color: #185A8B;
}
.TagClassName
{
border-color: #185A8B;
}
</style>