Shades of Blue Lagoon #0D526E
Tints of Blue Lagoon #0D526E
RGB
CMYK
RGB Variations
Color information
#0D526E (or 0x0D526E) is known color: Blue Lagoon. HEX triplet: 0D, 52 and 6E. RGB value is (13,82,110). Sum of RGB (Red+Green+Blue) = 13+82+110=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D526E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D526E is #F2AD91. Grayscale: #404040. Windows color (decimal): -15904146 or 7229965. OLE color: 7229965.
HSL color Cylindrical-coordinate representation of color #0D526E: hue angle of 197.32º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D526E is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 82 | 110 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.57 |
| HSL | 197.32º | 0.79% | 0.24% | - |
| HSV(B) | 197.32º | 0.88% | 0.43% | - |
| XYZ | 6 | 7.25 | 15.83 | - |
| YUV | 64.56 | 153.64 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 110 | 0.88 | 0.25 | 0 | 0.57 | 197.32 | 0.79 | 0.24 |
| Hex | D | 52 | 6E | 58 | 19 | 0 | 39 | C5 | 4F | 18 |
| Octal | 15 | 122 | 156 | 130 | 31 | 0 | 71 | 305 | 117 | 30 |
| Binary | 1101 | 1010010 | 1101110 | 1011000 | 11001 | 0 | 111001 | 11000101 | 1001111 | 11000 |
Color Harmonies of #0D526E
Complementary color
Monochromatic Colors of #0D526E
Black with #0D526E
Text Example
Text Example
White with #0D526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D526E; }
p { color: rgb(13,82,110); }
H1.HeaderClassName
{
color: #0D526E;
}
.AnyTagClassName
{
color: #0D526E;
}
</style>
background-color css
<style>
a { background-color: #0D526E; }
a { background-color: rgb(13,82,110); }
div.DivClassName
{
background-color: #0D526E;
}
.BgClassName
{
background-color: #0D526E;
}
</style>
border-color css
<style>
span { border-color: #0D526E; }
span { border-color: rgb(13,82,110); }
td.TdClassName
{
border-color: #0D526E;
}
.TagClassName
{
border-color: #0D526E;
}
</style>