Shades of Bahama Blue #145D82
Tints of Bahama Blue #145D82
RGB
CMYK
RGB Variations
Color information
#145D82 (or 0x145D82) is known color: Bahama Blue. HEX triplet: 14, 5D and 82. RGB value is (20,93,130). Sum of RGB (Red+Green+Blue) = 20+93+130=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #145D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145D82 is #EBA27D. Grayscale: #4B4B4B. Windows color (decimal): -15442558 or 8543508. OLE color: 8543508.
HSL color Cylindrical-coordinate representation of color #145D82: hue angle of 200.18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145D82 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 93 | 130 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.49 |
| HSL | 200.18º | 0.73% | 0.29% | - |
| HSV(B) | 200.18º | 0.85% | 0.51% | - |
| XYZ | 8.23 | 9.59 | 22.54 | - |
| YUV | 75.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 130 | 0.85 | 0.28 | 0 | 0.49 | 200.18 | 0.73 | 0.29 |
| Hex | 14 | 5D | 82 | 55 | 1C | 0 | 31 | C8 | 49 | 1D |
| Octal | 24 | 135 | 202 | 125 | 34 | 0 | 61 | 310 | 111 | 35 |
| Binary | 10100 | 1011101 | 10000010 | 1010101 | 11100 | 0 | 110001 | 11001000 | 1001001 | 11101 |
Color Harmonies of #145D82
Complementary color
Monochromatic Colors of #145D82
Black with #145D82
Text Example
Text Example
White with #145D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145D82; }
p { color: rgb(20,93,130); }
H1.HeaderClassName
{
color: #145D82;
}
.AnyTagClassName
{
color: #145D82;
}
</style>
background-color css
<style>
a { background-color: #145D82; }
a { background-color: rgb(20,93,130); }
div.DivClassName
{
background-color: #145D82;
}
.BgClassName
{
background-color: #145D82;
}
</style>
border-color css
<style>
span { border-color: #145D82; }
span { border-color: rgb(20,93,130); }
td.TdClassName
{
border-color: #145D82;
}
.TagClassName
{
border-color: #145D82;
}
</style>