Shades of Bahama Blue #1C628B
Tints of Bahama Blue #1C628B
RGB
CMYK
RGB Variations
Color information
#1C628B (or 0x1C628B) is known color: Bahama Blue. HEX triplet: 1C, 62 and 8B. RGB value is (28,98,139). Sum of RGB (Red+Green+Blue) = 28+98+139=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C628B is #E39D74. Grayscale: #515151. Windows color (decimal): -14916981 or 9134620. OLE color: 9134620.
HSL color Cylindrical-coordinate representation of color #1C628B: hue angle of 202.16º 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 #1C628B is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 98 | 139 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.45 |
| HSL | 202.16º | 0.66% | 0.33% | - |
| HSV(B) | 202.16º | 0.8% | 0.55% | - |
| XYZ | 9.51 | 10.85 | 26.02 | - |
| YUV | 81.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 98 | 139 | 0.80 | 0.29 | 0 | 0.45 | 202.16 | 0.66 | 0.33 |
| Hex | 1C | 62 | 8B | 50 | 1D | 0 | 2D | CA | 42 | 21 |
| Octal | 34 | 142 | 213 | 120 | 35 | 0 | 55 | 312 | 102 | 41 |
| Binary | 11100 | 1100010 | 10001011 | 1010000 | 11101 | 0 | 101101 | 11001010 | 1000010 | 100001 |
Color Harmonies of #1C628B
Complementary color
Monochromatic Colors of #1C628B
Black with #1C628B
Text Example
Text Example
White with #1C628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C628B; }
p { color: rgb(28,98,139); }
H1.HeaderClassName
{
color: #1C628B;
}
.AnyTagClassName
{
color: #1C628B;
}
</style>
background-color css
<style>
a { background-color: #1C628B; }
a { background-color: rgb(28,98,139); }
div.DivClassName
{
background-color: #1C628B;
}
.BgClassName
{
background-color: #1C628B;
}
</style>
border-color css
<style>
span { border-color: #1C628B; }
span { border-color: rgb(28,98,139); }
td.TdClassName
{
border-color: #1C628B;
}
.TagClassName
{
border-color: #1C628B;
}
</style>