Shades of Bahama Blue #12618F
Tints of Bahama Blue #12618F
RGB
CMYK
RGB Variations
Color information
#12618F (or 0x12618F) is known color: Bahama Blue. HEX triplet: 12, 61 and 8F. RGB value is (18,97,143). Sum of RGB (Red+Green+Blue) = 18+97+143=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #12618F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12618F is #ED9E70. Grayscale: #4E4E4E. Windows color (decimal): -15572593 or 9396498. OLE color: 9396498.
HSL color Cylindrical-coordinate representation of color #12618F: hue angle of 202.08º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12618F is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 97 | 143 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.44 |
| HSL | 202.08º | 0.78% | 0.32% | - |
| HSV(B) | 202.08º | 0.87% | 0.56% | - |
| XYZ | 9.48 | 10.66 | 27.54 | - |
| YUV | 78.62 | 164.33 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 97 | 143 | 0.87 | 0.32 | 0 | 0.44 | 202.08 | 0.78 | 0.32 |
| Hex | 12 | 61 | 8F | 57 | 20 | 0 | 2C | CA | 4E | 20 |
| Octal | 22 | 141 | 217 | 127 | 40 | 0 | 54 | 312 | 116 | 40 |
| Binary | 10010 | 1100001 | 10001111 | 1010111 | 100000 | 0 | 101100 | 11001010 | 1001110 | 100000 |
Color Harmonies of #12618F
Complementary color
Monochromatic Colors of #12618F
Black with #12618F
Text Example
Text Example
White with #12618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12618F; }
p { color: rgb(18,97,143); }
H1.HeaderClassName
{
color: #12618F;
}
.AnyTagClassName
{
color: #12618F;
}
</style>
background-color css
<style>
a { background-color: #12618F; }
a { background-color: rgb(18,97,143); }
div.DivClassName
{
background-color: #12618F;
}
.BgClassName
{
background-color: #12618F;
}
</style>
border-color css
<style>
span { border-color: #12618F; }
span { border-color: rgb(18,97,143); }
td.TdClassName
{
border-color: #12618F;
}
.TagClassName
{
border-color: #12618F;
}
</style>