Shades of Blue Lagoon #0F6774
Tints of Blue Lagoon #0F6774
RGB
CMYK
RGB Variations
Color information
#0F6774 (or 0x0F6774) is known color: Blue Lagoon. HEX triplet: 0F, 67 and 74. RGB value is (15,103,116). Sum of RGB (Red+Green+Blue) = 15+103+116=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #0F6774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6774 is #F0988B. Grayscale: #4E4E4E. Windows color (decimal): -15767692 or 7628559. OLE color: 7628559.
HSL color Cylindrical-coordinate representation of color #0F6774: hue angle of 187.72º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F6774 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 103 | 116 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.55 |
| HSL | 187.72º | 0.77% | 0.26% | - |
| HSV(B) | 187.72º | 0.87% | 0.45% | - |
| XYZ | 8.2 | 11.06 | 18.23 | - |
| YUV | 78.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 116 | 0.87 | 0.11 | 0 | 0.55 | 187.72 | 0.77 | 0.26 |
| Hex | F | 67 | 74 | 57 | B | 0 | 37 | BC | 4D | 1A |
| Octal | 17 | 147 | 164 | 127 | 13 | 0 | 67 | 274 | 115 | 32 |
| Binary | 1111 | 1100111 | 1110100 | 1010111 | 1011 | 0 | 110111 | 10111100 | 1001101 | 11010 |
Color Harmonies of #0F6774
Complementary color
Monochromatic Colors of #0F6774
Black with #0F6774
Text Example
Text Example
White with #0F6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6774; }
p { color: rgb(15,103,116); }
H1.HeaderClassName
{
color: #0F6774;
}
.AnyTagClassName
{
color: #0F6774;
}
</style>
background-color css
<style>
a { background-color: #0F6774; }
a { background-color: rgb(15,103,116); }
div.DivClassName
{
background-color: #0F6774;
}
.BgClassName
{
background-color: #0F6774;
}
</style>
border-color css
<style>
span { border-color: #0F6774; }
span { border-color: rgb(15,103,116); }
td.TdClassName
{
border-color: #0F6774;
}
.TagClassName
{
border-color: #0F6774;
}
</style>