Shades of Blue Lagoon #0A5668
Tints of Blue Lagoon #0A5668
RGB
CMYK
RGB Variations
Color information
#0A5668 (or 0x0A5668) is known color: Blue Lagoon. HEX triplet: 0A, 56 and 68. RGB value is (10,86,104). Sum of RGB (Red+Green+Blue) = 10+86+104=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A5668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5668 is #F5A997. Grayscale: #414141. Windows color (decimal): -16099736 or 6837770. OLE color: 6837770.
HSL color Cylindrical-coordinate representation of color #0A5668: hue angle of 191.49º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5668 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 86 | 104 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.59 |
| HSL | 191.49º | 0.82% | 0.22% | - |
| HSV(B) | 191.49º | 0.9% | 0.41% | - |
| XYZ | 5.95 | 7.72 | 14.27 | - |
| YUV | 65.33 | 149.82 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 86 | 104 | 0.90 | 0.17 | 0 | 0.59 | 191.49 | 0.82 | 0.22 |
| Hex | A | 56 | 68 | 5A | 11 | 0 | 3B | BF | 52 | 16 |
| Octal | 12 | 126 | 150 | 132 | 21 | 0 | 73 | 277 | 122 | 26 |
| Binary | 1010 | 1010110 | 1101000 | 1011010 | 10001 | 0 | 111011 | 10111111 | 1010010 | 10110 |
Color Harmonies of #0A5668
Complementary color
Monochromatic Colors of #0A5668
Black with #0A5668
Text Example
Text Example
White with #0A5668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5668; }
p { color: rgb(10,86,104); }
H1.HeaderClassName
{
color: #0A5668;
}
.AnyTagClassName
{
color: #0A5668;
}
</style>
background-color css
<style>
a { background-color: #0A5668; }
a { background-color: rgb(10,86,104); }
div.DivClassName
{
background-color: #0A5668;
}
.BgClassName
{
background-color: #0A5668;
}
</style>
border-color css
<style>
span { border-color: #0A5668; }
span { border-color: rgb(10,86,104); }
td.TdClassName
{
border-color: #0A5668;
}
.TagClassName
{
border-color: #0A5668;
}
</style>