Shades of Bahama Blue #135C8B
Tints of Bahama Blue #135C8B
RGB
CMYK
RGB Variations
Color information
#135C8B (or 0x135C8B) is known color: Bahama Blue. HEX triplet: 13, 5C and 8B. RGB value is (19,92,139). Sum of RGB (Red+Green+Blue) = 19+92+139=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #135C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C8B is #ECA374. Grayscale: #4B4B4B. Windows color (decimal): -15508341 or 9133075. OLE color: 9133075.
HSL color Cylindrical-coordinate representation of color #135C8B: hue angle of 203.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135C8B is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 92 | 139 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.45 |
| HSL | 203.5º | 0.76% | 0.31% | - |
| HSV(B) | 203.5º | 0.86% | 0.55% | - |
| XYZ | 8.76 | 9.66 | 25.83 | - |
| YUV | 75.53 | 163.82 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 139 | 0.86 | 0.34 | 0 | 0.45 | 203.5 | 0.76 | 0.31 |
| Hex | 13 | 5C | 8B | 56 | 22 | 0 | 2D | CC | 4C | 1F |
| Octal | 23 | 134 | 213 | 126 | 42 | 0 | 55 | 314 | 114 | 37 |
| Binary | 10011 | 1011100 | 10001011 | 1010110 | 100010 | 0 | 101101 | 11001100 | 1001100 | 11111 |
Color Harmonies of #135C8B
Complementary color
Monochromatic Colors of #135C8B
Black with #135C8B
Text Example
Text Example
White with #135C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C8B; }
p { color: rgb(19,92,139); }
H1.HeaderClassName
{
color: #135C8B;
}
.AnyTagClassName
{
color: #135C8B;
}
</style>
background-color css
<style>
a { background-color: #135C8B; }
a { background-color: rgb(19,92,139); }
div.DivClassName
{
background-color: #135C8B;
}
.BgClassName
{
background-color: #135C8B;
}
</style>
border-color css
<style>
span { border-color: #135C8B; }
span { border-color: rgb(19,92,139); }
td.TdClassName
{
border-color: #135C8B;
}
.TagClassName
{
border-color: #135C8B;
}
</style>