Shades of Bahama Blue #13568C
Tints of Bahama Blue #13568C
RGB
CMYK
RGB Variations
Color information
#13568C (or 0x13568C) is known color: Bahama Blue. HEX triplet: 13, 56 and 8C. RGB value is (19,86,140). Sum of RGB (Red+Green+Blue) = 19+86+140=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #13568C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13568C is #ECA973. Grayscale: #474747. Windows color (decimal): -15509876 or 9197075. OLE color: 9197075.
HSL color Cylindrical-coordinate representation of color #13568C: hue angle of 206.78º 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 #13568C is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 86 | 140 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.45 |
| HSL | 206.78º | 0.76% | 0.31% | - |
| HSV(B) | 206.78º | 0.86% | 0.55% | - |
| XYZ | 8.33 | 8.69 | 26.05 | - |
| YUV | 72.12 | 166.3 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 140 | 0.86 | 0.39 | 0 | 0.45 | 206.78 | 0.76 | 0.31 |
| Hex | 13 | 56 | 8C | 56 | 27 | 0 | 2D | CF | 4C | 1F |
| Octal | 23 | 126 | 214 | 126 | 47 | 0 | 55 | 317 | 114 | 37 |
| Binary | 10011 | 1010110 | 10001100 | 1010110 | 100111 | 0 | 101101 | 11001111 | 1001100 | 11111 |
Color Harmonies of #13568C
Complementary color
Monochromatic Colors of #13568C
Black with #13568C
Text Example
Text Example
White with #13568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13568C; }
p { color: rgb(19,86,140); }
H1.HeaderClassName
{
color: #13568C;
}
.AnyTagClassName
{
color: #13568C;
}
</style>
background-color css
<style>
a { background-color: #13568C; }
a { background-color: rgb(19,86,140); }
div.DivClassName
{
background-color: #13568C;
}
.BgClassName
{
background-color: #13568C;
}
</style>
border-color css
<style>
span { border-color: #13568C; }
span { border-color: rgb(19,86,140); }
td.TdClassName
{
border-color: #13568C;
}
.TagClassName
{
border-color: #13568C;
}
</style>