Shades of Blue Lagoon #0C5563
Tints of Blue Lagoon #0C5563
RGB
CMYK
RGB Variations
Color information
#0C5563 (or 0x0C5563) is known color: Blue Lagoon. HEX triplet: 0C, 55 and 63. RGB value is (12,85,99). Sum of RGB (Red+Green+Blue) = 12+85+99=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C5563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5563 is #F3AA9C. Grayscale: #404040. Windows color (decimal): -15968925 or 6509836. OLE color: 6509836.
HSL color Cylindrical-coordinate representation of color #0C5563: hue angle of 189.66º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5563 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 85 | 99 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.61 |
| HSL | 189.66º | 0.78% | 0.22% | - |
| HSV(B) | 189.66º | 0.88% | 0.39% | - |
| XYZ | 5.65 | 7.48 | 12.95 | - |
| YUV | 64.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 85 | 99 | 0.88 | 0.14 | 0 | 0.61 | 189.66 | 0.78 | 0.22 |
| Hex | C | 55 | 63 | 58 | E | 0 | 3D | BE | 4E | 16 |
| Octal | 14 | 125 | 143 | 130 | 16 | 0 | 75 | 276 | 116 | 26 |
| Binary | 1100 | 1010101 | 1100011 | 1011000 | 1110 | 0 | 111101 | 10111110 | 1001110 | 10110 |
Color Harmonies of #0C5563
Complementary color
Monochromatic Colors of #0C5563
Black with #0C5563
Text Example
Text Example
White with #0C5563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5563; }
p { color: rgb(12,85,99); }
H1.HeaderClassName
{
color: #0C5563;
}
.AnyTagClassName
{
color: #0C5563;
}
</style>
background-color css
<style>
a { background-color: #0C5563; }
a { background-color: rgb(12,85,99); }
div.DivClassName
{
background-color: #0C5563;
}
.BgClassName
{
background-color: #0C5563;
}
</style>
border-color css
<style>
span { border-color: #0C5563; }
span { border-color: rgb(12,85,99); }
td.TdClassName
{
border-color: #0C5563;
}
.TagClassName
{
border-color: #0C5563;
}
</style>