Shades of Bahama Blue #135B8C
Tints of Bahama Blue #135B8C
RGB
CMYK
RGB Variations
Color information
#135B8C (or 0x135B8C) is known color: Bahama Blue. HEX triplet: 13, 5B and 8C. RGB value is (19,91,140). Sum of RGB (Red+Green+Blue) = 19+91+140=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #135B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135B8C is #ECA473. Grayscale: #4A4A4A. Windows color (decimal): -15508596 or 9198355. OLE color: 9198355.
HSL color Cylindrical-coordinate representation of color #135B8C: hue angle of 204.3º 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 #135B8C is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 91 | 140 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.45 |
| HSL | 204.3º | 0.76% | 0.31% | - |
| HSV(B) | 204.3º | 0.86% | 0.55% | - |
| XYZ | 8.74 | 9.51 | 26.19 | - |
| YUV | 75.06 | 164.65 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 140 | 0.86 | 0.35 | 0 | 0.45 | 204.3 | 0.76 | 0.31 |
| Hex | 13 | 5B | 8C | 56 | 23 | 0 | 2D | CC | 4C | 1F |
| Octal | 23 | 133 | 214 | 126 | 43 | 0 | 55 | 314 | 114 | 37 |
| Binary | 10011 | 1011011 | 10001100 | 1010110 | 100011 | 0 | 101101 | 11001100 | 1001100 | 11111 |
Color Harmonies of #135B8C
Complementary color
Monochromatic Colors of #135B8C
Black with #135B8C
Text Example
Text Example
White with #135B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B8C; }
p { color: rgb(19,91,140); }
H1.HeaderClassName
{
color: #135B8C;
}
.AnyTagClassName
{
color: #135B8C;
}
</style>
background-color css
<style>
a { background-color: #135B8C; }
a { background-color: rgb(19,91,140); }
div.DivClassName
{
background-color: #135B8C;
}
.BgClassName
{
background-color: #135B8C;
}
</style>
border-color css
<style>
span { border-color: #135B8C; }
span { border-color: rgb(19,91,140); }
td.TdClassName
{
border-color: #135B8C;
}
.TagClassName
{
border-color: #135B8C;
}
</style>