Shades of Bahama Blue #1A5E83
Tints of Bahama Blue #1A5E83
RGB
CMYK
RGB Variations
Color information
#1A5E83 (or 0x1A5E83) is known color: Bahama Blue. HEX triplet: 1A, 5E and 83. RGB value is (26,94,131). Sum of RGB (Red+Green+Blue) = 26+94+131=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A5E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5E83 is #E5A17C. Grayscale: #4D4D4D. Windows color (decimal): -15049085 or 8609306. OLE color: 8609306.
HSL color Cylindrical-coordinate representation of color #1A5E83: hue angle of 201.14º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A5E83 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 94 | 131 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.49 |
| HSL | 201.14º | 0.67% | 0.31% | - |
| HSV(B) | 201.14º | 0.8% | 0.51% | - |
| XYZ | 8.53 | 9.86 | 22.93 | - |
| YUV | 77.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 131 | 0.80 | 0.28 | 0 | 0.49 | 201.14 | 0.67 | 0.31 |
| Hex | 1A | 5E | 83 | 50 | 1C | 0 | 31 | C9 | 43 | 1F |
| Octal | 32 | 136 | 203 | 120 | 34 | 0 | 61 | 311 | 103 | 37 |
| Binary | 11010 | 1011110 | 10000011 | 1010000 | 11100 | 0 | 110001 | 11001001 | 1000011 | 11111 |
Color Harmonies of #1A5E83
Complementary color
Monochromatic Colors of #1A5E83
Black with #1A5E83
Text Example
Text Example
White with #1A5E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5E83; }
p { color: rgb(26,94,131); }
H1.HeaderClassName
{
color: #1A5E83;
}
.AnyTagClassName
{
color: #1A5E83;
}
</style>
background-color css
<style>
a { background-color: #1A5E83; }
a { background-color: rgb(26,94,131); }
div.DivClassName
{
background-color: #1A5E83;
}
.BgClassName
{
background-color: #1A5E83;
}
</style>
border-color css
<style>
span { border-color: #1A5E83; }
span { border-color: rgb(26,94,131); }
td.TdClassName
{
border-color: #1A5E83;
}
.TagClassName
{
border-color: #1A5E83;
}
</style>