Shades of Blue Lagoon #0F546C
Tints of Blue Lagoon #0F546C
RGB
CMYK
RGB Variations
Color information
#0F546C (or 0x0F546C) is known color: Blue Lagoon. HEX triplet: 0F, 54 and 6C. RGB value is (15,84,108). Sum of RGB (Red+Green+Blue) = 15+84+108=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 84 (33.20% from 255 or 40.58% 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 #0F546C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F546C is #F0AB93. Grayscale: #414141. Windows color (decimal): -15772564 or 7099407. OLE color: 7099407.
HSL color Cylindrical-coordinate representation of color #0F546C: hue angle of 195.48º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F546C is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 84 | 108 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.58 |
| HSL | 195.48º | 0.76% | 0.24% | - |
| HSV(B) | 195.48º | 0.86% | 0.42% | - |
| XYZ | 6.07 | 7.52 | 15.32 | - |
| YUV | 66.11 | 151.64 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 108 | 0.86 | 0.22 | 0 | 0.58 | 195.48 | 0.76 | 0.24 |
| Hex | F | 54 | 6C | 56 | 16 | 0 | 3A | C3 | 4C | 18 |
| Octal | 17 | 124 | 154 | 126 | 26 | 0 | 72 | 303 | 114 | 30 |
| Binary | 1111 | 1010100 | 1101100 | 1010110 | 10110 | 0 | 111010 | 11000011 | 1001100 | 11000 |
Color Harmonies of #0F546C
Complementary color
Monochromatic Colors of #0F546C
Black with #0F546C
Text Example
Text Example
White with #0F546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F546C; }
p { color: rgb(15,84,108); }
H1.HeaderClassName
{
color: #0F546C;
}
.AnyTagClassName
{
color: #0F546C;
}
</style>
background-color css
<style>
a { background-color: #0F546C; }
a { background-color: rgb(15,84,108); }
div.DivClassName
{
background-color: #0F546C;
}
.BgClassName
{
background-color: #0F546C;
}
</style>
border-color css
<style>
span { border-color: #0F546C; }
span { border-color: rgb(15,84,108); }
td.TdClassName
{
border-color: #0F546C;
}
.TagClassName
{
border-color: #0F546C;
}
</style>