Shades of Blue Lagoon #0D5A78
Tints of Blue Lagoon #0D5A78
RGB
CMYK
RGB Variations
Color information
#0D5A78 (or 0x0D5A78) is known color: Blue Lagoon. HEX triplet: 0D, 5A and 78. RGB value is (13,90,120). Sum of RGB (Red+Green+Blue) = 13+90+120=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D5A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5A78 is #F2A587. Grayscale: #464646. Windows color (decimal): -15902088 or 7887373. OLE color: 7887373.
HSL color Cylindrical-coordinate representation of color #0D5A78: hue angle of 196.82º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D5A78 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 90 | 120 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.53 |
| HSL | 196.82º | 0.8% | 0.26% | - |
| HSV(B) | 196.82º | 0.89% | 0.47% | - |
| XYZ | 7.21 | 8.75 | 19.08 | - |
| YUV | 70.4 | 155.99 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 120 | 0.89 | 0.25 | 0 | 0.53 | 196.82 | 0.8 | 0.26 |
| Hex | D | 5A | 78 | 59 | 19 | 0 | 35 | C5 | 50 | 1A |
| Octal | 15 | 132 | 170 | 131 | 31 | 0 | 65 | 305 | 120 | 32 |
| Binary | 1101 | 1011010 | 1111000 | 1011001 | 11001 | 0 | 110101 | 11000101 | 1010000 | 11010 |
Color Harmonies of #0D5A78
Complementary color
Monochromatic Colors of #0D5A78
Black with #0D5A78
Text Example
Text Example
White with #0D5A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5A78; }
p { color: rgb(13,90,120); }
H1.HeaderClassName
{
color: #0D5A78;
}
.AnyTagClassName
{
color: #0D5A78;
}
</style>
background-color css
<style>
a { background-color: #0D5A78; }
a { background-color: rgb(13,90,120); }
div.DivClassName
{
background-color: #0D5A78;
}
.BgClassName
{
background-color: #0D5A78;
}
</style>
border-color css
<style>
span { border-color: #0D5A78; }
span { border-color: rgb(13,90,120); }
td.TdClassName
{
border-color: #0D5A78;
}
.TagClassName
{
border-color: #0D5A78;
}
</style>