Shades of Blue Lagoon #0D6978
Tints of Blue Lagoon #0D6978
RGB
CMYK
RGB Variations
Color information
#0D6978 (or 0x0D6978) is known color: Blue Lagoon. HEX triplet: 0D, 69 and 78. RGB value is (13,105,120). Sum of RGB (Red+Green+Blue) = 13+105+120=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D6978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6978 is #F29687. Grayscale: #4F4F4F. Windows color (decimal): -15898248 or 7891213. OLE color: 7891213.
HSL color Cylindrical-coordinate representation of color #0D6978: hue angle of 188.41º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D6978 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 105 | 120 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.53 |
| HSL | 188.41º | 0.8% | 0.26% | - |
| HSV(B) | 188.41º | 0.89% | 0.47% | - |
| XYZ | 8.61 | 11.54 | 19.54 | - |
| YUV | 79.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 105 | 120 | 0.89 | 0.13 | 0 | 0.53 | 188.41 | 0.8 | 0.26 |
| Hex | D | 69 | 78 | 59 | D | 0 | 35 | BC | 50 | 1A |
| Octal | 15 | 151 | 170 | 131 | 15 | 0 | 65 | 274 | 120 | 32 |
| Binary | 1101 | 1101001 | 1111000 | 1011001 | 1101 | 0 | 110101 | 10111100 | 1010000 | 11010 |
Color Harmonies of #0D6978
Complementary color
Monochromatic Colors of #0D6978
Black with #0D6978
Text Example
Text Example
White with #0D6978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6978; }
p { color: rgb(13,105,120); }
H1.HeaderClassName
{
color: #0D6978;
}
.AnyTagClassName
{
color: #0D6978;
}
</style>
background-color css
<style>
a { background-color: #0D6978; }
a { background-color: rgb(13,105,120); }
div.DivClassName
{
background-color: #0D6978;
}
.BgClassName
{
background-color: #0D6978;
}
</style>
border-color css
<style>
span { border-color: #0D6978; }
span { border-color: rgb(13,105,120); }
td.TdClassName
{
border-color: #0D6978;
}
.TagClassName
{
border-color: #0D6978;
}
</style>