Shades of Bahama Blue #1A628D
Tints of Bahama Blue #1A628D
RGB
CMYK
RGB Variations
Color information
#1A628D (or 0x1A628D) is known color: Bahama Blue. HEX triplet: 1A, 62 and 8D. RGB value is (26,98,141). Sum of RGB (Red+Green+Blue) = 26+98+141=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A628D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A628D is #E59D72. Grayscale: #515151. Windows color (decimal): -15048051 or 9265690. OLE color: 9265690.
HSL color Cylindrical-coordinate representation of color #1A628D: hue angle of 202.43º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A628D is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 98 | 141 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.45 |
| HSL | 202.43º | 0.69% | 0.33% | - |
| HSV(B) | 202.43º | 0.82% | 0.55% | - |
| XYZ | 9.6 | 10.88 | 26.79 | - |
| YUV | 81.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 141 | 0.82 | 0.30 | 0 | 0.45 | 202.43 | 0.69 | 0.33 |
| Hex | 1A | 62 | 8D | 52 | 1E | 0 | 2D | CA | 45 | 21 |
| Octal | 32 | 142 | 215 | 122 | 36 | 0 | 55 | 312 | 105 | 41 |
| Binary | 11010 | 1100010 | 10001101 | 1010010 | 11110 | 0 | 101101 | 11001010 | 1000101 | 100001 |
Color Harmonies of #1A628D
Complementary color
Monochromatic Colors of #1A628D
Black with #1A628D
Text Example
Text Example
White with #1A628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A628D; }
p { color: rgb(26,98,141); }
H1.HeaderClassName
{
color: #1A628D;
}
.AnyTagClassName
{
color: #1A628D;
}
</style>
background-color css
<style>
a { background-color: #1A628D; }
a { background-color: rgb(26,98,141); }
div.DivClassName
{
background-color: #1A628D;
}
.BgClassName
{
background-color: #1A628D;
}
</style>
border-color css
<style>
span { border-color: #1A628D; }
span { border-color: rgb(26,98,141); }
td.TdClassName
{
border-color: #1A628D;
}
.TagClassName
{
border-color: #1A628D;
}
</style>