Shades of Bahama Blue #19618C
Tints of Bahama Blue #19618C
RGB
CMYK
RGB Variations
Color information
#19618C (or 0x19618C) is known color: Bahama Blue. HEX triplet: 19, 61 and 8C. RGB value is (25,97,140). Sum of RGB (Red+Green+Blue) = 25+97+140=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #19618C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19618C is #E69E73. Grayscale: #505050. Windows color (decimal): -15113844 or 9199897. OLE color: 9199897.
HSL color Cylindrical-coordinate representation of color #19618C: hue angle of 202.43º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19618C is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 97 | 140 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.45 |
| HSL | 202.43º | 0.7% | 0.32% | - |
| HSV(B) | 202.43º | 0.82% | 0.55% | - |
| XYZ | 9.41 | 10.65 | 26.37 | - |
| YUV | 80.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 140 | 0.82 | 0.31 | 0 | 0.45 | 202.43 | 0.7 | 0.32 |
| Hex | 19 | 61 | 8C | 52 | 1F | 0 | 2D | CA | 46 | 20 |
| Octal | 31 | 141 | 214 | 122 | 37 | 0 | 55 | 312 | 106 | 40 |
| Binary | 11001 | 1100001 | 10001100 | 1010010 | 11111 | 0 | 101101 | 11001010 | 1000110 | 100000 |
Color Harmonies of #19618C
Complementary color
Monochromatic Colors of #19618C
Black with #19618C
Text Example
Text Example
White with #19618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19618C; }
p { color: rgb(25,97,140); }
H1.HeaderClassName
{
color: #19618C;
}
.AnyTagClassName
{
color: #19618C;
}
</style>
background-color css
<style>
a { background-color: #19618C; }
a { background-color: rgb(25,97,140); }
div.DivClassName
{
background-color: #19618C;
}
.BgClassName
{
background-color: #19618C;
}
</style>
border-color css
<style>
span { border-color: #19618C; }
span { border-color: rgb(25,97,140); }
td.TdClassName
{
border-color: #19618C;
}
.TagClassName
{
border-color: #19618C;
}
</style>