Shades of Bahama Blue #1A4F78
Tints of Bahama Blue #1A4F78
RGB
CMYK
RGB Variations
Color information
#1A4F78 (or 0x1A4F78) is known color: Bahama Blue. HEX triplet: 1A, 4F and 78. RGB value is (26,79,120). Sum of RGB (Red+Green+Blue) = 26+79+120=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #1A4F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4F78 is #E5B087. Grayscale: #434343. Windows color (decimal): -15052936 or 7884570. OLE color: 7884570.
HSL color Cylindrical-coordinate representation of color #1A4F78: hue angle of 206.17º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A4F78 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 79 | 120 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.53 |
| HSL | 206.17º | 0.64% | 0.29% | - |
| HSV(B) | 206.17º | 0.78% | 0.47% | - |
| XYZ | 6.61 | 7.17 | 18.8 | - |
| YUV | 67.83 | 157.44 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 79 | 120 | 0.78 | 0.34 | 0 | 0.53 | 206.17 | 0.64 | 0.29 |
| Hex | 1A | 4F | 78 | 4E | 22 | 0 | 35 | CE | 40 | 1D |
| Octal | 32 | 117 | 170 | 116 | 42 | 0 | 65 | 316 | 100 | 35 |
| Binary | 11010 | 1001111 | 1111000 | 1001110 | 100010 | 0 | 110101 | 11001110 | 1000000 | 11101 |
Color Harmonies of #1A4F78
Complementary color
Monochromatic Colors of #1A4F78
Black with #1A4F78
Text Example
Text Example
White with #1A4F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4F78; }
p { color: rgb(26,79,120); }
H1.HeaderClassName
{
color: #1A4F78;
}
.AnyTagClassName
{
color: #1A4F78;
}
</style>
background-color css
<style>
a { background-color: #1A4F78; }
a { background-color: rgb(26,79,120); }
div.DivClassName
{
background-color: #1A4F78;
}
.BgClassName
{
background-color: #1A4F78;
}
</style>
border-color css
<style>
span { border-color: #1A4F78; }
span { border-color: rgb(26,79,120); }
td.TdClassName
{
border-color: #1A4F78;
}
.TagClassName
{
border-color: #1A4F78;
}
</style>