Shades of Blue Lagoon #0D6770
Tints of Blue Lagoon #0D6770
RGB
CMYK
RGB Variations
Color information
#0D6770 (or 0x0D6770) is known color: Blue Lagoon. HEX triplet: 0D, 67 and 70. RGB value is (13,103,112). Sum of RGB (Red+Green+Blue) = 13+103+112=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D6770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6770 is #F2988F. Grayscale: #4C4C4C. Windows color (decimal): -15898768 or 7366413. OLE color: 7366413.
HSL color Cylindrical-coordinate representation of color #0D6770: hue angle of 185.45º 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 #0D6770 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 103 | 112 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.56 |
| HSL | 185.45º | 0.79% | 0.25% | - |
| HSV(B) | 185.45º | 0.88% | 0.44% | - |
| XYZ | 7.94 | 10.96 | 17.03 | - |
| YUV | 77.12 | 147.68 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 103 | 112 | 0.88 | 0.08 | 0 | 0.56 | 185.45 | 0.79 | 0.25 |
| Hex | D | 67 | 70 | 58 | 8 | 0 | 38 | B9 | 4F | 19 |
| Octal | 15 | 147 | 160 | 130 | 10 | 0 | 70 | 271 | 117 | 31 |
| Binary | 1101 | 1100111 | 1110000 | 1011000 | 1000 | 0 | 111000 | 10111001 | 1001111 | 11001 |
Color Harmonies of #0D6770
Complementary color
Monochromatic Colors of #0D6770
Black with #0D6770
Text Example
Text Example
White with #0D6770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6770; }
p { color: rgb(13,103,112); }
H1.HeaderClassName
{
color: #0D6770;
}
.AnyTagClassName
{
color: #0D6770;
}
</style>
background-color css
<style>
a { background-color: #0D6770; }
a { background-color: rgb(13,103,112); }
div.DivClassName
{
background-color: #0D6770;
}
.BgClassName
{
background-color: #0D6770;
}
</style>
border-color css
<style>
span { border-color: #0D6770; }
span { border-color: rgb(13,103,112); }
td.TdClassName
{
border-color: #0D6770;
}
.TagClassName
{
border-color: #0D6770;
}
</style>