Shades of Bahama Blue #1A4B79
Tints of Bahama Blue #1A4B79
RGB
CMYK
RGB Variations
Color information
#1A4B79 (or 0x1A4B79) is known color: Bahama Blue. HEX triplet: 1A, 4B and 79. RGB value is (26,75,121). Sum of RGB (Red+Green+Blue) = 26+75+121=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A4B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4B79 is #E5B486. Grayscale: #414141. Windows color (decimal): -15053959 or 7949082. OLE color: 7949082.
HSL color Cylindrical-coordinate representation of color #1A4B79: hue angle of 209.05º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A4B79 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 75 | 121 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.53 |
| HSL | 209.05º | 0.65% | 0.29% | - |
| HSV(B) | 209.05º | 0.79% | 0.47% | - |
| XYZ | 6.39 | 6.63 | 19.03 | - |
| YUV | 65.59 | 159.27 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 75 | 121 | 0.79 | 0.38 | 0 | 0.53 | 209.05 | 0.65 | 0.29 |
| Hex | 1A | 4B | 79 | 4F | 26 | 0 | 35 | D1 | 41 | 1D |
| Octal | 32 | 113 | 171 | 117 | 46 | 0 | 65 | 321 | 101 | 35 |
| Binary | 11010 | 1001011 | 1111001 | 1001111 | 100110 | 0 | 110101 | 11010001 | 1000001 | 11101 |
Color Harmonies of #1A4B79
Complementary color
Monochromatic Colors of #1A4B79
Black with #1A4B79
Text Example
Text Example
White with #1A4B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4B79; }
p { color: rgb(26,75,121); }
H1.HeaderClassName
{
color: #1A4B79;
}
.AnyTagClassName
{
color: #1A4B79;
}
</style>
background-color css
<style>
a { background-color: #1A4B79; }
a { background-color: rgb(26,75,121); }
div.DivClassName
{
background-color: #1A4B79;
}
.BgClassName
{
background-color: #1A4B79;
}
</style>
border-color css
<style>
span { border-color: #1A4B79; }
span { border-color: rgb(26,75,121); }
td.TdClassName
{
border-color: #1A4B79;
}
.TagClassName
{
border-color: #1A4B79;
}
</style>