Shades of Bahama Blue #136290
Tints of Bahama Blue #136290
RGB
CMYK
RGB Variations
Color information
#136290 (or 0x136290) is known color: Bahama Blue. HEX triplet: 13, 62 and 90. RGB value is (19,98,144). Sum of RGB (Red+Green+Blue) = 19+98+144=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #136290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136290 is #EC9D6F. Grayscale: #4F4F4F. Windows color (decimal): -15506800 or 9462291. OLE color: 9462291.
HSL color Cylindrical-coordinate representation of color #136290: hue angle of 202.08º degrees, saturation: 0.77, 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 #136290 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 98 | 144 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.44 |
| HSL | 202.08º | 0.77% | 0.32% | - |
| HSV(B) | 202.08º | 0.87% | 0.56% | - |
| XYZ | 9.67 | 10.89 | 27.98 | - |
| YUV | 79.62 | 164.33 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 144 | 0.87 | 0.32 | 0 | 0.44 | 202.08 | 0.77 | 0.32 |
| Hex | 13 | 62 | 90 | 57 | 20 | 0 | 2C | CA | 4D | 20 |
| Octal | 23 | 142 | 220 | 127 | 40 | 0 | 54 | 312 | 115 | 40 |
| Binary | 10011 | 1100010 | 10010000 | 1010111 | 100000 | 0 | 101100 | 11001010 | 1001101 | 100000 |
Color Harmonies of #136290
Complementary color
Monochromatic Colors of #136290
Black with #136290
Text Example
Text Example
White with #136290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136290; }
p { color: rgb(19,98,144); }
H1.HeaderClassName
{
color: #136290;
}
.AnyTagClassName
{
color: #136290;
}
</style>
background-color css
<style>
a { background-color: #136290; }
a { background-color: rgb(19,98,144); }
div.DivClassName
{
background-color: #136290;
}
.BgClassName
{
background-color: #136290;
}
</style>
border-color css
<style>
span { border-color: #136290; }
span { border-color: rgb(19,98,144); }
td.TdClassName
{
border-color: #136290;
}
.TagClassName
{
border-color: #136290;
}
</style>