Shades of Bahama Blue #1A608D
Tints of Bahama Blue #1A608D
RGB
CMYK
RGB Variations
Color information
#1A608D (or 0x1A608D) is known color: Bahama Blue. HEX triplet: 1A, 60 and 8D. RGB value is (26,96,141). Sum of RGB (Red+Green+Blue) = 26+96+141=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A608D is #E59F72. Grayscale: #4F4F4F. Windows color (decimal): -15048563 or 9265178. OLE color: 9265178.
HSL color Cylindrical-coordinate representation of color #1A608D: hue angle of 203.48º 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 #1A608D is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 96 | 141 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.45 |
| HSL | 203.48º | 0.69% | 0.33% | - |
| HSV(B) | 203.48º | 0.82% | 0.55% | - |
| XYZ | 9.42 | 10.51 | 26.73 | - |
| YUV | 80.2 | 162.31 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 141 | 0.82 | 0.32 | 0 | 0.45 | 203.48 | 0.69 | 0.33 |
| Hex | 1A | 60 | 8D | 52 | 20 | 0 | 2D | CB | 45 | 21 |
| Octal | 32 | 140 | 215 | 122 | 40 | 0 | 55 | 313 | 105 | 41 |
| Binary | 11010 | 1100000 | 10001101 | 1010010 | 100000 | 0 | 101101 | 11001011 | 1000101 | 100001 |
Color Harmonies of #1A608D
Complementary color
Monochromatic Colors of #1A608D
Black with #1A608D
Text Example
Text Example
White with #1A608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A608D; }
p { color: rgb(26,96,141); }
H1.HeaderClassName
{
color: #1A608D;
}
.AnyTagClassName
{
color: #1A608D;
}
</style>
background-color css
<style>
a { background-color: #1A608D; }
a { background-color: rgb(26,96,141); }
div.DivClassName
{
background-color: #1A608D;
}
.BgClassName
{
background-color: #1A608D;
}
</style>
border-color css
<style>
span { border-color: #1A608D; }
span { border-color: rgb(26,96,141); }
td.TdClassName
{
border-color: #1A608D;
}
.TagClassName
{
border-color: #1A608D;
}
</style>