Shades of Bahama Blue #1A597F
Tints of Bahama Blue #1A597F
RGB
CMYK
RGB Variations
Color information
#1A597F (or 0x1A597F) is known color: Bahama Blue. HEX triplet: 1A, 59 and 7F. RGB value is (26,89,127). Sum of RGB (Red+Green+Blue) = 26+89+127=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A597F is #E5A680. Grayscale: #4A4A4A. Windows color (decimal): -15050369 or 8345882. OLE color: 8345882.
HSL color Cylindrical-coordinate representation of color #1A597F: hue angle of 202.57º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A597F is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 89 | 127 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.50 |
| HSL | 202.57º | 0.66% | 0.3% | - |
| HSV(B) | 202.57º | 0.8% | 0.5% | - |
| XYZ | 7.83 | 8.9 | 21.38 | - |
| YUV | 74.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 127 | 0.80 | 0.30 | 0 | 0.50 | 202.57 | 0.66 | 0.3 |
| Hex | 1A | 59 | 7F | 50 | 1E | 0 | 32 | CB | 42 | 1E |
| Octal | 32 | 131 | 177 | 120 | 36 | 0 | 62 | 313 | 102 | 36 |
| Binary | 11010 | 1011001 | 1111111 | 1010000 | 11110 | 0 | 110010 | 11001011 | 1000010 | 11110 |
Color Harmonies of #1A597F
Complementary color
Monochromatic Colors of #1A597F
Black with #1A597F
Text Example
Text Example
White with #1A597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A597F; }
p { color: rgb(26,89,127); }
H1.HeaderClassName
{
color: #1A597F;
}
.AnyTagClassName
{
color: #1A597F;
}
</style>
background-color css
<style>
a { background-color: #1A597F; }
a { background-color: rgb(26,89,127); }
div.DivClassName
{
background-color: #1A597F;
}
.BgClassName
{
background-color: #1A597F;
}
</style>
border-color css
<style>
span { border-color: #1A597F; }
span { border-color: rgb(26,89,127); }
td.TdClassName
{
border-color: #1A597F;
}
.TagClassName
{
border-color: #1A597F;
}
</style>