Shades of Bahama Blue #135683
Tints of Bahama Blue #135683
RGB
CMYK
RGB Variations
Color information
#135683 (or 0x135683) is known color: Bahama Blue. HEX triplet: 13, 56 and 83. RGB value is (19,86,131). Sum of RGB (Red+Green+Blue) = 19+86+131=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #135683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135683 is #ECA97C. Grayscale: #464646. Windows color (decimal): -15509885 or 8607251. OLE color: 8607251.
HSL color Cylindrical-coordinate representation of color #135683: hue angle of 204.11º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135683 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 86 | 131 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.49 |
| HSL | 204.11º | 0.75% | 0.29% | - |
| HSV(B) | 204.11º | 0.85% | 0.51% | - |
| XYZ | 7.69 | 8.43 | 22.69 | - |
| YUV | 71.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 131 | 0.85 | 0.34 | 0 | 0.49 | 204.11 | 0.75 | 0.29 |
| Hex | 13 | 56 | 83 | 55 | 22 | 0 | 31 | CC | 4B | 1D |
| Octal | 23 | 126 | 203 | 125 | 42 | 0 | 61 | 314 | 113 | 35 |
| Binary | 10011 | 1010110 | 10000011 | 1010101 | 100010 | 0 | 110001 | 11001100 | 1001011 | 11101 |
Color Harmonies of #135683
Complementary color
Monochromatic Colors of #135683
Black with #135683
Text Example
Text Example
White with #135683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135683; }
p { color: rgb(19,86,131); }
H1.HeaderClassName
{
color: #135683;
}
.AnyTagClassName
{
color: #135683;
}
</style>
background-color css
<style>
a { background-color: #135683; }
a { background-color: rgb(19,86,131); }
div.DivClassName
{
background-color: #135683;
}
.BgClassName
{
background-color: #135683;
}
</style>
border-color css
<style>
span { border-color: #135683; }
span { border-color: rgb(19,86,131); }
td.TdClassName
{
border-color: #135683;
}
.TagClassName
{
border-color: #135683;
}
</style>