Shades of Bahama Blue #195A8B
Tints of Bahama Blue #195A8B
RGB
CMYK
RGB Variations
Color information
#195A8B (or 0x195A8B) is known color: Bahama Blue. HEX triplet: 19, 5A and 8B. RGB value is (25,90,139). Sum of RGB (Red+Green+Blue) = 25+90+139=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #195A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195A8B is #E6A574. Grayscale: #4B4B4B. Windows color (decimal): -15115637 or 9132569. OLE color: 9132569.
HSL color Cylindrical-coordinate representation of color #195A8B: hue angle of 205.79º 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 #195A8B is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 90 | 139 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.45 |
| HSL | 205.79º | 0.7% | 0.32% | - |
| HSV(B) | 205.79º | 0.82% | 0.55% | - |
| XYZ | 8.72 | 9.38 | 25.78 | - |
| YUV | 76.15 | 163.47 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 139 | 0.82 | 0.35 | 0 | 0.45 | 205.79 | 0.7 | 0.32 |
| Hex | 19 | 5A | 8B | 52 | 23 | 0 | 2D | CE | 46 | 20 |
| Octal | 31 | 132 | 213 | 122 | 43 | 0 | 55 | 316 | 106 | 40 |
| Binary | 11001 | 1011010 | 10001011 | 1010010 | 100011 | 0 | 101101 | 11001110 | 1000110 | 100000 |
Color Harmonies of #195A8B
Complementary color
Monochromatic Colors of #195A8B
Black with #195A8B
Text Example
Text Example
White with #195A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A8B; }
p { color: rgb(25,90,139); }
H1.HeaderClassName
{
color: #195A8B;
}
.AnyTagClassName
{
color: #195A8B;
}
</style>
background-color css
<style>
a { background-color: #195A8B; }
a { background-color: rgb(25,90,139); }
div.DivClassName
{
background-color: #195A8B;
}
.BgClassName
{
background-color: #195A8B;
}
</style>
border-color css
<style>
span { border-color: #195A8B; }
span { border-color: rgb(25,90,139); }
td.TdClassName
{
border-color: #195A8B;
}
.TagClassName
{
border-color: #195A8B;
}
</style>