Shades of Blue Lagoon #0D5D6F
Tints of Blue Lagoon #0D5D6F
RGB
CMYK
RGB Variations
Color information
#0D5D6F (or 0x0D5D6F) is known color: Blue Lagoon. HEX triplet: 0D, 5D and 6F. RGB value is (13,93,111). Sum of RGB (Red+Green+Blue) = 13+93+111=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D5D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5D6F is #F2A290. Grayscale: #464646. Windows color (decimal): -15901329 or 7298317. OLE color: 7298317.
HSL color Cylindrical-coordinate representation of color #0D5D6F: hue angle of 191.02º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D5D6F is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 93 | 111 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.56 |
| HSL | 191.02º | 0.79% | 0.24% | - |
| HSV(B) | 191.02º | 0.88% | 0.44% | - |
| XYZ | 6.95 | 9.06 | 16.42 | - |
| YUV | 71.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 93 | 111 | 0.88 | 0.16 | 0 | 0.56 | 191.02 | 0.79 | 0.24 |
| Hex | D | 5D | 6F | 58 | 10 | 0 | 38 | BF | 4F | 18 |
| Octal | 15 | 135 | 157 | 130 | 20 | 0 | 70 | 277 | 117 | 30 |
| Binary | 1101 | 1011101 | 1101111 | 1011000 | 10000 | 0 | 111000 | 10111111 | 1001111 | 11000 |
Color Harmonies of #0D5D6F
Complementary color
Monochromatic Colors of #0D5D6F
Black with #0D5D6F
Text Example
Text Example
White with #0D5D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5D6F; }
p { color: rgb(13,93,111); }
H1.HeaderClassName
{
color: #0D5D6F;
}
.AnyTagClassName
{
color: #0D5D6F;
}
</style>
background-color css
<style>
a { background-color: #0D5D6F; }
a { background-color: rgb(13,93,111); }
div.DivClassName
{
background-color: #0D5D6F;
}
.BgClassName
{
background-color: #0D5D6F;
}
</style>
border-color css
<style>
span { border-color: #0D5D6F; }
span { border-color: rgb(13,93,111); }
td.TdClassName
{
border-color: #0D5D6F;
}
.TagClassName
{
border-color: #0D5D6F;
}
</style>