Shades of Bahama Blue #1A577D
Tints of Bahama Blue #1A577D
RGB
CMYK
RGB Variations
Color information
#1A577D (or 0x1A577D) is known color: Bahama Blue. HEX triplet: 1A, 57 and 7D. RGB value is (26,87,125). Sum of RGB (Red+Green+Blue) = 26+87+125=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A577D is #E5A882. Grayscale: #484848. Windows color (decimal): -15050883 or 8214298. OLE color: 8214298.
HSL color Cylindrical-coordinate representation of color #1A577D: hue angle of 203.03º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A577D is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 87 | 125 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.51 |
| HSL | 203.03º | 0.66% | 0.3% | - |
| HSV(B) | 203.03º | 0.79% | 0.49% | - |
| XYZ | 7.54 | 8.52 | 20.65 | - |
| YUV | 73.09 | 157.29 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 87 | 125 | 0.79 | 0.30 | 0 | 0.51 | 203.03 | 0.66 | 0.3 |
| Hex | 1A | 57 | 7D | 4F | 1E | 0 | 33 | CB | 42 | 1E |
| Octal | 32 | 127 | 175 | 117 | 36 | 0 | 63 | 313 | 102 | 36 |
| Binary | 11010 | 1010111 | 1111101 | 1001111 | 11110 | 0 | 110011 | 11001011 | 1000010 | 11110 |
Color Harmonies of #1A577D
Complementary color
Monochromatic Colors of #1A577D
Black with #1A577D
Text Example
Text Example
White with #1A577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A577D; }
p { color: rgb(26,87,125); }
H1.HeaderClassName
{
color: #1A577D;
}
.AnyTagClassName
{
color: #1A577D;
}
</style>
background-color css
<style>
a { background-color: #1A577D; }
a { background-color: rgb(26,87,125); }
div.DivClassName
{
background-color: #1A577D;
}
.BgClassName
{
background-color: #1A577D;
}
</style>
border-color css
<style>
span { border-color: #1A577D; }
span { border-color: rgb(26,87,125); }
td.TdClassName
{
border-color: #1A577D;
}
.TagClassName
{
border-color: #1A577D;
}
</style>