Shades of Blue Lagoon #0A6569
Tints of Blue Lagoon #0A6569
RGB
CMYK
RGB Variations
Color information
#0A6569 (or 0x0A6569) is known color: Blue Lagoon. HEX triplet: 0A, 65 and 69. RGB value is (10,101,105). Sum of RGB (Red+Green+Blue) = 10+101+105=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A6569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6569 is #F59A96. Grayscale: #4A4A4A. Windows color (decimal): -16095895 or 6907146. OLE color: 6907146.
HSL color Cylindrical-coordinate representation of color #0A6569: hue angle of 182.53º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6569 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 101 | 105 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.59 |
| HSL | 182.53º | 0.83% | 0.23% | - |
| HSV(B) | 182.53º | 0.9% | 0.41% | - |
| XYZ | 7.33 | 10.39 | 14.98 | - |
| YUV | 74.25 | 145.35 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 105 | 0.90 | 0.04 | 0 | 0.59 | 182.53 | 0.83 | 0.23 |
| Hex | A | 65 | 69 | 5A | 4 | 0 | 3B | B7 | 53 | 17 |
| Octal | 12 | 145 | 151 | 132 | 4 | 0 | 73 | 267 | 123 | 27 |
| Binary | 1010 | 1100101 | 1101001 | 1011010 | 100 | 0 | 111011 | 10110111 | 1010011 | 10111 |
Color Harmonies of #0A6569
Complementary color
Monochromatic Colors of #0A6569
Black with #0A6569
Text Example
Text Example
White with #0A6569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6569; }
p { color: rgb(10,101,105); }
H1.HeaderClassName
{
color: #0A6569;
}
.AnyTagClassName
{
color: #0A6569;
}
</style>
background-color css
<style>
a { background-color: #0A6569; }
a { background-color: rgb(10,101,105); }
div.DivClassName
{
background-color: #0A6569;
}
.BgClassName
{
background-color: #0A6569;
}
</style>
border-color css
<style>
span { border-color: #0A6569; }
span { border-color: rgb(10,101,105); }
td.TdClassName
{
border-color: #0A6569;
}
.TagClassName
{
border-color: #0A6569;
}
</style>