Shades of Bahama Blue #146390
Tints of Bahama Blue #146390
RGB
CMYK
RGB Variations
Color information
#146390 (or 0x146390) is known color: Bahama Blue. HEX triplet: 14, 63 and 90. RGB value is (20,99,144). Sum of RGB (Red+Green+Blue) = 20+99+144=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #146390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146390 is #EB9C6F. Grayscale: #505050. Windows color (decimal): -15441008 or 9462548. OLE color: 9462548.
HSL color Cylindrical-coordinate representation of color #146390: hue angle of 201.77º 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 #146390 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 99 | 144 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.44 |
| HSL | 201.77º | 0.76% | 0.32% | - |
| HSV(B) | 201.77º | 0.86% | 0.56% | - |
| XYZ | 9.78 | 11.09 | 28.01 | - |
| YUV | 80.51 | 163.83 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 144 | 0.86 | 0.31 | 0 | 0.44 | 201.77 | 0.76 | 0.32 |
| Hex | 14 | 63 | 90 | 56 | 1F | 0 | 2C | CA | 4C | 20 |
| Octal | 24 | 143 | 220 | 126 | 37 | 0 | 54 | 312 | 114 | 40 |
| Binary | 10100 | 1100011 | 10010000 | 1010110 | 11111 | 0 | 101100 | 11001010 | 1001100 | 100000 |
Color Harmonies of #146390
Complementary color
Monochromatic Colors of #146390
Black with #146390
Text Example
Text Example
White with #146390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146390; }
p { color: rgb(20,99,144); }
H1.HeaderClassName
{
color: #146390;
}
.AnyTagClassName
{
color: #146390;
}
</style>
background-color css
<style>
a { background-color: #146390; }
a { background-color: rgb(20,99,144); }
div.DivClassName
{
background-color: #146390;
}
.BgClassName
{
background-color: #146390;
}
</style>
border-color css
<style>
span { border-color: #146390; }
span { border-color: rgb(20,99,144); }
td.TdClassName
{
border-color: #146390;
}
.TagClassName
{
border-color: #146390;
}
</style>