Shades of Blue Lagoon #0D6471
Tints of Blue Lagoon #0D6471
RGB
CMYK
RGB Variations
Color information
#0D6471 (or 0x0D6471) is known color: Blue Lagoon. HEX triplet: 0D, 64 and 71. RGB value is (13,100,113). Sum of RGB (Red+Green+Blue) = 13+100+113=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D6471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6471 is #F29B8E. Grayscale: #4B4B4B. Windows color (decimal): -15899535 or 7431181. OLE color: 7431181.
HSL color Cylindrical-coordinate representation of color #0D6471: hue angle of 187.8º 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 #0D6471 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 100 | 113 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.56 |
| HSL | 187.8º | 0.79% | 0.25% | - |
| HSV(B) | 187.8º | 0.88% | 0.44% | - |
| XYZ | 7.7 | 10.39 | 17.22 | - |
| YUV | 75.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 100 | 113 | 0.88 | 0.12 | 0 | 0.56 | 187.8 | 0.79 | 0.25 |
| Hex | D | 64 | 71 | 58 | C | 0 | 38 | BC | 4F | 19 |
| Octal | 15 | 144 | 161 | 130 | 14 | 0 | 70 | 274 | 117 | 31 |
| Binary | 1101 | 1100100 | 1110001 | 1011000 | 1100 | 0 | 111000 | 10111100 | 1001111 | 11001 |
Color Harmonies of #0D6471
Complementary color
Monochromatic Colors of #0D6471
Black with #0D6471
Text Example
Text Example
White with #0D6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6471; }
p { color: rgb(13,100,113); }
H1.HeaderClassName
{
color: #0D6471;
}
.AnyTagClassName
{
color: #0D6471;
}
</style>
background-color css
<style>
a { background-color: #0D6471; }
a { background-color: rgb(13,100,113); }
div.DivClassName
{
background-color: #0D6471;
}
.BgClassName
{
background-color: #0D6471;
}
</style>
border-color css
<style>
span { border-color: #0D6471; }
span { border-color: rgb(13,100,113); }
td.TdClassName
{
border-color: #0D6471;
}
.TagClassName
{
border-color: #0D6471;
}
</style>