Shades of Blue Lagoon #0D6970
Tints of Blue Lagoon #0D6970
RGB
CMYK
RGB Variations
Color information
#0D6970 (or 0x0D6970) is known color: Blue Lagoon. HEX triplet: 0D, 69 and 70. RGB value is (13,105,112). Sum of RGB (Red+Green+Blue) = 13+105+112=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D6970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6970 is #F2968F. Grayscale: #4E4E4E. Windows color (decimal): -15898256 or 7366925. OLE color: 7366925.
HSL color Cylindrical-coordinate representation of color #0D6970: hue angle of 184.24º 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 #0D6970 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 105 | 112 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.56 |
| HSL | 184.24º | 0.79% | 0.25% | - |
| HSV(B) | 184.24º | 0.88% | 0.44% | - |
| XYZ | 8.14 | 11.36 | 17.09 | - |
| YUV | 78.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 105 | 112 | 0.88 | 0.06 | 0 | 0.56 | 184.24 | 0.79 | 0.25 |
| Hex | D | 69 | 70 | 58 | 6 | 0 | 38 | B8 | 4F | 19 |
| Octal | 15 | 151 | 160 | 130 | 6 | 0 | 70 | 270 | 117 | 31 |
| Binary | 1101 | 1101001 | 1110000 | 1011000 | 110 | 0 | 111000 | 10111000 | 1001111 | 11001 |
Color Harmonies of #0D6970
Complementary color
Monochromatic Colors of #0D6970
Black with #0D6970
Text Example
Text Example
White with #0D6970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6970; }
p { color: rgb(13,105,112); }
H1.HeaderClassName
{
color: #0D6970;
}
.AnyTagClassName
{
color: #0D6970;
}
</style>
background-color css
<style>
a { background-color: #0D6970; }
a { background-color: rgb(13,105,112); }
div.DivClassName
{
background-color: #0D6970;
}
.BgClassName
{
background-color: #0D6970;
}
</style>
border-color css
<style>
span { border-color: #0D6970; }
span { border-color: rgb(13,105,112); }
td.TdClassName
{
border-color: #0D6970;
}
.TagClassName
{
border-color: #0D6970;
}
</style>