Shades of Blue Lagoon #005163
Tints of Blue Lagoon #005163
RGB
CMYK
RGB Variations
Color information
#005163 (or 0x005163) is known color: Blue Lagoon. HEX triplet: 00, 51 and 63. RGB value is (0,81,99). Sum of RGB (Red+Green+Blue) = 0+81+99=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #005163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005163 is #FFAE9C. Grayscale: #3A3A3A. Windows color (decimal): -16756381 or 6508800. OLE color: 6508800.
HSL color Cylindrical-coordinate representation of color #005163: hue angle of 190.91º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005163 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 81 | 99 | - |
| CMYK | 1 | 0.18 | 0 | 0.61 |
| HSL | 190.91º | 1% | 0.19% | - |
| HSV(B) | 190.91º | 1% | 0.39% | - |
| XYZ | 5.19 | 6.79 | 12.84 | - |
| YUV | 58.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 99 | 1 | 0.18 | 0 | 0.61 | 190.91 | 1 | 0.19 |
| Hex | 0 | 51 | 63 | 64 | 12 | 0 | 3D | BF | 64 | 13 |
| Octal | 0 | 121 | 143 | 144 | 22 | 0 | 75 | 277 | 144 | 23 |
| Binary | 0 | 1010001 | 1100011 | 1100100 | 10010 | 0 | 111101 | 10111111 | 1100100 | 10011 |
Color Harmonies of #005163
Complementary color
Monochromatic Colors of #005163
Black with #005163
Text Example
Text Example
White with #005163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005163; }
p { color: rgb(0,81,99); }
H1.HeaderClassName
{
color: #005163;
}
.AnyTagClassName
{
color: #005163;
}
</style>
background-color css
<style>
a { background-color: #005163; }
a { background-color: rgb(0,81,99); }
div.DivClassName
{
background-color: #005163;
}
.BgClassName
{
background-color: #005163;
}
</style>
border-color css
<style>
span { border-color: #005163; }
span { border-color: rgb(0,81,99); }
td.TdClassName
{
border-color: #005163;
}
.TagClassName
{
border-color: #005163;
}
</style>