Shades of Blue Lagoon #0A6672
Tints of Blue Lagoon #0A6672
RGB
CMYK
RGB Variations
Color information
#0A6672 (or 0x0A6672) is known color: Blue Lagoon. HEX triplet: 0A, 66 and 72. RGB value is (10,102,114). Sum of RGB (Red+Green+Blue) = 10+102+114=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A6672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6672 is #F5998D. Grayscale: #4B4B4B. Windows color (decimal): -16095630 or 7497226. OLE color: 7497226.
HSL color Cylindrical-coordinate representation of color #0A6672: hue angle of 186.92º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6672 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 102 | 114 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.55 |
| HSL | 186.92º | 0.84% | 0.24% | - |
| HSV(B) | 186.92º | 0.91% | 0.45% | - |
| XYZ | 7.91 | 10.78 | 17.58 | - |
| YUV | 75.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 102 | 114 | 0.91 | 0.11 | 0 | 0.55 | 186.92 | 0.84 | 0.24 |
| Hex | A | 66 | 72 | 5B | B | 0 | 37 | BB | 54 | 18 |
| Octal | 12 | 146 | 162 | 133 | 13 | 0 | 67 | 273 | 124 | 30 |
| Binary | 1010 | 1100110 | 1110010 | 1011011 | 1011 | 0 | 110111 | 10111011 | 1010100 | 11000 |
Color Harmonies of #0A6672
Complementary color
Monochromatic Colors of #0A6672
Black with #0A6672
Text Example
Text Example
White with #0A6672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6672; }
p { color: rgb(10,102,114); }
H1.HeaderClassName
{
color: #0A6672;
}
.AnyTagClassName
{
color: #0A6672;
}
</style>
background-color css
<style>
a { background-color: #0A6672; }
a { background-color: rgb(10,102,114); }
div.DivClassName
{
background-color: #0A6672;
}
.BgClassName
{
background-color: #0A6672;
}
</style>
border-color css
<style>
span { border-color: #0A6672; }
span { border-color: rgb(10,102,114); }
td.TdClassName
{
border-color: #0A6672;
}
.TagClassName
{
border-color: #0A6672;
}
</style>