Shades of Blue Lagoon #0A5873
Tints of Blue Lagoon #0A5873
RGB
CMYK
RGB Variations
Color information
#0A5873 (or 0x0A5873) is known color: Blue Lagoon. HEX triplet: 0A, 58 and 73. RGB value is (10,88,115). Sum of RGB (Red+Green+Blue) = 10+88+115=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A5873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5873 is #F5A78C. Grayscale: #434343. Windows color (decimal): -16099213 or 7559178. OLE color: 7559178.
HSL color Cylindrical-coordinate representation of color #0A5873: hue angle of 195.43º 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 #0A5873 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 88 | 115 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.55 |
| HSL | 195.43º | 0.84% | 0.25% | - |
| HSV(B) | 195.43º | 0.91% | 0.45% | - |
| XYZ | 6.71 | 8.28 | 17.46 | - |
| YUV | 67.76 | 154.66 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 115 | 0.91 | 0.23 | 0 | 0.55 | 195.43 | 0.84 | 0.25 |
| Hex | A | 58 | 73 | 5B | 17 | 0 | 37 | C3 | 54 | 19 |
| Octal | 12 | 130 | 163 | 133 | 27 | 0 | 67 | 303 | 124 | 31 |
| Binary | 1010 | 1011000 | 1110011 | 1011011 | 10111 | 0 | 110111 | 11000011 | 1010100 | 11001 |
Color Harmonies of #0A5873
Complementary color
Monochromatic Colors of #0A5873
Black with #0A5873
Text Example
Text Example
White with #0A5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5873; }
p { color: rgb(10,88,115); }
H1.HeaderClassName
{
color: #0A5873;
}
.AnyTagClassName
{
color: #0A5873;
}
</style>
background-color css
<style>
a { background-color: #0A5873; }
a { background-color: rgb(10,88,115); }
div.DivClassName
{
background-color: #0A5873;
}
.BgClassName
{
background-color: #0A5873;
}
</style>
border-color css
<style>
span { border-color: #0A5873; }
span { border-color: rgb(10,88,115); }
td.TdClassName
{
border-color: #0A5873;
}
.TagClassName
{
border-color: #0A5873;
}
</style>