Shades of Bahama Blue #1A577F
Tints of Bahama Blue #1A577F
RGB
CMYK
RGB Variations
Color information
#1A577F (or 0x1A577F) is known color: Bahama Blue. HEX triplet: 1A, 57 and 7F. RGB value is (26,87,127). Sum of RGB (Red+Green+Blue) = 26+87+127=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A577F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A577F is #E5A880. Grayscale: #494949. Windows color (decimal): -15050881 or 8345370. OLE color: 8345370.
HSL color Cylindrical-coordinate representation of color #1A577F: hue angle of 203.76º 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 #1A577F is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 87 | 127 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.50 |
| HSL | 203.76º | 0.66% | 0.3% | - |
| HSV(B) | 203.76º | 0.8% | 0.5% | - |
| XYZ | 7.66 | 8.57 | 21.33 | - |
| YUV | 73.32 | 158.29 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 87 | 127 | 0.80 | 0.31 | 0 | 0.50 | 203.76 | 0.66 | 0.3 |
| Hex | 1A | 57 | 7F | 50 | 1F | 0 | 32 | CC | 42 | 1E |
| Octal | 32 | 127 | 177 | 120 | 37 | 0 | 62 | 314 | 102 | 36 |
| Binary | 11010 | 1010111 | 1111111 | 1010000 | 11111 | 0 | 110010 | 11001100 | 1000010 | 11110 |
Color Harmonies of #1A577F
Complementary color
Monochromatic Colors of #1A577F
Black with #1A577F
Text Example
Text Example
White with #1A577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A577F; }
p { color: rgb(26,87,127); }
H1.HeaderClassName
{
color: #1A577F;
}
.AnyTagClassName
{
color: #1A577F;
}
</style>
background-color css
<style>
a { background-color: #1A577F; }
a { background-color: rgb(26,87,127); }
div.DivClassName
{
background-color: #1A577F;
}
.BgClassName
{
background-color: #1A577F;
}
</style>
border-color css
<style>
span { border-color: #1A577F; }
span { border-color: rgb(26,87,127); }
td.TdClassName
{
border-color: #1A577F;
}
.TagClassName
{
border-color: #1A577F;
}
</style>