Shades of Blue Lagoon #0A5D64
Tints of Blue Lagoon #0A5D64
RGB
CMYK
RGB Variations
Color information
#0A5D64 (or 0x0A5D64) is known color: Blue Lagoon. HEX triplet: 0A, 5D and 64. RGB value is (10,93,100). Sum of RGB (Red+Green+Blue) = 10+93+100=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A5D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5D64 is #F5A29B. Grayscale: #444444. Windows color (decimal): -16097948 or 6577418. OLE color: 6577418.
HSL color Cylindrical-coordinate representation of color #0A5D64: hue angle of 184.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5D64 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 93 | 100 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.61 |
| HSL | 184.67º | 0.82% | 0.22% | - |
| HSV(B) | 184.67º | 0.9% | 0.39% | - |
| XYZ | 6.34 | 8.81 | 13.42 | - |
| YUV | 68.98 | 145.5 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 93 | 100 | 0.90 | 0.07 | 0 | 0.61 | 184.67 | 0.82 | 0.22 |
| Hex | A | 5D | 64 | 5A | 7 | 0 | 3D | B9 | 52 | 16 |
| Octal | 12 | 135 | 144 | 132 | 7 | 0 | 75 | 271 | 122 | 26 |
| Binary | 1010 | 1011101 | 1100100 | 1011010 | 111 | 0 | 111101 | 10111001 | 1010010 | 10110 |
Color Harmonies of #0A5D64
Complementary color
Monochromatic Colors of #0A5D64
Black with #0A5D64
Text Example
Text Example
White with #0A5D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5D64; }
p { color: rgb(10,93,100); }
H1.HeaderClassName
{
color: #0A5D64;
}
.AnyTagClassName
{
color: #0A5D64;
}
</style>
background-color css
<style>
a { background-color: #0A5D64; }
a { background-color: rgb(10,93,100); }
div.DivClassName
{
background-color: #0A5D64;
}
.BgClassName
{
background-color: #0A5D64;
}
</style>
border-color css
<style>
span { border-color: #0A5D64; }
span { border-color: rgb(10,93,100); }
td.TdClassName
{
border-color: #0A5D64;
}
.TagClassName
{
border-color: #0A5D64;
}
</style>