Shades of Blue Lagoon #0A626D
Tints of Blue Lagoon #0A626D
RGB
CMYK
RGB Variations
Color information
#0A626D (or 0x0A626D) is known color: Blue Lagoon. HEX triplet: 0A, 62 and 6D. RGB value is (10,98,109). Sum of RGB (Red+Green+Blue) = 10+98+109=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A626D is #F59D92. Grayscale: #484848. Windows color (decimal): -16096659 or 7168522. OLE color: 7168522.
HSL color Cylindrical-coordinate representation of color #0A626D: hue angle of 186.67º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A626D is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 98 | 109 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.57 |
| HSL | 186.67º | 0.83% | 0.23% | - |
| HSV(B) | 186.67º | 0.91% | 0.43% | - |
| XYZ | 7.25 | 9.9 | 16 | - |
| YUV | 72.94 | 148.35 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 98 | 109 | 0.91 | 0.10 | 0 | 0.57 | 186.67 | 0.83 | 0.23 |
| Hex | A | 62 | 6D | 5B | A | 0 | 39 | BB | 53 | 17 |
| Octal | 12 | 142 | 155 | 133 | 12 | 0 | 71 | 273 | 123 | 27 |
| Binary | 1010 | 1100010 | 1101101 | 1011011 | 1010 | 0 | 111001 | 10111011 | 1010011 | 10111 |
Color Harmonies of #0A626D
Complementary color
Monochromatic Colors of #0A626D
Black with #0A626D
Text Example
Text Example
White with #0A626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A626D; }
p { color: rgb(10,98,109); }
H1.HeaderClassName
{
color: #0A626D;
}
.AnyTagClassName
{
color: #0A626D;
}
</style>
background-color css
<style>
a { background-color: #0A626D; }
a { background-color: rgb(10,98,109); }
div.DivClassName
{
background-color: #0A626D;
}
.BgClassName
{
background-color: #0A626D;
}
</style>
border-color css
<style>
span { border-color: #0A626D; }
span { border-color: rgb(10,98,109); }
td.TdClassName
{
border-color: #0A626D;
}
.TagClassName
{
border-color: #0A626D;
}
</style>