Shades of Blue Lagoon #0A5067
Tints of Blue Lagoon #0A5067
RGB
CMYK
RGB Variations
Color information
#0A5067 (or 0x0A5067) is known color: Blue Lagoon. HEX triplet: 0A, 50 and 67. RGB value is (10,80,103). Sum of RGB (Red+Green+Blue) = 10+80+103=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #0A5067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5067 is #F5AF98. Grayscale: #3D3D3D. Windows color (decimal): -16101273 or 6770698. OLE color: 6770698.
HSL color Cylindrical-coordinate representation of color #0A5067: hue angle of 194.84º 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 #0A5067 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 80 | 103 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.60 |
| HSL | 194.84º | 0.82% | 0.22% | - |
| HSV(B) | 194.84º | 0.9% | 0.4% | - |
| XYZ | 5.44 | 6.78 | 13.85 | - |
| YUV | 61.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 103 | 0.90 | 0.22 | 0 | 0.60 | 194.84 | 0.82 | 0.22 |
| Hex | A | 50 | 67 | 5A | 16 | 0 | 3C | C3 | 52 | 16 |
| Octal | 12 | 120 | 147 | 132 | 26 | 0 | 74 | 303 | 122 | 26 |
| Binary | 1010 | 1010000 | 1100111 | 1011010 | 10110 | 0 | 111100 | 11000011 | 1010010 | 10110 |
Color Harmonies of #0A5067
Complementary color
Monochromatic Colors of #0A5067
Black with #0A5067
Text Example
Text Example
White with #0A5067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5067; }
p { color: rgb(10,80,103); }
H1.HeaderClassName
{
color: #0A5067;
}
.AnyTagClassName
{
color: #0A5067;
}
</style>
background-color css
<style>
a { background-color: #0A5067; }
a { background-color: rgb(10,80,103); }
div.DivClassName
{
background-color: #0A5067;
}
.BgClassName
{
background-color: #0A5067;
}
</style>
border-color css
<style>
span { border-color: #0A5067; }
span { border-color: rgb(10,80,103); }
td.TdClassName
{
border-color: #0A5067;
}
.TagClassName
{
border-color: #0A5067;
}
</style>