Shades of Blue Lagoon #0A616B
Tints of Blue Lagoon #0A616B
RGB
CMYK
RGB Variations
Color information
#0A616B (or 0x0A616B) is known color: Blue Lagoon. HEX triplet: 0A, 61 and 6B. RGB value is (10,97,107). Sum of RGB (Red+Green+Blue) = 10+97+107=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A616B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A616B is #F59E94. Grayscale: #484848. Windows color (decimal): -16096917 or 7037194. OLE color: 7037194.
HSL color Cylindrical-coordinate representation of color #0A616B: hue angle of 186.19º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A616B is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 97 | 107 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.58 |
| HSL | 186.19º | 0.83% | 0.23% | - |
| HSV(B) | 186.19º | 0.91% | 0.42% | - |
| XYZ | 7.05 | 9.68 | 15.41 | - |
| YUV | 72.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 97 | 107 | 0.91 | 0.09 | 0 | 0.58 | 186.19 | 0.83 | 0.23 |
| Hex | A | 61 | 6B | 5B | 9 | 0 | 3A | BA | 53 | 17 |
| Octal | 12 | 141 | 153 | 133 | 11 | 0 | 72 | 272 | 123 | 27 |
| Binary | 1010 | 1100001 | 1101011 | 1011011 | 1001 | 0 | 111010 | 10111010 | 1010011 | 10111 |
Color Harmonies of #0A616B
Complementary color
Monochromatic Colors of #0A616B
Black with #0A616B
Text Example
Text Example
White with #0A616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A616B; }
p { color: rgb(10,97,107); }
H1.HeaderClassName
{
color: #0A616B;
}
.AnyTagClassName
{
color: #0A616B;
}
</style>
background-color css
<style>
a { background-color: #0A616B; }
a { background-color: rgb(10,97,107); }
div.DivClassName
{
background-color: #0A616B;
}
.BgClassName
{
background-color: #0A616B;
}
</style>
border-color css
<style>
span { border-color: #0A616B; }
span { border-color: rgb(10,97,107); }
td.TdClassName
{
border-color: #0A616B;
}
.TagClassName
{
border-color: #0A616B;
}
</style>