Shades of Bahama Blue #14628F
Tints of Bahama Blue #14628F
RGB
CMYK
RGB Variations
Color information
#14628F (or 0x14628F) is known color: Bahama Blue. HEX triplet: 14, 62 and 8F. RGB value is (20,98,143). Sum of RGB (Red+Green+Blue) = 20+98+143=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #14628F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14628F is #EB9D70. Grayscale: #4F4F4F. Windows color (decimal): -15441265 or 9396756. OLE color: 9396756.
HSL color Cylindrical-coordinate representation of color #14628F: hue angle of 201.95º degrees, saturation: 0.75, 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 #14628F is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 98 | 143 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.44 |
| HSL | 201.95º | 0.75% | 0.32% | - |
| HSV(B) | 201.95º | 0.86% | 0.56% | - |
| XYZ | 9.61 | 10.87 | 27.58 | - |
| YUV | 79.81 | 163.66 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 143 | 0.86 | 0.31 | 0 | 0.44 | 201.95 | 0.75 | 0.32 |
| Hex | 14 | 62 | 8F | 56 | 1F | 0 | 2C | CA | 4B | 20 |
| Octal | 24 | 142 | 217 | 126 | 37 | 0 | 54 | 312 | 113 | 40 |
| Binary | 10100 | 1100010 | 10001111 | 1010110 | 11111 | 0 | 101100 | 11001010 | 1001011 | 100000 |
Color Harmonies of #14628F
Complementary color
Monochromatic Colors of #14628F
Black with #14628F
Text Example
Text Example
White with #14628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14628F; }
p { color: rgb(20,98,143); }
H1.HeaderClassName
{
color: #14628F;
}
.AnyTagClassName
{
color: #14628F;
}
</style>
background-color css
<style>
a { background-color: #14628F; }
a { background-color: rgb(20,98,143); }
div.DivClassName
{
background-color: #14628F;
}
.BgClassName
{
background-color: #14628F;
}
</style>
border-color css
<style>
span { border-color: #14628F; }
span { border-color: rgb(20,98,143); }
td.TdClassName
{
border-color: #14628F;
}
.TagClassName
{
border-color: #14628F;
}
</style>