Shades of Blue Lagoon #0D5461
Tints of Blue Lagoon #0D5461
RGB
CMYK
RGB Variations
Color information
#0D5461 (or 0x0D5461) is known color: Blue Lagoon. HEX triplet: 0D, 54 and 61. RGB value is (13,84,97). Sum of RGB (Red+Green+Blue) = 13+84+97=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D5461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5461 is #F2AB9E. Grayscale: #404040. Windows color (decimal): -15903647 or 6378509. OLE color: 6378509.
HSL color Cylindrical-coordinate representation of color #0D5461: hue angle of 189.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D5461 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 84 | 97 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.62 |
| HSL | 189.29º | 0.76% | 0.22% | - |
| HSV(B) | 189.29º | 0.87% | 0.38% | - |
| XYZ | 5.49 | 7.29 | 12.43 | - |
| YUV | 64.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 97 | 0.87 | 0.13 | 0 | 0.62 | 189.29 | 0.76 | 0.22 |
| Hex | D | 54 | 61 | 57 | D | 0 | 3E | BD | 4C | 16 |
| Octal | 15 | 124 | 141 | 127 | 15 | 0 | 76 | 275 | 114 | 26 |
| Binary | 1101 | 1010100 | 1100001 | 1010111 | 1101 | 0 | 111110 | 10111101 | 1001100 | 10110 |
Color Harmonies of #0D5461
Complementary color
Monochromatic Colors of #0D5461
Black with #0D5461
Text Example
Text Example
White with #0D5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5461; }
p { color: rgb(13,84,97); }
H1.HeaderClassName
{
color: #0D5461;
}
.AnyTagClassName
{
color: #0D5461;
}
</style>
background-color css
<style>
a { background-color: #0D5461; }
a { background-color: rgb(13,84,97); }
div.DivClassName
{
background-color: #0D5461;
}
.BgClassName
{
background-color: #0D5461;
}
</style>
border-color css
<style>
span { border-color: #0D5461; }
span { border-color: rgb(13,84,97); }
td.TdClassName
{
border-color: #0D5461;
}
.TagClassName
{
border-color: #0D5461;
}
</style>