Shades of Bahama Blue #1A5384
Tints of Bahama Blue #1A5384
RGB
CMYK
RGB Variations
Color information
#1A5384 (or 0x1A5384) is known color: Bahama Blue. HEX triplet: 1A, 53 and 84. RGB value is (26,83,132). Sum of RGB (Red+Green+Blue) = 26+83+132=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A5384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5384 is #E5AC7B. Grayscale: #474747. Windows color (decimal): -15051900 or 8672026. OLE color: 8672026.
HSL color Cylindrical-coordinate representation of color #1A5384: hue angle of 207.74º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A5384 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 83 | 132 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.48 |
| HSL | 207.74º | 0.67% | 0.31% | - |
| HSV(B) | 207.74º | 0.8% | 0.52% | - |
| XYZ | 7.68 | 8.07 | 22.98 | - |
| YUV | 71.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 132 | 0.80 | 0.37 | 0 | 0.48 | 207.74 | 0.67 | 0.31 |
| Hex | 1A | 53 | 84 | 50 | 25 | 0 | 30 | D0 | 43 | 1F |
| Octal | 32 | 123 | 204 | 120 | 45 | 0 | 60 | 320 | 103 | 37 |
| Binary | 11010 | 1010011 | 10000100 | 1010000 | 100101 | 0 | 110000 | 11010000 | 1000011 | 11111 |
Color Harmonies of #1A5384
Complementary color
Monochromatic Colors of #1A5384
Black with #1A5384
Text Example
Text Example
White with #1A5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5384; }
p { color: rgb(26,83,132); }
H1.HeaderClassName
{
color: #1A5384;
}
.AnyTagClassName
{
color: #1A5384;
}
</style>
background-color css
<style>
a { background-color: #1A5384; }
a { background-color: rgb(26,83,132); }
div.DivClassName
{
background-color: #1A5384;
}
.BgClassName
{
background-color: #1A5384;
}
</style>
border-color css
<style>
span { border-color: #1A5384; }
span { border-color: rgb(26,83,132); }
td.TdClassName
{
border-color: #1A5384;
}
.TagClassName
{
border-color: #1A5384;
}
</style>