Shades of Blue Lagoon #0A6277
Tints of Blue Lagoon #0A6277
RGB
CMYK
RGB Variations
Color information
#0A6277 (or 0x0A6277) is known color: Blue Lagoon. HEX triplet: 0A, 62 and 77. RGB value is (10,98,119). Sum of RGB (Red+Green+Blue) = 10+98+119=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A6277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6277 is #F59D88. Grayscale: #494949. Windows color (decimal): -16096649 or 7823882. OLE color: 7823882.
HSL color Cylindrical-coordinate representation of color #0A6277: hue angle of 191.56º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6277 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 98 | 119 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.53 |
| HSL | 191.56º | 0.84% | 0.25% | - |
| HSV(B) | 191.56º | 0.92% | 0.47% | - |
| XYZ | 7.82 | 10.13 | 19 | - |
| YUV | 74.08 | 153.35 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 98 | 119 | 0.92 | 0.18 | 0 | 0.53 | 191.56 | 0.84 | 0.25 |
| Hex | A | 62 | 77 | 5C | 12 | 0 | 35 | C0 | 54 | 19 |
| Octal | 12 | 142 | 167 | 134 | 22 | 0 | 65 | 300 | 124 | 31 |
| Binary | 1010 | 1100010 | 1110111 | 1011100 | 10010 | 0 | 110101 | 11000000 | 1010100 | 11001 |
Color Harmonies of #0A6277
Complementary color
Monochromatic Colors of #0A6277
Black with #0A6277
Text Example
Text Example
White with #0A6277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6277; }
p { color: rgb(10,98,119); }
H1.HeaderClassName
{
color: #0A6277;
}
.AnyTagClassName
{
color: #0A6277;
}
</style>
background-color css
<style>
a { background-color: #0A6277; }
a { background-color: rgb(10,98,119); }
div.DivClassName
{
background-color: #0A6277;
}
.BgClassName
{
background-color: #0A6277;
}
</style>
border-color css
<style>
span { border-color: #0A6277; }
span { border-color: rgb(10,98,119); }
td.TdClassName
{
border-color: #0A6277;
}
.TagClassName
{
border-color: #0A6277;
}
</style>