Shades of Bahama Blue #1A4F7C
Tints of Bahama Blue #1A4F7C
RGB
CMYK
RGB Variations
Color information
#1A4F7C (or 0x1A4F7C) is known color: Bahama Blue. HEX triplet: 1A, 4F and 7C. RGB value is (26,79,124). Sum of RGB (Red+Green+Blue) = 26+79+124=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A4F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4F7C is #E5B083. Grayscale: #444444. Windows color (decimal): -15052932 or 8146714. OLE color: 8146714.
HSL color Cylindrical-coordinate representation of color #1A4F7C: hue angle of 207.55º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A4F7C is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 79 | 124 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.51 |
| HSL | 207.55º | 0.65% | 0.29% | - |
| HSV(B) | 207.55º | 0.79% | 0.49% | - |
| XYZ | 6.86 | 7.27 | 20.11 | - |
| YUV | 68.28 | 159.44 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 79 | 124 | 0.79 | 0.36 | 0 | 0.51 | 207.55 | 0.65 | 0.29 |
| Hex | 1A | 4F | 7C | 4F | 24 | 0 | 33 | D0 | 41 | 1D |
| Octal | 32 | 117 | 174 | 117 | 44 | 0 | 63 | 320 | 101 | 35 |
| Binary | 11010 | 1001111 | 1111100 | 1001111 | 100100 | 0 | 110011 | 11010000 | 1000001 | 11101 |
Color Harmonies of #1A4F7C
Complementary color
Monochromatic Colors of #1A4F7C
Black with #1A4F7C
Text Example
Text Example
White with #1A4F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4F7C; }
p { color: rgb(26,79,124); }
H1.HeaderClassName
{
color: #1A4F7C;
}
.AnyTagClassName
{
color: #1A4F7C;
}
</style>
background-color css
<style>
a { background-color: #1A4F7C; }
a { background-color: rgb(26,79,124); }
div.DivClassName
{
background-color: #1A4F7C;
}
.BgClassName
{
background-color: #1A4F7C;
}
</style>
border-color css
<style>
span { border-color: #1A4F7C; }
span { border-color: rgb(26,79,124); }
td.TdClassName
{
border-color: #1A4F7C;
}
.TagClassName
{
border-color: #1A4F7C;
}
</style>