Shades of Blue Lagoon #0A546B
Tints of Blue Lagoon #0A546B
RGB
CMYK
RGB Variations
Color information
#0A546B (or 0x0A546B) is known color: Blue Lagoon. HEX triplet: 0A, 54 and 6B. RGB value is (10,84,107). Sum of RGB (Red+Green+Blue) = 10+84+107=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A546B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A546B is #F5AB94. Grayscale: #404040. Windows color (decimal): -16100245 or 7033866. OLE color: 7033866.
HSL color Cylindrical-coordinate representation of color #0A546B: hue angle of 194.23º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A546B is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 84 | 107 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.58 |
| HSL | 194.23º | 0.83% | 0.23% | - |
| HSV(B) | 194.23º | 0.91% | 0.42% | - |
| XYZ | 5.95 | 7.47 | 15.04 | - |
| YUV | 64.5 | 151.98 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 107 | 0.91 | 0.21 | 0 | 0.58 | 194.23 | 0.83 | 0.23 |
| Hex | A | 54 | 6B | 5B | 15 | 0 | 3A | C2 | 53 | 17 |
| Octal | 12 | 124 | 153 | 133 | 25 | 0 | 72 | 302 | 123 | 27 |
| Binary | 1010 | 1010100 | 1101011 | 1011011 | 10101 | 0 | 111010 | 11000010 | 1010011 | 10111 |
Color Harmonies of #0A546B
Complementary color
Monochromatic Colors of #0A546B
Black with #0A546B
Text Example
Text Example
White with #0A546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A546B; }
p { color: rgb(10,84,107); }
H1.HeaderClassName
{
color: #0A546B;
}
.AnyTagClassName
{
color: #0A546B;
}
</style>
background-color css
<style>
a { background-color: #0A546B; }
a { background-color: rgb(10,84,107); }
div.DivClassName
{
background-color: #0A546B;
}
.BgClassName
{
background-color: #0A546B;
}
</style>
border-color css
<style>
span { border-color: #0A546B; }
span { border-color: rgb(10,84,107); }
td.TdClassName
{
border-color: #0A546B;
}
.TagClassName
{
border-color: #0A546B;
}
</style>