Shades of Bahama Blue #1C618B
Tints of Bahama Blue #1C618B
RGB
CMYK
RGB Variations
Color information
#1C618B (or 0x1C618B) is known color: Bahama Blue. HEX triplet: 1C, 61 and 8B. RGB value is (28,97,139). Sum of RGB (Red+Green+Blue) = 28+97+139=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C618B is #E39E74. Grayscale: #505050. Windows color (decimal): -14917237 or 9134364. OLE color: 9134364.
HSL color Cylindrical-coordinate representation of color #1C618B: hue angle of 202.7º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C618B is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 97 | 139 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.45 |
| HSL | 202.7º | 0.66% | 0.33% | - |
| HSV(B) | 202.7º | 0.8% | 0.55% | - |
| XYZ | 9.41 | 10.66 | 25.99 | - |
| YUV | 81.16 | 160.64 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 97 | 139 | 0.80 | 0.30 | 0 | 0.45 | 202.7 | 0.66 | 0.33 |
| Hex | 1C | 61 | 8B | 50 | 1E | 0 | 2D | CB | 42 | 21 |
| Octal | 34 | 141 | 213 | 120 | 36 | 0 | 55 | 313 | 102 | 41 |
| Binary | 11100 | 1100001 | 10001011 | 1010000 | 11110 | 0 | 101101 | 11001011 | 1000010 | 100001 |
Color Harmonies of #1C618B
Complementary color
Monochromatic Colors of #1C618B
Black with #1C618B
Text Example
Text Example
White with #1C618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C618B; }
p { color: rgb(28,97,139); }
H1.HeaderClassName
{
color: #1C618B;
}
.AnyTagClassName
{
color: #1C618B;
}
</style>
background-color css
<style>
a { background-color: #1C618B; }
a { background-color: rgb(28,97,139); }
div.DivClassName
{
background-color: #1C618B;
}
.BgClassName
{
background-color: #1C618B;
}
</style>
border-color css
<style>
span { border-color: #1C618B; }
span { border-color: rgb(28,97,139); }
td.TdClassName
{
border-color: #1C618B;
}
.TagClassName
{
border-color: #1C618B;
}
</style>