Shades of Bahama Blue #0F5A82
Tints of Bahama Blue #0F5A82
RGB
CMYK
RGB Variations
Color information
#0F5A82 (or 0x0F5A82) is known color: Bahama Blue. HEX triplet: 0F, 5A and 82. RGB value is (15,90,130). Sum of RGB (Red+Green+Blue) = 15+90+130=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F5A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5A82 is #F0A57D. Grayscale: #474747. Windows color (decimal): -15771006 or 8542735. OLE color: 8542735.
HSL color Cylindrical-coordinate representation of color #0F5A82: hue angle of 200.87º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F5A82 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 90 | 130 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.49 |
| HSL | 200.87º | 0.79% | 0.28% | - |
| HSV(B) | 200.87º | 0.88% | 0.51% | - |
| XYZ | 7.88 | 9.03 | 22.45 | - |
| YUV | 72.14 | 160.65 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 90 | 130 | 0.88 | 0.31 | 0 | 0.49 | 200.87 | 0.79 | 0.28 |
| Hex | F | 5A | 82 | 58 | 1F | 0 | 31 | C9 | 4F | 1C |
| Octal | 17 | 132 | 202 | 130 | 37 | 0 | 61 | 311 | 117 | 34 |
| Binary | 1111 | 1011010 | 10000010 | 1011000 | 11111 | 0 | 110001 | 11001001 | 1001111 | 11100 |
Color Harmonies of #0F5A82
Complementary color
Monochromatic Colors of #0F5A82
Black with #0F5A82
Text Example
Text Example
White with #0F5A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5A82; }
p { color: rgb(15,90,130); }
H1.HeaderClassName
{
color: #0F5A82;
}
.AnyTagClassName
{
color: #0F5A82;
}
</style>
background-color css
<style>
a { background-color: #0F5A82; }
a { background-color: rgb(15,90,130); }
div.DivClassName
{
background-color: #0F5A82;
}
.BgClassName
{
background-color: #0F5A82;
}
</style>
border-color css
<style>
span { border-color: #0F5A82; }
span { border-color: rgb(15,90,130); }
td.TdClassName
{
border-color: #0F5A82;
}
.TagClassName
{
border-color: #0F5A82;
}
</style>