Shades of Blue Lagoon #0D5365
Tints of Blue Lagoon #0D5365
RGB
CMYK
RGB Variations
Color information
#0D5365 (or 0x0D5365) is known color: Blue Lagoon. HEX triplet: 0D, 53 and 65. RGB value is (13,83,101). Sum of RGB (Red+Green+Blue) = 13+83+101=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #0D5365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5365 is #F2AC9A. Grayscale: #3F3F3F. Windows color (decimal): -15903899 or 6640397. OLE color: 6640397.
HSL color Cylindrical-coordinate representation of color #0D5365: hue angle of 192.27º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D5365 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 83 | 101 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.60 |
| HSL | 192.27º | 0.77% | 0.22% | - |
| HSV(B) | 192.27º | 0.87% | 0.4% | - |
| XYZ | 5.61 | 7.21 | 13.41 | - |
| YUV | 64.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 101 | 0.87 | 0.18 | 0 | 0.60 | 192.27 | 0.77 | 0.22 |
| Hex | D | 53 | 65 | 57 | 12 | 0 | 3C | C0 | 4D | 16 |
| Octal | 15 | 123 | 145 | 127 | 22 | 0 | 74 | 300 | 115 | 26 |
| Binary | 1101 | 1010011 | 1100101 | 1010111 | 10010 | 0 | 111100 | 11000000 | 1001101 | 10110 |
Color Harmonies of #0D5365
Complementary color
Monochromatic Colors of #0D5365
Black with #0D5365
Text Example
Text Example
White with #0D5365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5365; }
p { color: rgb(13,83,101); }
H1.HeaderClassName
{
color: #0D5365;
}
.AnyTagClassName
{
color: #0D5365;
}
</style>
background-color css
<style>
a { background-color: #0D5365; }
a { background-color: rgb(13,83,101); }
div.DivClassName
{
background-color: #0D5365;
}
.BgClassName
{
background-color: #0D5365;
}
</style>
border-color css
<style>
span { border-color: #0D5365; }
span { border-color: rgb(13,83,101); }
td.TdClassName
{
border-color: #0D5365;
}
.TagClassName
{
border-color: #0D5365;
}
</style>