Shades of Bahama Blue #195078
Tints of Bahama Blue #195078
RGB
CMYK
RGB Variations
Color information
#195078 (or 0x195078) is known color: Bahama Blue. HEX triplet: 19, 50 and 78. RGB value is (25,80,120). Sum of RGB (Red+Green+Blue) = 25+80+120=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #195078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195078 is #E6AF87. Grayscale: #434343. Windows color (decimal): -15118216 or 7884825. OLE color: 7884825.
HSL color Cylindrical-coordinate representation of color #195078: hue angle of 205.26º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195078 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 80 | 120 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.53 |
| HSL | 205.26º | 0.66% | 0.28% | - |
| HSV(B) | 205.26º | 0.79% | 0.47% | - |
| XYZ | 6.66 | 7.3 | 18.83 | - |
| YUV | 68.12 | 157.28 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 120 | 0.79 | 0.33 | 0 | 0.53 | 205.26 | 0.66 | 0.28 |
| Hex | 19 | 50 | 78 | 4F | 21 | 0 | 35 | CD | 42 | 1C |
| Octal | 31 | 120 | 170 | 117 | 41 | 0 | 65 | 315 | 102 | 34 |
| Binary | 11001 | 1010000 | 1111000 | 1001111 | 100001 | 0 | 110101 | 11001101 | 1000010 | 11100 |
Color Harmonies of #195078
Complementary color
Monochromatic Colors of #195078
Black with #195078
Text Example
Text Example
White with #195078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195078; }
p { color: rgb(25,80,120); }
H1.HeaderClassName
{
color: #195078;
}
.AnyTagClassName
{
color: #195078;
}
</style>
background-color css
<style>
a { background-color: #195078; }
a { background-color: rgb(25,80,120); }
div.DivClassName
{
background-color: #195078;
}
.BgClassName
{
background-color: #195078;
}
</style>
border-color css
<style>
span { border-color: #195078; }
span { border-color: rgb(25,80,120); }
td.TdClassName
{
border-color: #195078;
}
.TagClassName
{
border-color: #195078;
}
</style>