Shades of Blue Lagoon #0A5163
Tints of Blue Lagoon #0A5163
RGB
CMYK
RGB Variations
Color information
#0A5163 (or 0x0A5163) is known color: Blue Lagoon. HEX triplet: 0A, 51 and 63. RGB value is (10,81,99). Sum of RGB (Red+Green+Blue) = 10+81+99=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A5163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5163 is #F5AE9C. Grayscale: #3D3D3D. Windows color (decimal): -16101021 or 6508810. OLE color: 6508810.
HSL color Cylindrical-coordinate representation of color #0A5163: hue angle of 192.13º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5163 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 81 | 99 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.61 |
| HSL | 192.13º | 0.82% | 0.21% | - |
| HSV(B) | 192.13º | 0.9% | 0.39% | - |
| XYZ | 5.32 | 6.85 | 12.85 | - |
| YUV | 61.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 99 | 0.90 | 0.18 | 0 | 0.61 | 192.13 | 0.82 | 0.21 |
| Hex | A | 51 | 63 | 5A | 12 | 0 | 3D | C0 | 52 | 15 |
| Octal | 12 | 121 | 143 | 132 | 22 | 0 | 75 | 300 | 122 | 25 |
| Binary | 1010 | 1010001 | 1100011 | 1011010 | 10010 | 0 | 111101 | 11000000 | 1010010 | 10101 |
Color Harmonies of #0A5163
Complementary color
Monochromatic Colors of #0A5163
Black with #0A5163
Text Example
Text Example
White with #0A5163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5163; }
p { color: rgb(10,81,99); }
H1.HeaderClassName
{
color: #0A5163;
}
.AnyTagClassName
{
color: #0A5163;
}
</style>
background-color css
<style>
a { background-color: #0A5163; }
a { background-color: rgb(10,81,99); }
div.DivClassName
{
background-color: #0A5163;
}
.BgClassName
{
background-color: #0A5163;
}
</style>
border-color css
<style>
span { border-color: #0A5163; }
span { border-color: rgb(10,81,99); }
td.TdClassName
{
border-color: #0A5163;
}
.TagClassName
{
border-color: #0A5163;
}
</style>