Shades of Blue Lagoon #0D5163
Tints of Blue Lagoon #0D5163
RGB
CMYK
RGB Variations
Color information
#0D5163 (or 0x0D5163) is known color: Blue Lagoon. HEX triplet: 0D, 51 and 63. RGB value is (13,81,99). Sum of RGB (Red+Green+Blue) = 13+81+99=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #0D5163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5163 is #F2AE9C. Grayscale: #3E3E3E. Windows color (decimal): -15904413 or 6508813. OLE color: 6508813.
HSL color Cylindrical-coordinate representation of color #0D5163: hue angle of 192.56º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D5163 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 81 | 99 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.61 |
| HSL | 192.56º | 0.77% | 0.22% | - |
| HSV(B) | 192.56º | 0.87% | 0.39% | - |
| XYZ | 5.36 | 6.87 | 12.85 | - |
| YUV | 62.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 99 | 0.87 | 0.18 | 0 | 0.61 | 192.56 | 0.77 | 0.22 |
| Hex | D | 51 | 63 | 57 | 12 | 0 | 3D | C1 | 4D | 16 |
| Octal | 15 | 121 | 143 | 127 | 22 | 0 | 75 | 301 | 115 | 26 |
| Binary | 1101 | 1010001 | 1100011 | 1010111 | 10010 | 0 | 111101 | 11000001 | 1001101 | 10110 |
Color Harmonies of #0D5163
Complementary color
Monochromatic Colors of #0D5163
Black with #0D5163
Text Example
Text Example
White with #0D5163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5163; }
p { color: rgb(13,81,99); }
H1.HeaderClassName
{
color: #0D5163;
}
.AnyTagClassName
{
color: #0D5163;
}
</style>
background-color css
<style>
a { background-color: #0D5163; }
a { background-color: rgb(13,81,99); }
div.DivClassName
{
background-color: #0D5163;
}
.BgClassName
{
background-color: #0D5163;
}
</style>
border-color css
<style>
span { border-color: #0D5163; }
span { border-color: rgb(13,81,99); }
td.TdClassName
{
border-color: #0D5163;
}
.TagClassName
{
border-color: #0D5163;
}
</style>