Shades of Bahama Blue #1A618A
Tints of Bahama Blue #1A618A
RGB
CMYK
RGB Variations
Color information
#1A618A (or 0x1A618A) is known color: Bahama Blue. HEX triplet: 1A, 61 and 8A. RGB value is (26,97,138). Sum of RGB (Red+Green+Blue) = 26+97+138=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A618A is #E59E75. Grayscale: #505050. Windows color (decimal): -15048310 or 9068826. OLE color: 9068826.
HSL color Cylindrical-coordinate representation of color #1A618A: hue angle of 201.96º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A618A is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 97 | 138 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.46 |
| HSL | 201.96º | 0.68% | 0.32% | - |
| HSV(B) | 201.96º | 0.81% | 0.54% | - |
| XYZ | 9.29 | 10.6 | 25.6 | - |
| YUV | 80.45 | 160.48 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 138 | 0.81 | 0.30 | 0 | 0.46 | 201.96 | 0.68 | 0.32 |
| Hex | 1A | 61 | 8A | 51 | 1E | 0 | 2E | CA | 44 | 20 |
| Octal | 32 | 141 | 212 | 121 | 36 | 0 | 56 | 312 | 104 | 40 |
| Binary | 11010 | 1100001 | 10001010 | 1010001 | 11110 | 0 | 101110 | 11001010 | 1000100 | 100000 |
Color Harmonies of #1A618A
Complementary color
Monochromatic Colors of #1A618A
Black with #1A618A
Text Example
Text Example
White with #1A618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A618A; }
p { color: rgb(26,97,138); }
H1.HeaderClassName
{
color: #1A618A;
}
.AnyTagClassName
{
color: #1A618A;
}
</style>
background-color css
<style>
a { background-color: #1A618A; }
a { background-color: rgb(26,97,138); }
div.DivClassName
{
background-color: #1A618A;
}
.BgClassName
{
background-color: #1A618A;
}
</style>
border-color css
<style>
span { border-color: #1A618A; }
span { border-color: rgb(26,97,138); }
td.TdClassName
{
border-color: #1A618A;
}
.TagClassName
{
border-color: #1A618A;
}
</style>