Shades of Bahama Blue #105A8B
Tints of Bahama Blue #105A8B
RGB
CMYK
RGB Variations
Color information
#105A8B (or 0x105A8B) is known color: Bahama Blue. HEX triplet: 10, 5A and 8B. RGB value is (16,90,139). Sum of RGB (Red+Green+Blue) = 16+90+139=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #105A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105A8B is #EFA574. Grayscale: #494949. Windows color (decimal): -15705461 or 9132560. OLE color: 9132560.
HSL color Cylindrical-coordinate representation of color #105A8B: hue angle of 203.9º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105A8B is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 90 | 139 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.45 |
| HSL | 203.9º | 0.79% | 0.3% | - |
| HSV(B) | 203.9º | 0.88% | 0.55% | - |
| XYZ | 8.53 | 9.29 | 25.77 | - |
| YUV | 73.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 139 | 0.88 | 0.35 | 0 | 0.45 | 203.9 | 0.79 | 0.3 |
| Hex | 10 | 5A | 8B | 58 | 23 | 0 | 2D | CC | 4F | 1E |
| Octal | 20 | 132 | 213 | 130 | 43 | 0 | 55 | 314 | 117 | 36 |
| Binary | 10000 | 1011010 | 10001011 | 1011000 | 100011 | 0 | 101101 | 11001100 | 1001111 | 11110 |
Color Harmonies of #105A8B
Complementary color
Monochromatic Colors of #105A8B
Black with #105A8B
Text Example
Text Example
White with #105A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A8B; }
p { color: rgb(16,90,139); }
H1.HeaderClassName
{
color: #105A8B;
}
.AnyTagClassName
{
color: #105A8B;
}
</style>
background-color css
<style>
a { background-color: #105A8B; }
a { background-color: rgb(16,90,139); }
div.DivClassName
{
background-color: #105A8B;
}
.BgClassName
{
background-color: #105A8B;
}
</style>
border-color css
<style>
span { border-color: #105A8B; }
span { border-color: rgb(16,90,139); }
td.TdClassName
{
border-color: #105A8B;
}
.TagClassName
{
border-color: #105A8B;
}
</style>