Shades of Blue Lagoon #0A697E
Tints of Blue Lagoon #0A697E
RGB
CMYK
RGB Variations
Color information
#0A697E (or 0x0A697E) is known color: Blue Lagoon. HEX triplet: 0A, 69 and 7E. RGB value is (10,105,126). Sum of RGB (Red+Green+Blue) = 10+105+126=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A697E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A697E is #F59681. Grayscale: #4E4E4E. Windows color (decimal): -16094850 or 8284426. OLE color: 8284426.
HSL color Cylindrical-coordinate representation of color #0A697E: hue angle of 190.86º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A697E is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 105 | 126 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.51 |
| HSL | 190.86º | 0.85% | 0.27% | - |
| HSV(B) | 190.86º | 0.92% | 0.49% | - |
| XYZ | 8.94 | 11.67 | 21.52 | - |
| YUV | 78.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 126 | 0.92 | 0.17 | 0 | 0.51 | 190.86 | 0.85 | 0.27 |
| Hex | A | 69 | 7E | 5C | 11 | 0 | 33 | BF | 55 | 1B |
| Octal | 12 | 151 | 176 | 134 | 21 | 0 | 63 | 277 | 125 | 33 |
| Binary | 1010 | 1101001 | 1111110 | 1011100 | 10001 | 0 | 110011 | 10111111 | 1010101 | 11011 |
Color Harmonies of #0A697E
Complementary color
Monochromatic Colors of #0A697E
Black with #0A697E
Text Example
Text Example
White with #0A697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A697E; }
p { color: rgb(10,105,126); }
H1.HeaderClassName
{
color: #0A697E;
}
.AnyTagClassName
{
color: #0A697E;
}
</style>
background-color css
<style>
a { background-color: #0A697E; }
a { background-color: rgb(10,105,126); }
div.DivClassName
{
background-color: #0A697E;
}
.BgClassName
{
background-color: #0A697E;
}
</style>
border-color css
<style>
span { border-color: #0A697E; }
span { border-color: rgb(10,105,126); }
td.TdClassName
{
border-color: #0A697E;
}
.TagClassName
{
border-color: #0A697E;
}
</style>