Shades of Bahama Blue #1A557D
Tints of Bahama Blue #1A557D
RGB
CMYK
RGB Variations
Color information
#1A557D (or 0x1A557D) is known color: Bahama Blue. HEX triplet: 1A, 55 and 7D. RGB value is (26,85,125). Sum of RGB (Red+Green+Blue) = 26+85+125=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A557D is #E5AA82. Grayscale: #474747. Windows color (decimal): -15051395 or 8213786. OLE color: 8213786.
HSL color Cylindrical-coordinate representation of color #1A557D: hue angle of 204.24º 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 #1A557D is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 85 | 125 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.51 |
| HSL | 204.24º | 0.66% | 0.3% | - |
| HSV(B) | 204.24º | 0.79% | 0.49% | - |
| XYZ | 7.38 | 8.2 | 20.6 | - |
| YUV | 71.92 | 157.95 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 125 | 0.79 | 0.32 | 0 | 0.51 | 204.24 | 0.66 | 0.3 |
| Hex | 1A | 55 | 7D | 4F | 20 | 0 | 33 | CC | 42 | 1E |
| Octal | 32 | 125 | 175 | 117 | 40 | 0 | 63 | 314 | 102 | 36 |
| Binary | 11010 | 1010101 | 1111101 | 1001111 | 100000 | 0 | 110011 | 11001100 | 1000010 | 11110 |
Color Harmonies of #1A557D
Complementary color
Monochromatic Colors of #1A557D
Black with #1A557D
Text Example
Text Example
White with #1A557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A557D; }
p { color: rgb(26,85,125); }
H1.HeaderClassName
{
color: #1A557D;
}
.AnyTagClassName
{
color: #1A557D;
}
</style>
background-color css
<style>
a { background-color: #1A557D; }
a { background-color: rgb(26,85,125); }
div.DivClassName
{
background-color: #1A557D;
}
.BgClassName
{
background-color: #1A557D;
}
</style>
border-color css
<style>
span { border-color: #1A557D; }
span { border-color: rgb(26,85,125); }
td.TdClassName
{
border-color: #1A557D;
}
.TagClassName
{
border-color: #1A557D;
}
</style>