Shades of Blue Lagoon #0D5970
Tints of Blue Lagoon #0D5970
RGB
CMYK
RGB Variations
Color information
#0D5970 (or 0x0D5970) is known color: Blue Lagoon. HEX triplet: 0D, 59 and 70. RGB value is (13,89,112). Sum of RGB (Red+Green+Blue) = 13+89+112=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D5970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5970 is #F2A68F. Grayscale: #444444. Windows color (decimal): -15902352 or 7362829. OLE color: 7362829.
HSL color Cylindrical-coordinate representation of color #0D5970: hue angle of 193.94º 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 #0D5970 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 89 | 112 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.56 |
| HSL | 193.94º | 0.79% | 0.25% | - |
| HSV(B) | 193.94º | 0.88% | 0.44% | - |
| XYZ | 6.66 | 8.4 | 16.6 | - |
| YUV | 68.9 | 152.32 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 112 | 0.88 | 0.21 | 0 | 0.56 | 193.94 | 0.79 | 0.25 |
| Hex | D | 59 | 70 | 58 | 15 | 0 | 38 | C2 | 4F | 19 |
| Octal | 15 | 131 | 160 | 130 | 25 | 0 | 70 | 302 | 117 | 31 |
| Binary | 1101 | 1011001 | 1110000 | 1011000 | 10101 | 0 | 111000 | 11000010 | 1001111 | 11001 |
Color Harmonies of #0D5970
Complementary color
Monochromatic Colors of #0D5970
Black with #0D5970
Text Example
Text Example
White with #0D5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5970; }
p { color: rgb(13,89,112); }
H1.HeaderClassName
{
color: #0D5970;
}
.AnyTagClassName
{
color: #0D5970;
}
</style>
background-color css
<style>
a { background-color: #0D5970; }
a { background-color: rgb(13,89,112); }
div.DivClassName
{
background-color: #0D5970;
}
.BgClassName
{
background-color: #0D5970;
}
</style>
border-color css
<style>
span { border-color: #0D5970; }
span { border-color: rgb(13,89,112); }
td.TdClassName
{
border-color: #0D5970;
}
.TagClassName
{
border-color: #0D5970;
}
</style>