Shades of Bahama Blue #135C85
Tints of Bahama Blue #135C85
RGB
CMYK
RGB Variations
Color information
#135C85 (or 0x135C85) is known color: Bahama Blue. HEX triplet: 13, 5C and 85. RGB value is (19,92,133). Sum of RGB (Red+Green+Blue) = 19+92+133=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #135C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C85 is #ECA37A. Grayscale: #4A4A4A. Windows color (decimal): -15508347 or 8739859. OLE color: 8739859.
HSL color Cylindrical-coordinate representation of color #135C85: hue angle of 201.58º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135C85 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 92 | 133 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.48 |
| HSL | 201.58º | 0.75% | 0.3% | - |
| HSV(B) | 201.58º | 0.86% | 0.52% | - |
| XYZ | 8.33 | 9.49 | 23.58 | - |
| YUV | 74.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 133 | 0.86 | 0.31 | 0 | 0.48 | 201.58 | 0.75 | 0.3 |
| Hex | 13 | 5C | 85 | 56 | 1F | 0 | 30 | CA | 4B | 1E |
| Octal | 23 | 134 | 205 | 126 | 37 | 0 | 60 | 312 | 113 | 36 |
| Binary | 10011 | 1011100 | 10000101 | 1010110 | 11111 | 0 | 110000 | 11001010 | 1001011 | 11110 |
Color Harmonies of #135C85
Complementary color
Monochromatic Colors of #135C85
Black with #135C85
Text Example
Text Example
White with #135C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C85; }
p { color: rgb(19,92,133); }
H1.HeaderClassName
{
color: #135C85;
}
.AnyTagClassName
{
color: #135C85;
}
</style>
background-color css
<style>
a { background-color: #135C85; }
a { background-color: rgb(19,92,133); }
div.DivClassName
{
background-color: #135C85;
}
.BgClassName
{
background-color: #135C85;
}
</style>
border-color css
<style>
span { border-color: #135C85; }
span { border-color: rgb(19,92,133); }
td.TdClassName
{
border-color: #135C85;
}
.TagClassName
{
border-color: #135C85;
}
</style>