Shades of Bahama Blue #145380
Tints of Bahama Blue #145380
RGB
CMYK
RGB Variations
Color information
#145380 (or 0x145380) is known color: Bahama Blue. HEX triplet: 14, 53 and 80. RGB value is (20,83,128). Sum of RGB (Red+Green+Blue) = 20+83+128=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #145380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145380 is #EBAC7F. Grayscale: #454545. Windows color (decimal): -15445120 or 8409876. OLE color: 8409876.
HSL color Cylindrical-coordinate representation of color #145380: hue angle of 205º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145380 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 83 | 128 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.50 |
| HSL | 205º | 0.73% | 0.29% | - |
| HSV(B) | 205º | 0.84% | 0.5% | - |
| XYZ | 7.28 | 7.89 | 21.56 | - |
| YUV | 69.29 | 161.13 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 128 | 0.84 | 0.35 | 0 | 0.50 | 205 | 0.73 | 0.29 |
| Hex | 14 | 53 | 80 | 54 | 23 | 0 | 32 | CD | 49 | 1D |
| Octal | 24 | 123 | 200 | 124 | 43 | 0 | 62 | 315 | 111 | 35 |
| Binary | 10100 | 1010011 | 10000000 | 1010100 | 100011 | 0 | 110010 | 11001101 | 1001001 | 11101 |
Color Harmonies of #145380
Complementary color
Monochromatic Colors of #145380
Black with #145380
Text Example
Text Example
White with #145380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145380; }
p { color: rgb(20,83,128); }
H1.HeaderClassName
{
color: #145380;
}
.AnyTagClassName
{
color: #145380;
}
</style>
background-color css
<style>
a { background-color: #145380; }
a { background-color: rgb(20,83,128); }
div.DivClassName
{
background-color: #145380;
}
.BgClassName
{
background-color: #145380;
}
</style>
border-color css
<style>
span { border-color: #145380; }
span { border-color: rgb(20,83,128); }
td.TdClassName
{
border-color: #145380;
}
.TagClassName
{
border-color: #145380;
}
</style>