Shades of Bahama Blue #145883
Tints of Bahama Blue #145883
RGB
CMYK
RGB Variations
Color information
#145883 (or 0x145883) is known color: Bahama Blue. HEX triplet: 14, 58 and 83. RGB value is (20,88,131). Sum of RGB (Red+Green+Blue) = 20+88+131=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #145883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145883 is #EBA77C. Grayscale: #484848. Windows color (decimal): -15443837 or 8607764. OLE color: 8607764.
HSL color Cylindrical-coordinate representation of color #145883: hue angle of 203.24º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145883 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 88 | 131 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.49 |
| HSL | 203.24º | 0.74% | 0.3% | - |
| HSV(B) | 203.24º | 0.85% | 0.51% | - |
| XYZ | 7.87 | 8.77 | 22.75 | - |
| YUV | 72.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 131 | 0.85 | 0.33 | 0 | 0.49 | 203.24 | 0.74 | 0.3 |
| Hex | 14 | 58 | 83 | 55 | 21 | 0 | 31 | CB | 4A | 1E |
| Octal | 24 | 130 | 203 | 125 | 41 | 0 | 61 | 313 | 112 | 36 |
| Binary | 10100 | 1011000 | 10000011 | 1010101 | 100001 | 0 | 110001 | 11001011 | 1001010 | 11110 |
Color Harmonies of #145883
Complementary color
Monochromatic Colors of #145883
Black with #145883
Text Example
Text Example
White with #145883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145883; }
p { color: rgb(20,88,131); }
H1.HeaderClassName
{
color: #145883;
}
.AnyTagClassName
{
color: #145883;
}
</style>
background-color css
<style>
a { background-color: #145883; }
a { background-color: rgb(20,88,131); }
div.DivClassName
{
background-color: #145883;
}
.BgClassName
{
background-color: #145883;
}
</style>
border-color css
<style>
span { border-color: #145883; }
span { border-color: rgb(20,88,131); }
td.TdClassName
{
border-color: #145883;
}
.TagClassName
{
border-color: #145883;
}
</style>