Shades of Bahama Blue #146290
Tints of Bahama Blue #146290
RGB
CMYK
RGB Variations
Color information
#146290 (or 0x146290) is known color: Bahama Blue. HEX triplet: 14, 62 and 90. RGB value is (20,98,144). Sum of RGB (Red+Green+Blue) = 20+98+144=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #146290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146290 is #EB9D6F. Grayscale: #4F4F4F. Windows color (decimal): -15441264 or 9462292. OLE color: 9462292.
HSL color Cylindrical-coordinate representation of color #146290: hue angle of 202.26º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146290 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 98 | 144 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.44 |
| HSL | 202.26º | 0.76% | 0.32% | - |
| HSV(B) | 202.26º | 0.86% | 0.56% | - |
| XYZ | 9.69 | 10.9 | 27.98 | - |
| YUV | 79.92 | 164.16 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 144 | 0.86 | 0.32 | 0 | 0.44 | 202.26 | 0.76 | 0.32 |
| Hex | 14 | 62 | 90 | 56 | 20 | 0 | 2C | CA | 4C | 20 |
| Octal | 24 | 142 | 220 | 126 | 40 | 0 | 54 | 312 | 114 | 40 |
| Binary | 10100 | 1100010 | 10010000 | 1010110 | 100000 | 0 | 101100 | 11001010 | 1001100 | 100000 |
Color Harmonies of #146290
Complementary color
Monochromatic Colors of #146290
Black with #146290
Text Example
Text Example
White with #146290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146290; }
p { color: rgb(20,98,144); }
H1.HeaderClassName
{
color: #146290;
}
.AnyTagClassName
{
color: #146290;
}
</style>
background-color css
<style>
a { background-color: #146290; }
a { background-color: rgb(20,98,144); }
div.DivClassName
{
background-color: #146290;
}
.BgClassName
{
background-color: #146290;
}
</style>
border-color css
<style>
span { border-color: #146290; }
span { border-color: rgb(20,98,144); }
td.TdClassName
{
border-color: #146290;
}
.TagClassName
{
border-color: #146290;
}
</style>