Shades of Blue Lagoon #0D656B
Tints of Blue Lagoon #0D656B
RGB
CMYK
RGB Variations
Color information
#0D656B (or 0x0D656B) is known color: Blue Lagoon. HEX triplet: 0D, 65 and 6B. RGB value is (13,101,107). Sum of RGB (Red+Green+Blue) = 13+101+107=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D656B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D656B is #F29A94. Grayscale: #4B4B4B. Windows color (decimal): -15899285 or 7038221. OLE color: 7038221.
HSL color Cylindrical-coordinate representation of color #0D656B: hue angle of 183.83º degrees, saturation: 0.78, 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 #0D656B is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 101 | 107 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.58 |
| HSL | 183.83º | 0.78% | 0.24% | - |
| HSV(B) | 183.83º | 0.88% | 0.42% | - |
| XYZ | 7.47 | 10.45 | 15.53 | - |
| YUV | 75.37 | 145.85 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 107 | 0.88 | 0.06 | 0 | 0.58 | 183.83 | 0.78 | 0.24 |
| Hex | D | 65 | 6B | 58 | 6 | 0 | 3A | B8 | 4E | 18 |
| Octal | 15 | 145 | 153 | 130 | 6 | 0 | 72 | 270 | 116 | 30 |
| Binary | 1101 | 1100101 | 1101011 | 1011000 | 110 | 0 | 111010 | 10111000 | 1001110 | 11000 |
Color Harmonies of #0D656B
Complementary color
Monochromatic Colors of #0D656B
Black with #0D656B
Text Example
Text Example
White with #0D656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D656B; }
p { color: rgb(13,101,107); }
H1.HeaderClassName
{
color: #0D656B;
}
.AnyTagClassName
{
color: #0D656B;
}
</style>
background-color css
<style>
a { background-color: #0D656B; }
a { background-color: rgb(13,101,107); }
div.DivClassName
{
background-color: #0D656B;
}
.BgClassName
{
background-color: #0D656B;
}
</style>
border-color css
<style>
span { border-color: #0D656B; }
span { border-color: rgb(13,101,107); }
td.TdClassName
{
border-color: #0D656B;
}
.TagClassName
{
border-color: #0D656B;
}
</style>