Shades of Blue Lagoon #0D5571
Tints of Blue Lagoon #0D5571
RGB
CMYK
RGB Variations
Color information
#0D5571 (or 0x0D5571) is known color: Blue Lagoon. HEX triplet: 0D, 55 and 71. RGB value is (13,85,113). Sum of RGB (Red+Green+Blue) = 13+85+113=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D5571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5571 is #F2AA8E. Grayscale: #424242. Windows color (decimal): -15903375 or 7427341. OLE color: 7427341.
HSL color Cylindrical-coordinate representation of color #0D5571: hue angle of 196.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D5571 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 85 | 113 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.56 |
| HSL | 196.8º | 0.79% | 0.25% | - |
| HSV(B) | 196.8º | 0.88% | 0.44% | - |
| XYZ | 6.4 | 7.77 | 16.79 | - |
| YUV | 66.66 | 154.15 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 113 | 0.88 | 0.25 | 0 | 0.56 | 196.8 | 0.79 | 0.25 |
| Hex | D | 55 | 71 | 58 | 19 | 0 | 38 | C5 | 4F | 19 |
| Octal | 15 | 125 | 161 | 130 | 31 | 0 | 70 | 305 | 117 | 31 |
| Binary | 1101 | 1010101 | 1110001 | 1011000 | 11001 | 0 | 111000 | 11000101 | 1001111 | 11001 |
Color Harmonies of #0D5571
Complementary color
Monochromatic Colors of #0D5571
Black with #0D5571
Text Example
Text Example
White with #0D5571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5571; }
p { color: rgb(13,85,113); }
H1.HeaderClassName
{
color: #0D5571;
}
.AnyTagClassName
{
color: #0D5571;
}
</style>
background-color css
<style>
a { background-color: #0D5571; }
a { background-color: rgb(13,85,113); }
div.DivClassName
{
background-color: #0D5571;
}
.BgClassName
{
background-color: #0D5571;
}
</style>
border-color css
<style>
span { border-color: #0D5571; }
span { border-color: rgb(13,85,113); }
td.TdClassName
{
border-color: #0D5571;
}
.TagClassName
{
border-color: #0D5571;
}
</style>