Shades of Blue Lagoon #0D576A
Tints of Blue Lagoon #0D576A
RGB
CMYK
RGB Variations
Color information
#0D576A (or 0x0D576A) is known color: Blue Lagoon. HEX triplet: 0D, 57 and 6A. RGB value is (13,87,106). Sum of RGB (Red+Green+Blue) = 13+87+106=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D576A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D576A is #F2A895. Grayscale: #424242. Windows color (decimal): -15902870 or 6969101. OLE color: 6969101.
HSL color Cylindrical-coordinate representation of color #0D576A: hue angle of 192.26º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D576A is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 87 | 106 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.58 |
| HSL | 192.26º | 0.78% | 0.23% | - |
| HSV(B) | 192.26º | 0.88% | 0.42% | - |
| XYZ | 6.18 | 7.94 | 14.84 | - |
| YUV | 67.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 87 | 106 | 0.88 | 0.18 | 0 | 0.58 | 192.26 | 0.78 | 0.23 |
| Hex | D | 57 | 6A | 58 | 12 | 0 | 3A | C0 | 4E | 17 |
| Octal | 15 | 127 | 152 | 130 | 22 | 0 | 72 | 300 | 116 | 27 |
| Binary | 1101 | 1010111 | 1101010 | 1011000 | 10010 | 0 | 111010 | 11000000 | 1001110 | 10111 |
Color Harmonies of #0D576A
Complementary color
Monochromatic Colors of #0D576A
Black with #0D576A
Text Example
Text Example
White with #0D576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D576A; }
p { color: rgb(13,87,106); }
H1.HeaderClassName
{
color: #0D576A;
}
.AnyTagClassName
{
color: #0D576A;
}
</style>
background-color css
<style>
a { background-color: #0D576A; }
a { background-color: rgb(13,87,106); }
div.DivClassName
{
background-color: #0D576A;
}
.BgClassName
{
background-color: #0D576A;
}
</style>
border-color css
<style>
span { border-color: #0D576A; }
span { border-color: rgb(13,87,106); }
td.TdClassName
{
border-color: #0D576A;
}
.TagClassName
{
border-color: #0D576A;
}
</style>