Shades of Blue Lagoon #0D5E73
Tints of Blue Lagoon #0D5E73
RGB
CMYK
RGB Variations
Color information
#0D5E73 (or 0x0D5E73) is known color: Blue Lagoon. HEX triplet: 0D, 5E and 73. RGB value is (13,94,115). Sum of RGB (Red+Green+Blue) = 13+94+115=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D5E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5E73 is #F2A18C. Grayscale: #484848. Windows color (decimal): -15901069 or 7560717. OLE color: 7560717.
HSL color Cylindrical-coordinate representation of color #0D5E73: hue angle of 192.35º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D5E73 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 94 | 115 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.55 |
| HSL | 192.35º | 0.8% | 0.25% | - |
| HSV(B) | 192.35º | 0.89% | 0.45% | - |
| XYZ | 7.26 | 9.33 | 17.64 | - |
| YUV | 72.18 | 152.16 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 94 | 115 | 0.89 | 0.18 | 0 | 0.55 | 192.35 | 0.8 | 0.25 |
| Hex | D | 5E | 73 | 59 | 12 | 0 | 37 | C0 | 50 | 19 |
| Octal | 15 | 136 | 163 | 131 | 22 | 0 | 67 | 300 | 120 | 31 |
| Binary | 1101 | 1011110 | 1110011 | 1011001 | 10010 | 0 | 110111 | 11000000 | 1010000 | 11001 |
Color Harmonies of #0D5E73
Complementary color
Monochromatic Colors of #0D5E73
Black with #0D5E73
Text Example
Text Example
White with #0D5E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5E73; }
p { color: rgb(13,94,115); }
H1.HeaderClassName
{
color: #0D5E73;
}
.AnyTagClassName
{
color: #0D5E73;
}
</style>
background-color css
<style>
a { background-color: #0D5E73; }
a { background-color: rgb(13,94,115); }
div.DivClassName
{
background-color: #0D5E73;
}
.BgClassName
{
background-color: #0D5E73;
}
</style>
border-color css
<style>
span { border-color: #0D5E73; }
span { border-color: rgb(13,94,115); }
td.TdClassName
{
border-color: #0D5E73;
}
.TagClassName
{
border-color: #0D5E73;
}
</style>