Shades of Blue Lagoon #125B6D
Tints of Blue Lagoon #125B6D
RGB
CMYK
RGB Variations
Color information
#125B6D (or 0x125B6D) is known color: Blue Lagoon. HEX triplet: 12, 5B and 6D. RGB value is (18,91,109). Sum of RGB (Red+Green+Blue) = 18+91+109=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #125B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B6D is #EDA492. Grayscale: #474747. Windows color (decimal): -15574163 or 7166738. OLE color: 7166738.
HSL color Cylindrical-coordinate representation of color #125B6D: hue angle of 191.87º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125B6D is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 91 | 109 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.57 |
| HSL | 191.87º | 0.72% | 0.25% | - |
| HSV(B) | 191.87º | 0.83% | 0.43% | - |
| XYZ | 6.75 | 8.71 | 15.79 | - |
| YUV | 71.23 | 149.32 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 109 | 0.83 | 0.17 | 0 | 0.57 | 191.87 | 0.72 | 0.25 |
| Hex | 12 | 5B | 6D | 53 | 11 | 0 | 39 | C0 | 48 | 19 |
| Octal | 22 | 133 | 155 | 123 | 21 | 0 | 71 | 300 | 110 | 31 |
| Binary | 10010 | 1011011 | 1101101 | 1010011 | 10001 | 0 | 111001 | 11000000 | 1001000 | 11001 |
Color Harmonies of #125B6D
Complementary color
Monochromatic Colors of #125B6D
Black with #125B6D
Text Example
Text Example
White with #125B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B6D; }
p { color: rgb(18,91,109); }
H1.HeaderClassName
{
color: #125B6D;
}
.AnyTagClassName
{
color: #125B6D;
}
</style>
background-color css
<style>
a { background-color: #125B6D; }
a { background-color: rgb(18,91,109); }
div.DivClassName
{
background-color: #125B6D;
}
.BgClassName
{
background-color: #125B6D;
}
</style>
border-color css
<style>
span { border-color: #125B6D; }
span { border-color: rgb(18,91,109); }
td.TdClassName
{
border-color: #125B6D;
}
.TagClassName
{
border-color: #125B6D;
}
</style>