Shades of Bahama Blue #135C81
Tints of Bahama Blue #135C81
RGB
CMYK
RGB Variations
Color information
#135C81 (or 0x135C81) is known color: Bahama Blue. HEX triplet: 13, 5C and 81. RGB value is (19,92,129). Sum of RGB (Red+Green+Blue) = 19+92+129=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #135C81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C81 is #ECA37E. Grayscale: #4A4A4A. Windows color (decimal): -15508351 or 8477715. OLE color: 8477715.
HSL color Cylindrical-coordinate representation of color #135C81: hue angle of 200.18º 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 #135C81 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 92 | 129 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.49 |
| HSL | 200.18º | 0.74% | 0.29% | - |
| HSV(B) | 200.18º | 0.85% | 0.51% | - |
| XYZ | 8.06 | 9.38 | 22.15 | - |
| YUV | 74.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 129 | 0.85 | 0.29 | 0 | 0.49 | 200.18 | 0.74 | 0.29 |
| Hex | 13 | 5C | 81 | 55 | 1D | 0 | 31 | C8 | 4A | 1D |
| Octal | 23 | 134 | 201 | 125 | 35 | 0 | 61 | 310 | 112 | 35 |
| Binary | 10011 | 1011100 | 10000001 | 1010101 | 11101 | 0 | 110001 | 11001000 | 1001010 | 11101 |
Color Harmonies of #135C81
Complementary color
Monochromatic Colors of #135C81
Black with #135C81
Text Example
Text Example
White with #135C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C81; }
p { color: rgb(19,92,129); }
H1.HeaderClassName
{
color: #135C81;
}
.AnyTagClassName
{
color: #135C81;
}
</style>
background-color css
<style>
a { background-color: #135C81; }
a { background-color: rgb(19,92,129); }
div.DivClassName
{
background-color: #135C81;
}
.BgClassName
{
background-color: #135C81;
}
</style>
border-color css
<style>
span { border-color: #135C81; }
span { border-color: rgb(19,92,129); }
td.TdClassName
{
border-color: #135C81;
}
.TagClassName
{
border-color: #135C81;
}
</style>