Shades of Blue Lagoon #0D5E6C
Tints of Blue Lagoon #0D5E6C
RGB
CMYK
RGB Variations
Color information
#0D5E6C (or 0x0D5E6C) is known color: Blue Lagoon. HEX triplet: 0D, 5E and 6C. RGB value is (13,94,108). Sum of RGB (Red+Green+Blue) = 13+94+108=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D5E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5E6C is #F2A193. Grayscale: #474747. Windows color (decimal): -15901076 or 7101965. OLE color: 7101965.
HSL color Cylindrical-coordinate representation of color #0D5E6C: hue angle of 188.84º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D5E6C is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 94 | 108 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.58 |
| HSL | 188.84º | 0.79% | 0.24% | - |
| HSV(B) | 188.84º | 0.88% | 0.42% | - |
| XYZ | 6.88 | 9.17 | 15.6 | - |
| YUV | 71.38 | 148.66 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 94 | 108 | 0.88 | 0.13 | 0 | 0.58 | 188.84 | 0.79 | 0.24 |
| Hex | D | 5E | 6C | 58 | D | 0 | 3A | BD | 4F | 18 |
| Octal | 15 | 136 | 154 | 130 | 15 | 0 | 72 | 275 | 117 | 30 |
| Binary | 1101 | 1011110 | 1101100 | 1011000 | 1101 | 0 | 111010 | 10111101 | 1001111 | 11000 |
Color Harmonies of #0D5E6C
Complementary color
Monochromatic Colors of #0D5E6C
Black with #0D5E6C
Text Example
Text Example
White with #0D5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5E6C; }
p { color: rgb(13,94,108); }
H1.HeaderClassName
{
color: #0D5E6C;
}
.AnyTagClassName
{
color: #0D5E6C;
}
</style>
background-color css
<style>
a { background-color: #0D5E6C; }
a { background-color: rgb(13,94,108); }
div.DivClassName
{
background-color: #0D5E6C;
}
.BgClassName
{
background-color: #0D5E6C;
}
</style>
border-color css
<style>
span { border-color: #0D5E6C; }
span { border-color: rgb(13,94,108); }
td.TdClassName
{
border-color: #0D5E6C;
}
.TagClassName
{
border-color: #0D5E6C;
}
</style>