Shades of Bahama Blue #1A547D
Tints of Bahama Blue #1A547D
RGB
CMYK
RGB Variations
Color information
#1A547D (or 0x1A547D) is known color: Bahama Blue. HEX triplet: 1A, 54 and 7D. RGB value is (26,84,125). Sum of RGB (Red+Green+Blue) = 26+84+125=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A547D is #E5AB82. Grayscale: #474747. Windows color (decimal): -15051651 or 8213530. OLE color: 8213530.
HSL color Cylindrical-coordinate representation of color #1A547D: hue angle of 204.85º 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 #1A547D is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 84 | 125 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.51 |
| HSL | 204.85º | 0.66% | 0.3% | - |
| HSV(B) | 204.85º | 0.79% | 0.49% | - |
| XYZ | 7.3 | 8.04 | 20.57 | - |
| YUV | 71.33 | 158.28 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 125 | 0.79 | 0.33 | 0 | 0.51 | 204.85 | 0.66 | 0.3 |
| Hex | 1A | 54 | 7D | 4F | 21 | 0 | 33 | CD | 42 | 1E |
| Octal | 32 | 124 | 175 | 117 | 41 | 0 | 63 | 315 | 102 | 36 |
| Binary | 11010 | 1010100 | 1111101 | 1001111 | 100001 | 0 | 110011 | 11001101 | 1000010 | 11110 |
Color Harmonies of #1A547D
Complementary color
Monochromatic Colors of #1A547D
Black with #1A547D
Text Example
Text Example
White with #1A547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A547D; }
p { color: rgb(26,84,125); }
H1.HeaderClassName
{
color: #1A547D;
}
.AnyTagClassName
{
color: #1A547D;
}
</style>
background-color css
<style>
a { background-color: #1A547D; }
a { background-color: rgb(26,84,125); }
div.DivClassName
{
background-color: #1A547D;
}
.BgClassName
{
background-color: #1A547D;
}
</style>
border-color css
<style>
span { border-color: #1A547D; }
span { border-color: rgb(26,84,125); }
td.TdClassName
{
border-color: #1A547D;
}
.TagClassName
{
border-color: #1A547D;
}
</style>