Shades of Blue Lagoon #0F6377
Tints of Blue Lagoon #0F6377
RGB
CMYK
RGB Variations
Color information
#0F6377 (or 0x0F6377) is known color: Blue Lagoon. HEX triplet: 0F, 63 and 77. RGB value is (15,99,119). Sum of RGB (Red+Green+Blue) = 15+99+119=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F6377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6377 is #F09C88. Grayscale: #4C4C4C. Windows color (decimal): -15768713 or 7824143. OLE color: 7824143.
HSL color Cylindrical-coordinate representation of color #0F6377: hue angle of 191.54º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F6377 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 99 | 119 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.53 |
| HSL | 191.54º | 0.78% | 0.26% | - |
| HSV(B) | 191.54º | 0.87% | 0.47% | - |
| XYZ | 7.99 | 10.36 | 19.03 | - |
| YUV | 76.16 | 152.17 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 119 | 0.87 | 0.17 | 0 | 0.53 | 191.54 | 0.78 | 0.26 |
| Hex | F | 63 | 77 | 57 | 11 | 0 | 35 | C0 | 4E | 1A |
| Octal | 17 | 143 | 167 | 127 | 21 | 0 | 65 | 300 | 116 | 32 |
| Binary | 1111 | 1100011 | 1110111 | 1010111 | 10001 | 0 | 110101 | 11000000 | 1001110 | 11010 |
Color Harmonies of #0F6377
Complementary color
Monochromatic Colors of #0F6377
Black with #0F6377
Text Example
Text Example
White with #0F6377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6377; }
p { color: rgb(15,99,119); }
H1.HeaderClassName
{
color: #0F6377;
}
.AnyTagClassName
{
color: #0F6377;
}
</style>
background-color css
<style>
a { background-color: #0F6377; }
a { background-color: rgb(15,99,119); }
div.DivClassName
{
background-color: #0F6377;
}
.BgClassName
{
background-color: #0F6377;
}
</style>
border-color css
<style>
span { border-color: #0F6377; }
span { border-color: rgb(15,99,119); }
td.TdClassName
{
border-color: #0F6377;
}
.TagClassName
{
border-color: #0F6377;
}
</style>