Shades of Blue Lagoon #0A627B
Tints of Blue Lagoon #0A627B
RGB
CMYK
RGB Variations
Color information
#0A627B (or 0x0A627B) is known color: Blue Lagoon. HEX triplet: 0A, 62 and 7B. RGB value is (10,98,123). Sum of RGB (Red+Green+Blue) = 10+98+123=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A627B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A627B is #F59D84. Grayscale: #4A4A4A. Windows color (decimal): -16096645 or 8086026. OLE color: 8086026.
HSL color Cylindrical-coordinate representation of color #0A627B: hue angle of 193.27º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A627B is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 98 | 123 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.52 |
| HSL | 193.27º | 0.85% | 0.26% | - |
| HSV(B) | 193.27º | 0.92% | 0.48% | - |
| XYZ | 8.07 | 10.23 | 20.29 | - |
| YUV | 74.54 | 155.35 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 98 | 123 | 0.92 | 0.20 | 0 | 0.52 | 193.27 | 0.85 | 0.26 |
| Hex | A | 62 | 7B | 5C | 14 | 0 | 34 | C1 | 55 | 1A |
| Octal | 12 | 142 | 173 | 134 | 24 | 0 | 64 | 301 | 125 | 32 |
| Binary | 1010 | 1100010 | 1111011 | 1011100 | 10100 | 0 | 110100 | 11000001 | 1010101 | 11010 |
Color Harmonies of #0A627B
Complementary color
Monochromatic Colors of #0A627B
Black with #0A627B
Text Example
Text Example
White with #0A627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A627B; }
p { color: rgb(10,98,123); }
H1.HeaderClassName
{
color: #0A627B;
}
.AnyTagClassName
{
color: #0A627B;
}
</style>
background-color css
<style>
a { background-color: #0A627B; }
a { background-color: rgb(10,98,123); }
div.DivClassName
{
background-color: #0A627B;
}
.BgClassName
{
background-color: #0A627B;
}
</style>
border-color css
<style>
span { border-color: #0A627B; }
span { border-color: rgb(10,98,123); }
td.TdClassName
{
border-color: #0A627B;
}
.TagClassName
{
border-color: #0A627B;
}
</style>