Shades of Bahama Blue #1A5A8B
Tints of Bahama Blue #1A5A8B
RGB
CMYK
RGB Variations
Color information
#1A5A8B (or 0x1A5A8B) is known color: Bahama Blue. HEX triplet: 1A, 5A and 8B. RGB value is (26,90,139). Sum of RGB (Red+Green+Blue) = 26+90+139=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A5A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5A8B is #E5A574. Grayscale: #4C4C4C. Windows color (decimal): -15050101 or 9132570. OLE color: 9132570.
HSL color Cylindrical-coordinate representation of color #1A5A8B: hue angle of 206.02º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A5A8B is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 90 | 139 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.45 |
| HSL | 206.02º | 0.68% | 0.32% | - |
| HSV(B) | 206.02º | 0.81% | 0.55% | - |
| XYZ | 8.74 | 9.4 | 25.78 | - |
| YUV | 76.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 90 | 139 | 0.81 | 0.35 | 0 | 0.45 | 206.02 | 0.68 | 0.32 |
| Hex | 1A | 5A | 8B | 51 | 23 | 0 | 2D | CE | 44 | 20 |
| Octal | 32 | 132 | 213 | 121 | 43 | 0 | 55 | 316 | 104 | 40 |
| Binary | 11010 | 1011010 | 10001011 | 1010001 | 100011 | 0 | 101101 | 11001110 | 1000100 | 100000 |
Color Harmonies of #1A5A8B
Complementary color
Monochromatic Colors of #1A5A8B
Black with #1A5A8B
Text Example
Text Example
White with #1A5A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5A8B; }
p { color: rgb(26,90,139); }
H1.HeaderClassName
{
color: #1A5A8B;
}
.AnyTagClassName
{
color: #1A5A8B;
}
</style>
background-color css
<style>
a { background-color: #1A5A8B; }
a { background-color: rgb(26,90,139); }
div.DivClassName
{
background-color: #1A5A8B;
}
.BgClassName
{
background-color: #1A5A8B;
}
</style>
border-color css
<style>
span { border-color: #1A5A8B; }
span { border-color: rgb(26,90,139); }
td.TdClassName
{
border-color: #1A5A8B;
}
.TagClassName
{
border-color: #1A5A8B;
}
</style>