Shades of Blue Lagoon #0A4E65
Tints of Blue Lagoon #0A4E65
RGB
CMYK
RGB Variations
Color information
#0A4E65 (or 0x0A4E65) is known color: Blue Lagoon. HEX triplet: 0A, 4E and 65. RGB value is (10,78,101). Sum of RGB (Red+Green+Blue) = 10+78+101=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A4E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4E65 is #F5B19A. Grayscale: #3C3C3C. Windows color (decimal): -16101787 or 6639114. OLE color: 6639114.
HSL color Cylindrical-coordinate representation of color #0A4E65: hue angle of 195.16º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4E65 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 78 | 101 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.60 |
| HSL | 195.16º | 0.82% | 0.22% | - |
| HSV(B) | 195.16º | 0.9% | 0.4% | - |
| XYZ | 5.2 | 6.45 | 13.28 | - |
| YUV | 60.29 | 150.97 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 78 | 101 | 0.90 | 0.23 | 0 | 0.60 | 195.16 | 0.82 | 0.22 |
| Hex | A | 4E | 65 | 5A | 17 | 0 | 3C | C3 | 52 | 16 |
| Octal | 12 | 116 | 145 | 132 | 27 | 0 | 74 | 303 | 122 | 26 |
| Binary | 1010 | 1001110 | 1100101 | 1011010 | 10111 | 0 | 111100 | 11000011 | 1010010 | 10110 |
Color Harmonies of #0A4E65
Complementary color
Monochromatic Colors of #0A4E65
Black with #0A4E65
Text Example
Text Example
White with #0A4E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4E65; }
p { color: rgb(10,78,101); }
H1.HeaderClassName
{
color: #0A4E65;
}
.AnyTagClassName
{
color: #0A4E65;
}
</style>
background-color css
<style>
a { background-color: #0A4E65; }
a { background-color: rgb(10,78,101); }
div.DivClassName
{
background-color: #0A4E65;
}
.BgClassName
{
background-color: #0A4E65;
}
</style>
border-color css
<style>
span { border-color: #0A4E65; }
span { border-color: rgb(10,78,101); }
td.TdClassName
{
border-color: #0A4E65;
}
.TagClassName
{
border-color: #0A4E65;
}
</style>