Shades of Blue Lagoon #0A6476
Tints of Blue Lagoon #0A6476
RGB
CMYK
RGB Variations
Color information
#0A6476 (or 0x0A6476) is known color: Blue Lagoon. HEX triplet: 0A, 64 and 76. RGB value is (10,100,118). Sum of RGB (Red+Green+Blue) = 10+100+118=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A6476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6476 is #F59B89. Grayscale: #4A4A4A. Windows color (decimal): -16096138 or 7758858. OLE color: 7758858.
HSL color Cylindrical-coordinate representation of color #0A6476: hue angle of 190º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6476 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 100 | 118 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.54 |
| HSL | 190º | 0.84% | 0.25% | - |
| HSV(B) | 190º | 0.92% | 0.46% | - |
| XYZ | 7.95 | 10.49 | 18.74 | - |
| YUV | 75.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 118 | 0.92 | 0.15 | 0 | 0.54 | 190 | 0.84 | 0.25 |
| Hex | A | 64 | 76 | 5C | F | 0 | 36 | BE | 54 | 19 |
| Octal | 12 | 144 | 166 | 134 | 17 | 0 | 66 | 276 | 124 | 31 |
| Binary | 1010 | 1100100 | 1110110 | 1011100 | 1111 | 0 | 110110 | 10111110 | 1010100 | 11001 |
Color Harmonies of #0A6476
Complementary color
Monochromatic Colors of #0A6476
Black with #0A6476
Text Example
Text Example
White with #0A6476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6476; }
p { color: rgb(10,100,118); }
H1.HeaderClassName
{
color: #0A6476;
}
.AnyTagClassName
{
color: #0A6476;
}
</style>
background-color css
<style>
a { background-color: #0A6476; }
a { background-color: rgb(10,100,118); }
div.DivClassName
{
background-color: #0A6476;
}
.BgClassName
{
background-color: #0A6476;
}
</style>
border-color css
<style>
span { border-color: #0A6476; }
span { border-color: rgb(10,100,118); }
td.TdClassName
{
border-color: #0A6476;
}
.TagClassName
{
border-color: #0A6476;
}
</style>