Shades of Blue Lagoon #0A6574
Tints of Blue Lagoon #0A6574
RGB
CMYK
RGB Variations
Color information
#0A6574 (or 0x0A6574) is known color: Blue Lagoon. HEX triplet: 0A, 65 and 74. RGB value is (10,101,116). Sum of RGB (Red+Green+Blue) = 10+101+116=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A6574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6574 is #F59A8B. Grayscale: #4B4B4B. Windows color (decimal): -16095884 or 7628042. OLE color: 7628042.
HSL color Cylindrical-coordinate representation of color #0A6574: hue angle of 188.49º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6574 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 101 | 116 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.55 |
| HSL | 188.49º | 0.84% | 0.25% | - |
| HSV(B) | 188.49º | 0.91% | 0.45% | - |
| XYZ | 7.93 | 10.63 | 18.16 | - |
| YUV | 75.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 116 | 0.91 | 0.13 | 0 | 0.55 | 188.49 | 0.84 | 0.25 |
| Hex | A | 65 | 74 | 5B | D | 0 | 37 | BC | 54 | 19 |
| Octal | 12 | 145 | 164 | 133 | 15 | 0 | 67 | 274 | 124 | 31 |
| Binary | 1010 | 1100101 | 1110100 | 1011011 | 1101 | 0 | 110111 | 10111100 | 1010100 | 11001 |
Color Harmonies of #0A6574
Complementary color
Monochromatic Colors of #0A6574
Black with #0A6574
Text Example
Text Example
White with #0A6574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6574; }
p { color: rgb(10,101,116); }
H1.HeaderClassName
{
color: #0A6574;
}
.AnyTagClassName
{
color: #0A6574;
}
</style>
background-color css
<style>
a { background-color: #0A6574; }
a { background-color: rgb(10,101,116); }
div.DivClassName
{
background-color: #0A6574;
}
.BgClassName
{
background-color: #0A6574;
}
</style>
border-color css
<style>
span { border-color: #0A6574; }
span { border-color: rgb(10,101,116); }
td.TdClassName
{
border-color: #0A6574;
}
.TagClassName
{
border-color: #0A6574;
}
</style>