Shades of Blue Lagoon #0A5773
Tints of Blue Lagoon #0A5773
RGB
CMYK
RGB Variations
Color information
#0A5773 (or 0x0A5773) is known color: Blue Lagoon. HEX triplet: 0A, 57 and 73. RGB value is (10,87,115). Sum of RGB (Red+Green+Blue) = 10+87+115=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A5773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5773 is #F5A88C. Grayscale: #424242. Windows color (decimal): -16099469 or 7558922. OLE color: 7558922.
HSL color Cylindrical-coordinate representation of color #0A5773: hue angle of 196º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A5773 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 87 | 115 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.55 |
| HSL | 196º | 0.84% | 0.25% | - |
| HSV(B) | 196º | 0.91% | 0.45% | - |
| XYZ | 6.63 | 8.12 | 17.44 | - |
| YUV | 67.17 | 154.99 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 87 | 115 | 0.91 | 0.24 | 0 | 0.55 | 196 | 0.84 | 0.25 |
| Hex | A | 57 | 73 | 5B | 18 | 0 | 37 | C4 | 54 | 19 |
| Octal | 12 | 127 | 163 | 133 | 30 | 0 | 67 | 304 | 124 | 31 |
| Binary | 1010 | 1010111 | 1110011 | 1011011 | 11000 | 0 | 110111 | 11000100 | 1010100 | 11001 |
Color Harmonies of #0A5773
Complementary color
Monochromatic Colors of #0A5773
Black with #0A5773
Text Example
Text Example
White with #0A5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5773; }
p { color: rgb(10,87,115); }
H1.HeaderClassName
{
color: #0A5773;
}
.AnyTagClassName
{
color: #0A5773;
}
</style>
background-color css
<style>
a { background-color: #0A5773; }
a { background-color: rgb(10,87,115); }
div.DivClassName
{
background-color: #0A5773;
}
.BgClassName
{
background-color: #0A5773;
}
</style>
border-color css
<style>
span { border-color: #0A5773; }
span { border-color: rgb(10,87,115); }
td.TdClassName
{
border-color: #0A5773;
}
.TagClassName
{
border-color: #0A5773;
}
</style>