Shades of Bahama Blue #1A567D
Tints of Bahama Blue #1A567D
RGB
CMYK
RGB Variations
Color information
#1A567D (or 0x1A567D) is known color: Bahama Blue. HEX triplet: 1A, 56 and 7D. RGB value is (26,86,125). Sum of RGB (Red+Green+Blue) = 26+86+125=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A567D is #E5A982. Grayscale: #484848. Windows color (decimal): -15051139 or 8214042. OLE color: 8214042.
HSL color Cylindrical-coordinate representation of color #1A567D: hue angle of 203.64º 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 #1A567D is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 86 | 125 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.51 |
| HSL | 203.64º | 0.66% | 0.3% | - |
| HSV(B) | 203.64º | 0.79% | 0.49% | - |
| XYZ | 7.46 | 8.36 | 20.62 | - |
| YUV | 72.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 125 | 0.79 | 0.31 | 0 | 0.51 | 203.64 | 0.66 | 0.3 |
| Hex | 1A | 56 | 7D | 4F | 1F | 0 | 33 | CC | 42 | 1E |
| Octal | 32 | 126 | 175 | 117 | 37 | 0 | 63 | 314 | 102 | 36 |
| Binary | 11010 | 1010110 | 1111101 | 1001111 | 11111 | 0 | 110011 | 11001100 | 1000010 | 11110 |
Color Harmonies of #1A567D
Complementary color
Monochromatic Colors of #1A567D
Black with #1A567D
Text Example
Text Example
White with #1A567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A567D; }
p { color: rgb(26,86,125); }
H1.HeaderClassName
{
color: #1A567D;
}
.AnyTagClassName
{
color: #1A567D;
}
</style>
background-color css
<style>
a { background-color: #1A567D; }
a { background-color: rgb(26,86,125); }
div.DivClassName
{
background-color: #1A567D;
}
.BgClassName
{
background-color: #1A567D;
}
</style>
border-color css
<style>
span { border-color: #1A567D; }
span { border-color: rgb(26,86,125); }
td.TdClassName
{
border-color: #1A567D;
}
.TagClassName
{
border-color: #1A567D;
}
</style>