Shades of Blue Lagoon #0A626F
Tints of Blue Lagoon #0A626F
RGB
CMYK
RGB Variations
Color information
#0A626F (or 0x0A626F) is known color: Blue Lagoon. HEX triplet: 0A, 62 and 6F. RGB value is (10,98,111). Sum of RGB (Red+Green+Blue) = 10+98+111=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A626F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A626F is #F59D90. Grayscale: #494949. Windows color (decimal): -16096657 or 7299594. OLE color: 7299594.
HSL color Cylindrical-coordinate representation of color #0A626F: hue angle of 187.72º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A626F is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 98 | 111 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.56 |
| HSL | 187.72º | 0.83% | 0.24% | - |
| HSV(B) | 187.72º | 0.91% | 0.44% | - |
| XYZ | 7.36 | 9.95 | 16.57 | - |
| YUV | 73.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 98 | 111 | 0.91 | 0.12 | 0 | 0.56 | 187.72 | 0.83 | 0.24 |
| Hex | A | 62 | 6F | 5B | C | 0 | 38 | BC | 53 | 18 |
| Octal | 12 | 142 | 157 | 133 | 14 | 0 | 70 | 274 | 123 | 30 |
| Binary | 1010 | 1100010 | 1101111 | 1011011 | 1100 | 0 | 111000 | 10111100 | 1010011 | 11000 |
Color Harmonies of #0A626F
Complementary color
Monochromatic Colors of #0A626F
Black with #0A626F
Text Example
Text Example
White with #0A626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A626F; }
p { color: rgb(10,98,111); }
H1.HeaderClassName
{
color: #0A626F;
}
.AnyTagClassName
{
color: #0A626F;
}
</style>
background-color css
<style>
a { background-color: #0A626F; }
a { background-color: rgb(10,98,111); }
div.DivClassName
{
background-color: #0A626F;
}
.BgClassName
{
background-color: #0A626F;
}
</style>
border-color css
<style>
span { border-color: #0A626F; }
span { border-color: rgb(10,98,111); }
td.TdClassName
{
border-color: #0A626F;
}
.TagClassName
{
border-color: #0A626F;
}
</style>