Shades of Bahama Blue #1A618D
Tints of Bahama Blue #1A618D
RGB
CMYK
RGB Variations
Color information
#1A618D (or 0x1A618D) is known color: Bahama Blue. HEX triplet: 1A, 61 and 8D. RGB value is (26,97,141). Sum of RGB (Red+Green+Blue) = 26+97+141=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A618D is #E59E72. Grayscale: #505050. Windows color (decimal): -15048307 or 9265434. OLE color: 9265434.
HSL color Cylindrical-coordinate representation of color #1A618D: hue angle of 202.96º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A618D is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 97 | 141 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.45 |
| HSL | 202.96º | 0.69% | 0.33% | - |
| HSV(B) | 202.96º | 0.82% | 0.55% | - |
| XYZ | 9.51 | 10.69 | 26.76 | - |
| YUV | 80.79 | 161.98 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 141 | 0.82 | 0.31 | 0 | 0.45 | 202.96 | 0.69 | 0.33 |
| Hex | 1A | 61 | 8D | 52 | 1F | 0 | 2D | CB | 45 | 21 |
| Octal | 32 | 141 | 215 | 122 | 37 | 0 | 55 | 313 | 105 | 41 |
| Binary | 11010 | 1100001 | 10001101 | 1010010 | 11111 | 0 | 101101 | 11001011 | 1000101 | 100001 |
Color Harmonies of #1A618D
Complementary color
Monochromatic Colors of #1A618D
Black with #1A618D
Text Example
Text Example
White with #1A618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A618D; }
p { color: rgb(26,97,141); }
H1.HeaderClassName
{
color: #1A618D;
}
.AnyTagClassName
{
color: #1A618D;
}
</style>
background-color css
<style>
a { background-color: #1A618D; }
a { background-color: rgb(26,97,141); }
div.DivClassName
{
background-color: #1A618D;
}
.BgClassName
{
background-color: #1A618D;
}
</style>
border-color css
<style>
span { border-color: #1A618D; }
span { border-color: rgb(26,97,141); }
td.TdClassName
{
border-color: #1A618D;
}
.TagClassName
{
border-color: #1A618D;
}
</style>