Shades of Bahama Blue #135D81
Tints of Bahama Blue #135D81
RGB
CMYK
RGB Variations
Color information
#135D81 (or 0x135D81) is known color: Bahama Blue. HEX triplet: 13, 5D and 81. RGB value is (19,93,129). Sum of RGB (Red+Green+Blue) = 19+93+129=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #135D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135D81 is #ECA27E. Grayscale: #4A4A4A. Windows color (decimal): -15508095 or 8477971. OLE color: 8477971.
HSL color Cylindrical-coordinate representation of color #135D81: hue angle of 199.64º degrees, saturation: 0.74, 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 #135D81 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 93 | 129 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.49 |
| HSL | 199.64º | 0.74% | 0.29% | - |
| HSV(B) | 199.64º | 0.85% | 0.51% | - |
| XYZ | 8.15 | 9.55 | 22.18 | - |
| YUV | 74.98 | 158.48 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 129 | 0.85 | 0.28 | 0 | 0.49 | 199.64 | 0.74 | 0.29 |
| Hex | 13 | 5D | 81 | 55 | 1C | 0 | 31 | C8 | 4A | 1D |
| Octal | 23 | 135 | 201 | 125 | 34 | 0 | 61 | 310 | 112 | 35 |
| Binary | 10011 | 1011101 | 10000001 | 1010101 | 11100 | 0 | 110001 | 11001000 | 1001010 | 11101 |
Color Harmonies of #135D81
Complementary color
Monochromatic Colors of #135D81
Black with #135D81
Text Example
Text Example
White with #135D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D81; }
p { color: rgb(19,93,129); }
H1.HeaderClassName
{
color: #135D81;
}
.AnyTagClassName
{
color: #135D81;
}
</style>
background-color css
<style>
a { background-color: #135D81; }
a { background-color: rgb(19,93,129); }
div.DivClassName
{
background-color: #135D81;
}
.BgClassName
{
background-color: #135D81;
}
</style>
border-color css
<style>
span { border-color: #135D81; }
span { border-color: rgb(19,93,129); }
td.TdClassName
{
border-color: #135D81;
}
.TagClassName
{
border-color: #135D81;
}
</style>