Shades of Blue Lagoon #0A6479
Tints of Blue Lagoon #0A6479
RGB
CMYK
RGB Variations
Color information
#0A6479 (or 0x0A6479) is known color: Blue Lagoon. HEX triplet: 0A, 64 and 79. RGB value is (10,100,121). Sum of RGB (Red+Green+Blue) = 10+100+121=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A6479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6479 is #F59B86. Grayscale: #4B4B4B. Windows color (decimal): -16096135 or 7955466. OLE color: 7955466.
HSL color Cylindrical-coordinate representation of color #0A6479: hue angle of 191.35º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6479 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 100 | 121 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.53 |
| HSL | 191.35º | 0.85% | 0.26% | - |
| HSV(B) | 191.35º | 0.92% | 0.47% | - |
| XYZ | 8.13 | 10.56 | 19.7 | - |
| YUV | 75.48 | 153.68 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 121 | 0.92 | 0.17 | 0 | 0.53 | 191.35 | 0.85 | 0.26 |
| Hex | A | 64 | 79 | 5C | 11 | 0 | 35 | BF | 55 | 1A |
| Octal | 12 | 144 | 171 | 134 | 21 | 0 | 65 | 277 | 125 | 32 |
| Binary | 1010 | 1100100 | 1111001 | 1011100 | 10001 | 0 | 110101 | 10111111 | 1010101 | 11010 |
Color Harmonies of #0A6479
Complementary color
Monochromatic Colors of #0A6479
Black with #0A6479
Text Example
Text Example
White with #0A6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6479; }
p { color: rgb(10,100,121); }
H1.HeaderClassName
{
color: #0A6479;
}
.AnyTagClassName
{
color: #0A6479;
}
</style>
background-color css
<style>
a { background-color: #0A6479; }
a { background-color: rgb(10,100,121); }
div.DivClassName
{
background-color: #0A6479;
}
.BgClassName
{
background-color: #0A6479;
}
</style>
border-color css
<style>
span { border-color: #0A6479; }
span { border-color: rgb(10,100,121); }
td.TdClassName
{
border-color: #0A6479;
}
.TagClassName
{
border-color: #0A6479;
}
</style>