Shades of Blue Lagoon #0A4D67
Tints of Blue Lagoon #0A4D67
RGB
CMYK
RGB Variations
Color information
#0A4D67 (or 0x0A4D67) is known color: Blue Lagoon. HEX triplet: 0A, 4D and 67. RGB value is (10,77,103). Sum of RGB (Red+Green+Blue) = 10+77+103=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #0A4D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4D67 is #F5B298. Grayscale: #3B3B3B. Windows color (decimal): -16102041 or 6769930. OLE color: 6769930.
HSL color Cylindrical-coordinate representation of color #0A4D67: hue angle of 196.77º 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 #0A4D67 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 77 | 103 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.60 |
| HSL | 196.77º | 0.82% | 0.22% | - |
| HSV(B) | 196.77º | 0.9% | 0.4% | - |
| XYZ | 5.23 | 6.35 | 13.78 | - |
| YUV | 59.93 | 152.3 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 77 | 103 | 0.90 | 0.25 | 0 | 0.60 | 196.77 | 0.82 | 0.22 |
| Hex | A | 4D | 67 | 5A | 19 | 0 | 3C | C5 | 52 | 16 |
| Octal | 12 | 115 | 147 | 132 | 31 | 0 | 74 | 305 | 122 | 26 |
| Binary | 1010 | 1001101 | 1100111 | 1011010 | 11001 | 0 | 111100 | 11000101 | 1010010 | 10110 |
Color Harmonies of #0A4D67
Complementary color
Monochromatic Colors of #0A4D67
Black with #0A4D67
Text Example
Text Example
White with #0A4D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4D67; }
p { color: rgb(10,77,103); }
H1.HeaderClassName
{
color: #0A4D67;
}
.AnyTagClassName
{
color: #0A4D67;
}
</style>
background-color css
<style>
a { background-color: #0A4D67; }
a { background-color: rgb(10,77,103); }
div.DivClassName
{
background-color: #0A4D67;
}
.BgClassName
{
background-color: #0A4D67;
}
</style>
border-color css
<style>
span { border-color: #0A4D67; }
span { border-color: rgb(10,77,103); }
td.TdClassName
{
border-color: #0A4D67;
}
.TagClassName
{
border-color: #0A4D67;
}
</style>