Shades of Bahama Blue #1C648D
Tints of Bahama Blue #1C648D
RGB
CMYK
RGB Variations
Color information
#1C648D (or 0x1C648D) is known color: Bahama Blue. HEX triplet: 1C, 64 and 8D. RGB value is (28,100,141). Sum of RGB (Red+Green+Blue) = 28+100+141=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C648D is #E39B72. Grayscale: #525252. Windows color (decimal): -14916467 or 9266204. OLE color: 9266204.
HSL color Cylindrical-coordinate representation of color #1C648D: hue angle of 201.77º degrees, saturation: 0.67, 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 #1C648D is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 100 | 141 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.45 |
| HSL | 201.77º | 0.67% | 0.33% | - |
| HSV(B) | 201.77º | 0.8% | 0.55% | - |
| XYZ | 9.84 | 11.28 | 26.86 | - |
| YUV | 83.15 | 160.65 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 141 | 0.80 | 0.29 | 0 | 0.45 | 201.77 | 0.67 | 0.33 |
| Hex | 1C | 64 | 8D | 50 | 1D | 0 | 2D | CA | 43 | 21 |
| Octal | 34 | 144 | 215 | 120 | 35 | 0 | 55 | 312 | 103 | 41 |
| Binary | 11100 | 1100100 | 10001101 | 1010000 | 11101 | 0 | 101101 | 11001010 | 1000011 | 100001 |
Color Harmonies of #1C648D
Complementary color
Monochromatic Colors of #1C648D
Black with #1C648D
Text Example
Text Example
White with #1C648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C648D; }
p { color: rgb(28,100,141); }
H1.HeaderClassName
{
color: #1C648D;
}
.AnyTagClassName
{
color: #1C648D;
}
</style>
background-color css
<style>
a { background-color: #1C648D; }
a { background-color: rgb(28,100,141); }
div.DivClassName
{
background-color: #1C648D;
}
.BgClassName
{
background-color: #1C648D;
}
</style>
border-color css
<style>
span { border-color: #1C648D; }
span { border-color: rgb(28,100,141); }
td.TdClassName
{
border-color: #1C648D;
}
.TagClassName
{
border-color: #1C648D;
}
</style>