Shades of Bahama Blue #1A5683
Tints of Bahama Blue #1A5683
RGB
CMYK
RGB Variations
Color information
#1A5683 (or 0x1A5683) is known color: Bahama Blue. HEX triplet: 1A, 56 and 83. RGB value is (26,86,131). Sum of RGB (Red+Green+Blue) = 26+86+131=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A5683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5683 is #E5A97C. Grayscale: #484848. Windows color (decimal): -15051133 or 8607258. OLE color: 8607258.
HSL color Cylindrical-coordinate representation of color #1A5683: hue angle of 205.71º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A5683 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 86 | 131 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.49 |
| HSL | 205.71º | 0.67% | 0.31% | - |
| HSV(B) | 205.71º | 0.8% | 0.51% | - |
| XYZ | 7.85 | 8.51 | 22.7 | - |
| YUV | 73.19 | 160.62 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 131 | 0.80 | 0.34 | 0 | 0.49 | 205.71 | 0.67 | 0.31 |
| Hex | 1A | 56 | 83 | 50 | 22 | 0 | 31 | CE | 43 | 1F |
| Octal | 32 | 126 | 203 | 120 | 42 | 0 | 61 | 316 | 103 | 37 |
| Binary | 11010 | 1010110 | 10000011 | 1010000 | 100010 | 0 | 110001 | 11001110 | 1000011 | 11111 |
Color Harmonies of #1A5683
Complementary color
Monochromatic Colors of #1A5683
Black with #1A5683
Text Example
Text Example
White with #1A5683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5683; }
p { color: rgb(26,86,131); }
H1.HeaderClassName
{
color: #1A5683;
}
.AnyTagClassName
{
color: #1A5683;
}
</style>
background-color css
<style>
a { background-color: #1A5683; }
a { background-color: rgb(26,86,131); }
div.DivClassName
{
background-color: #1A5683;
}
.BgClassName
{
background-color: #1A5683;
}
</style>
border-color css
<style>
span { border-color: #1A5683; }
span { border-color: rgb(26,86,131); }
td.TdClassName
{
border-color: #1A5683;
}
.TagClassName
{
border-color: #1A5683;
}
</style>