Shades of Bahama Blue #1A5B8A
Tints of Bahama Blue #1A5B8A
RGB
CMYK
RGB Variations
Color information
#1A5B8A (or 0x1A5B8A) is known color: Bahama Blue. HEX triplet: 1A, 5B and 8A. RGB value is (26,91,138). Sum of RGB (Red+Green+Blue) = 26+91+138=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A5B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5B8A is #E5A475. Grayscale: #4C4C4C. Windows color (decimal): -15049846 or 9067290. OLE color: 9067290.
HSL color Cylindrical-coordinate representation of color #1A5B8A: hue angle of 205.18º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A5B8A is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 91 | 138 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.46 |
| HSL | 205.18º | 0.68% | 0.32% | - |
| HSV(B) | 205.18º | 0.81% | 0.54% | - |
| XYZ | 8.75 | 9.54 | 25.42 | - |
| YUV | 76.92 | 162.47 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 91 | 138 | 0.81 | 0.34 | 0 | 0.46 | 205.18 | 0.68 | 0.32 |
| Hex | 1A | 5B | 8A | 51 | 22 | 0 | 2E | CD | 44 | 20 |
| Octal | 32 | 133 | 212 | 121 | 42 | 0 | 56 | 315 | 104 | 40 |
| Binary | 11010 | 1011011 | 10001010 | 1010001 | 100010 | 0 | 101110 | 11001101 | 1000100 | 100000 |
Color Harmonies of #1A5B8A
Complementary color
Monochromatic Colors of #1A5B8A
Black with #1A5B8A
Text Example
Text Example
White with #1A5B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5B8A; }
p { color: rgb(26,91,138); }
H1.HeaderClassName
{
color: #1A5B8A;
}
.AnyTagClassName
{
color: #1A5B8A;
}
</style>
background-color css
<style>
a { background-color: #1A5B8A; }
a { background-color: rgb(26,91,138); }
div.DivClassName
{
background-color: #1A5B8A;
}
.BgClassName
{
background-color: #1A5B8A;
}
</style>
border-color css
<style>
span { border-color: #1A5B8A; }
span { border-color: rgb(26,91,138); }
td.TdClassName
{
border-color: #1A5B8A;
}
.TagClassName
{
border-color: #1A5B8A;
}
</style>