Shades of Blue Lagoon #0C5361
Tints of Blue Lagoon #0C5361
RGB
CMYK
RGB Variations
Color information
#0C5361 (or 0x0C5361) is known color: Blue Lagoon. HEX triplet: 0C, 53 and 61. RGB value is (12,83,97). Sum of RGB (Red+Green+Blue) = 12+83+97=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C5361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5361 is #F3AC9E. Grayscale: #3F3F3F. Windows color (decimal): -15969439 or 6378252. OLE color: 6378252.
HSL color Cylindrical-coordinate representation of color #0C5361: hue angle of 189.88º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5361 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 83 | 97 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.62 |
| HSL | 189.88º | 0.78% | 0.21% | - |
| HSV(B) | 189.88º | 0.88% | 0.38% | - |
| XYZ | 5.4 | 7.13 | 12.4 | - |
| YUV | 63.37 | 146.98 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 83 | 97 | 0.88 | 0.14 | 0 | 0.62 | 189.88 | 0.78 | 0.21 |
| Hex | C | 53 | 61 | 58 | E | 0 | 3E | BE | 4E | 15 |
| Octal | 14 | 123 | 141 | 130 | 16 | 0 | 76 | 276 | 116 | 25 |
| Binary | 1100 | 1010011 | 1100001 | 1011000 | 1110 | 0 | 111110 | 10111110 | 1001110 | 10101 |
Color Harmonies of #0C5361
Complementary color
Monochromatic Colors of #0C5361
Black with #0C5361
Text Example
Text Example
White with #0C5361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5361; }
p { color: rgb(12,83,97); }
H1.HeaderClassName
{
color: #0C5361;
}
.AnyTagClassName
{
color: #0C5361;
}
</style>
background-color css
<style>
a { background-color: #0C5361; }
a { background-color: rgb(12,83,97); }
div.DivClassName
{
background-color: #0C5361;
}
.BgClassName
{
background-color: #0C5361;
}
</style>
border-color css
<style>
span { border-color: #0C5361; }
span { border-color: rgb(12,83,97); }
td.TdClassName
{
border-color: #0C5361;
}
.TagClassName
{
border-color: #0C5361;
}
</style>