Shades of Blue Lagoon #125B69
Tints of Blue Lagoon #125B69
RGB
CMYK
RGB Variations
Color information
#125B69 (or 0x125B69) is known color: Blue Lagoon. HEX triplet: 12, 5B and 69. RGB value is (18,91,105). Sum of RGB (Red+Green+Blue) = 18+91+105=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #125B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B69 is #EDA496. Grayscale: #464646. Windows color (decimal): -15574167 or 6904594. OLE color: 6904594.
HSL color Cylindrical-coordinate representation of color #125B69: hue angle of 189.66º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125B69 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 91 | 105 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.59 |
| HSL | 189.66º | 0.71% | 0.24% | - |
| HSV(B) | 189.66º | 0.83% | 0.41% | - |
| XYZ | 6.54 | 8.63 | 14.69 | - |
| YUV | 70.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 105 | 0.83 | 0.13 | 0 | 0.59 | 189.66 | 0.71 | 0.24 |
| Hex | 12 | 5B | 69 | 53 | D | 0 | 3B | BE | 47 | 18 |
| Octal | 22 | 133 | 151 | 123 | 15 | 0 | 73 | 276 | 107 | 30 |
| Binary | 10010 | 1011011 | 1101001 | 1010011 | 1101 | 0 | 111011 | 10111110 | 1000111 | 11000 |
Color Harmonies of #125B69
Complementary color
Monochromatic Colors of #125B69
Black with #125B69
Text Example
Text Example
White with #125B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B69; }
p { color: rgb(18,91,105); }
H1.HeaderClassName
{
color: #125B69;
}
.AnyTagClassName
{
color: #125B69;
}
</style>
background-color css
<style>
a { background-color: #125B69; }
a { background-color: rgb(18,91,105); }
div.DivClassName
{
background-color: #125B69;
}
.BgClassName
{
background-color: #125B69;
}
</style>
border-color css
<style>
span { border-color: #125B69; }
span { border-color: rgb(18,91,105); }
td.TdClassName
{
border-color: #125B69;
}
.TagClassName
{
border-color: #125B69;
}
</style>