Shades of Bahama Blue #125C82
Tints of Bahama Blue #125C82
RGB
CMYK
RGB Variations
Color information
#125C82 (or 0x125C82) is known color: Bahama Blue. HEX triplet: 12, 5C and 82. RGB value is (18,92,130). Sum of RGB (Red+Green+Blue) = 18+92+130=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #125C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125C82 is #EDA37D. Grayscale: #494949. Windows color (decimal): -15573886 or 8543250. OLE color: 8543250.
HSL color Cylindrical-coordinate representation of color #125C82: hue angle of 200.36º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125C82 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 92 | 130 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.49 |
| HSL | 200.36º | 0.76% | 0.29% | - |
| HSV(B) | 200.36º | 0.86% | 0.51% | - |
| XYZ | 8.11 | 9.39 | 22.51 | - |
| YUV | 74.21 | 159.48 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 130 | 0.86 | 0.29 | 0 | 0.49 | 200.36 | 0.76 | 0.29 |
| Hex | 12 | 5C | 82 | 56 | 1D | 0 | 31 | C8 | 4C | 1D |
| Octal | 22 | 134 | 202 | 126 | 35 | 0 | 61 | 310 | 114 | 35 |
| Binary | 10010 | 1011100 | 10000010 | 1010110 | 11101 | 0 | 110001 | 11001000 | 1001100 | 11101 |
Color Harmonies of #125C82
Complementary color
Monochromatic Colors of #125C82
Black with #125C82
Text Example
Text Example
White with #125C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C82; }
p { color: rgb(18,92,130); }
H1.HeaderClassName
{
color: #125C82;
}
.AnyTagClassName
{
color: #125C82;
}
</style>
background-color css
<style>
a { background-color: #125C82; }
a { background-color: rgb(18,92,130); }
div.DivClassName
{
background-color: #125C82;
}
.BgClassName
{
background-color: #125C82;
}
</style>
border-color css
<style>
span { border-color: #125C82; }
span { border-color: rgb(18,92,130); }
td.TdClassName
{
border-color: #125C82;
}
.TagClassName
{
border-color: #125C82;
}
</style>