Shades of Blue Lagoon #0A596C
Tints of Blue Lagoon #0A596C
RGB
CMYK
RGB Variations
Color information
#0A596C (or 0x0A596C) is known color: Blue Lagoon. HEX triplet: 0A, 59 and 6C. RGB value is (10,89,108). Sum of RGB (Red+Green+Blue) = 10+89+108=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A596C is #F5A693. Grayscale: #434343. Windows color (decimal): -16098964 or 7100682. OLE color: 7100682.
HSL color Cylindrical-coordinate representation of color #0A596C: hue angle of 191.63º 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 #0A596C is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 89 | 108 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.58 |
| HSL | 191.63º | 0.83% | 0.23% | - |
| HSV(B) | 191.63º | 0.91% | 0.42% | - |
| XYZ | 6.4 | 8.29 | 15.45 | - |
| YUV | 67.55 | 150.83 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 108 | 0.91 | 0.18 | 0 | 0.58 | 191.63 | 0.83 | 0.23 |
| Hex | A | 59 | 6C | 5B | 12 | 0 | 3A | C0 | 53 | 17 |
| Octal | 12 | 131 | 154 | 133 | 22 | 0 | 72 | 300 | 123 | 27 |
| Binary | 1010 | 1011001 | 1101100 | 1011011 | 10010 | 0 | 111010 | 11000000 | 1010011 | 10111 |
Color Harmonies of #0A596C
Complementary color
Monochromatic Colors of #0A596C
Black with #0A596C
Text Example
Text Example
White with #0A596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A596C; }
p { color: rgb(10,89,108); }
H1.HeaderClassName
{
color: #0A596C;
}
.AnyTagClassName
{
color: #0A596C;
}
</style>
background-color css
<style>
a { background-color: #0A596C; }
a { background-color: rgb(10,89,108); }
div.DivClassName
{
background-color: #0A596C;
}
.BgClassName
{
background-color: #0A596C;
}
</style>
border-color css
<style>
span { border-color: #0A596C; }
span { border-color: rgb(10,89,108); }
td.TdClassName
{
border-color: #0A596C;
}
.TagClassName
{
border-color: #0A596C;
}
</style>