Shades of Bahama Blue #1A5685
Tints of Bahama Blue #1A5685
RGB
CMYK
RGB Variations
Color information
#1A5685 (or 0x1A5685) is known color: Bahama Blue. HEX triplet: 1A, 56 and 85. RGB value is (26,86,133). Sum of RGB (Red+Green+Blue) = 26+86+133=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A5685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5685 is #E5A97A. Grayscale: #494949. Windows color (decimal): -15051131 or 8738330. OLE color: 8738330.
HSL color Cylindrical-coordinate representation of color #1A5685: hue angle of 206.36º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A5685 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 86 | 133 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.48 |
| HSL | 206.36º | 0.67% | 0.31% | - |
| HSV(B) | 206.36º | 0.8% | 0.52% | - |
| XYZ | 7.99 | 8.57 | 23.42 | - |
| YUV | 73.42 | 161.62 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 133 | 0.80 | 0.35 | 0 | 0.48 | 206.36 | 0.67 | 0.31 |
| Hex | 1A | 56 | 85 | 50 | 23 | 0 | 30 | CE | 43 | 1F |
| Octal | 32 | 126 | 205 | 120 | 43 | 0 | 60 | 316 | 103 | 37 |
| Binary | 11010 | 1010110 | 10000101 | 1010000 | 100011 | 0 | 110000 | 11001110 | 1000011 | 11111 |
Color Harmonies of #1A5685
Complementary color
Monochromatic Colors of #1A5685
Black with #1A5685
Text Example
Text Example
White with #1A5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5685; }
p { color: rgb(26,86,133); }
H1.HeaderClassName
{
color: #1A5685;
}
.AnyTagClassName
{
color: #1A5685;
}
</style>
background-color css
<style>
a { background-color: #1A5685; }
a { background-color: rgb(26,86,133); }
div.DivClassName
{
background-color: #1A5685;
}
.BgClassName
{
background-color: #1A5685;
}
</style>
border-color css
<style>
span { border-color: #1A5685; }
span { border-color: rgb(26,86,133); }
td.TdClassName
{
border-color: #1A5685;
}
.TagClassName
{
border-color: #1A5685;
}
</style>