Shades of Bahama Blue #135C82
Tints of Bahama Blue #135C82
RGB
CMYK
RGB Variations
Color information
#135C82 (or 0x135C82) is known color: Bahama Blue. HEX triplet: 13, 5C and 82. RGB value is (19,92,130). Sum of RGB (Red+Green+Blue) = 19+92+130=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #135C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C82 is #ECA37D. Grayscale: #4A4A4A. Windows color (decimal): -15508350 or 8543251. OLE color: 8543251.
HSL color Cylindrical-coordinate representation of color #135C82: hue angle of 200.54º 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 #135C82 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 92 | 130 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.49 |
| HSL | 200.54º | 0.74% | 0.29% | - |
| HSV(B) | 200.54º | 0.85% | 0.51% | - |
| XYZ | 8.12 | 9.4 | 22.51 | - |
| YUV | 74.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 130 | 0.85 | 0.29 | 0 | 0.49 | 200.54 | 0.74 | 0.29 |
| Hex | 13 | 5C | 82 | 55 | 1D | 0 | 31 | C9 | 4A | 1D |
| Octal | 23 | 134 | 202 | 125 | 35 | 0 | 61 | 311 | 112 | 35 |
| Binary | 10011 | 1011100 | 10000010 | 1010101 | 11101 | 0 | 110001 | 11001001 | 1001010 | 11101 |
Color Harmonies of #135C82
Complementary color
Monochromatic Colors of #135C82
Black with #135C82
Text Example
Text Example
White with #135C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C82; }
p { color: rgb(19,92,130); }
H1.HeaderClassName
{
color: #135C82;
}
.AnyTagClassName
{
color: #135C82;
}
</style>
background-color css
<style>
a { background-color: #135C82; }
a { background-color: rgb(19,92,130); }
div.DivClassName
{
background-color: #135C82;
}
.BgClassName
{
background-color: #135C82;
}
</style>
border-color css
<style>
span { border-color: #135C82; }
span { border-color: rgb(19,92,130); }
td.TdClassName
{
border-color: #135C82;
}
.TagClassName
{
border-color: #135C82;
}
</style>