Shades of Bahama Blue #106090
Tints of Bahama Blue #106090
RGB
CMYK
RGB Variations
Color information
#106090 (or 0x106090) is known color: Bahama Blue. HEX triplet: 10, 60 and 90. RGB value is (16,96,144). Sum of RGB (Red+Green+Blue) = 16+96+144=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #106090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106090 is #EF9F6F. Grayscale: #4D4D4D. Windows color (decimal): -15703920 or 9461776. OLE color: 9461776.
HSL color Cylindrical-coordinate representation of color #106090: hue angle of 202.5º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106090 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 96 | 144 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.44 |
| HSL | 202.5º | 0.8% | 0.31% | - |
| HSV(B) | 202.5º | 0.89% | 0.56% | - |
| XYZ | 9.43 | 10.49 | 27.91 | - |
| YUV | 77.55 | 165.5 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 144 | 0.89 | 0.33 | 0 | 0.44 | 202.5 | 0.8 | 0.31 |
| Hex | 10 | 60 | 90 | 59 | 21 | 0 | 2C | CA | 50 | 1F |
| Octal | 20 | 140 | 220 | 131 | 41 | 0 | 54 | 312 | 120 | 37 |
| Binary | 10000 | 1100000 | 10010000 | 1011001 | 100001 | 0 | 101100 | 11001010 | 1010000 | 11111 |
Color Harmonies of #106090
Complementary color
Monochromatic Colors of #106090
Black with #106090
Text Example
Text Example
White with #106090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106090; }
p { color: rgb(16,96,144); }
H1.HeaderClassName
{
color: #106090;
}
.AnyTagClassName
{
color: #106090;
}
</style>
background-color css
<style>
a { background-color: #106090; }
a { background-color: rgb(16,96,144); }
div.DivClassName
{
background-color: #106090;
}
.BgClassName
{
background-color: #106090;
}
</style>
border-color css
<style>
span { border-color: #106090; }
span { border-color: rgb(16,96,144); }
td.TdClassName
{
border-color: #106090;
}
.TagClassName
{
border-color: #106090;
}
</style>