Shades of Blue Lagoon #0A5874
Tints of Blue Lagoon #0A5874
RGB
CMYK
RGB Variations
Color information
#0A5874 (or 0x0A5874) is known color: Blue Lagoon. HEX triplet: 0A, 58 and 74. RGB value is (10,88,116). Sum of RGB (Red+Green+Blue) = 10+88+116=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A5874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5874 is #F5A78B. Grayscale: #434343. Windows color (decimal): -16099212 or 7624714. OLE color: 7624714.
HSL color Cylindrical-coordinate representation of color #0A5874: hue angle of 195.85º 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 #0A5874 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 88 | 116 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.55 |
| HSL | 195.85º | 0.84% | 0.25% | - |
| HSV(B) | 195.85º | 0.91% | 0.45% | - |
| XYZ | 6.77 | 8.3 | 17.77 | - |
| YUV | 67.87 | 155.16 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 116 | 0.91 | 0.24 | 0 | 0.55 | 195.85 | 0.84 | 0.25 |
| Hex | A | 58 | 74 | 5B | 18 | 0 | 37 | C4 | 54 | 19 |
| Octal | 12 | 130 | 164 | 133 | 30 | 0 | 67 | 304 | 124 | 31 |
| Binary | 1010 | 1011000 | 1110100 | 1011011 | 11000 | 0 | 110111 | 11000100 | 1010100 | 11001 |
Color Harmonies of #0A5874
Complementary color
Monochromatic Colors of #0A5874
Black with #0A5874
Text Example
Text Example
White with #0A5874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5874; }
p { color: rgb(10,88,116); }
H1.HeaderClassName
{
color: #0A5874;
}
.AnyTagClassName
{
color: #0A5874;
}
</style>
background-color css
<style>
a { background-color: #0A5874; }
a { background-color: rgb(10,88,116); }
div.DivClassName
{
background-color: #0A5874;
}
.BgClassName
{
background-color: #0A5874;
}
</style>
border-color css
<style>
span { border-color: #0A5874; }
span { border-color: rgb(10,88,116); }
td.TdClassName
{
border-color: #0A5874;
}
.TagClassName
{
border-color: #0A5874;
}
</style>