Shades of Blue Lagoon #0A6272
Tints of Blue Lagoon #0A6272
RGB
CMYK
RGB Variations
Color information
#0A6272 (or 0x0A6272) is known color: Blue Lagoon. HEX triplet: 0A, 62 and 72. RGB value is (10,98,114). Sum of RGB (Red+Green+Blue) = 10+98+114=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A6272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6272 is #F59D8D. Grayscale: #494949. Windows color (decimal): -16096654 or 7496202. OLE color: 7496202.
HSL color Cylindrical-coordinate representation of color #0A6272: hue angle of 189.23º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6272 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 98 | 114 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.55 |
| HSL | 189.23º | 0.84% | 0.24% | - |
| HSV(B) | 189.23º | 0.91% | 0.45% | - |
| XYZ | 7.53 | 10.01 | 17.46 | - |
| YUV | 73.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 98 | 114 | 0.91 | 0.14 | 0 | 0.55 | 189.23 | 0.84 | 0.24 |
| Hex | A | 62 | 72 | 5B | E | 0 | 37 | BD | 54 | 18 |
| Octal | 12 | 142 | 162 | 133 | 16 | 0 | 67 | 275 | 124 | 30 |
| Binary | 1010 | 1100010 | 1110010 | 1011011 | 1110 | 0 | 110111 | 10111101 | 1010100 | 11000 |
Color Harmonies of #0A6272
Complementary color
Monochromatic Colors of #0A6272
Black with #0A6272
Text Example
Text Example
White with #0A6272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6272; }
p { color: rgb(10,98,114); }
H1.HeaderClassName
{
color: #0A6272;
}
.AnyTagClassName
{
color: #0A6272;
}
</style>
background-color css
<style>
a { background-color: #0A6272; }
a { background-color: rgb(10,98,114); }
div.DivClassName
{
background-color: #0A6272;
}
.BgClassName
{
background-color: #0A6272;
}
</style>
border-color css
<style>
span { border-color: #0A6272; }
span { border-color: rgb(10,98,114); }
td.TdClassName
{
border-color: #0A6272;
}
.TagClassName
{
border-color: #0A6272;
}
</style>