Shades of Blue Lagoon #0A627D
Tints of Blue Lagoon #0A627D
RGB
CMYK
RGB Variations
Color information
#0A627D (or 0x0A627D) is known color: Blue Lagoon. HEX triplet: 0A, 62 and 7D. RGB value is (10,98,125). Sum of RGB (Red+Green+Blue) = 10+98+125=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A627D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A627D is #F59D82. Grayscale: #4A4A4A. Windows color (decimal): -16096643 or 8217098. OLE color: 8217098.
HSL color Cylindrical-coordinate representation of color #0A627D: hue angle of 194.09º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A627D is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 98 | 125 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.51 |
| HSL | 194.09º | 0.85% | 0.26% | - |
| HSV(B) | 194.09º | 0.92% | 0.49% | - |
| XYZ | 8.19 | 10.28 | 20.95 | - |
| YUV | 74.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 98 | 125 | 0.92 | 0.22 | 0 | 0.51 | 194.09 | 0.85 | 0.26 |
| Hex | A | 62 | 7D | 5C | 16 | 0 | 33 | C2 | 55 | 1A |
| Octal | 12 | 142 | 175 | 134 | 26 | 0 | 63 | 302 | 125 | 32 |
| Binary | 1010 | 1100010 | 1111101 | 1011100 | 10110 | 0 | 110011 | 11000010 | 1010101 | 11010 |
Color Harmonies of #0A627D
Complementary color
Monochromatic Colors of #0A627D
Black with #0A627D
Text Example
Text Example
White with #0A627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A627D; }
p { color: rgb(10,98,125); }
H1.HeaderClassName
{
color: #0A627D;
}
.AnyTagClassName
{
color: #0A627D;
}
</style>
background-color css
<style>
a { background-color: #0A627D; }
a { background-color: rgb(10,98,125); }
div.DivClassName
{
background-color: #0A627D;
}
.BgClassName
{
background-color: #0A627D;
}
</style>
border-color css
<style>
span { border-color: #0A627D; }
span { border-color: rgb(10,98,125); }
td.TdClassName
{
border-color: #0A627D;
}
.TagClassName
{
border-color: #0A627D;
}
</style>