Shades of Blue Lagoon #0F6271
Tints of Blue Lagoon #0F6271
RGB
CMYK
RGB Variations
Color information
#0F6271 (or 0x0F6271) is known color: Blue Lagoon. HEX triplet: 0F, 62 and 71. RGB value is (15,98,113). Sum of RGB (Red+Green+Blue) = 15+98+113=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F6271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6271 is #F09D8E. Grayscale: #4A4A4A. Windows color (decimal): -15768975 or 7430671. OLE color: 7430671.
HSL color Cylindrical-coordinate representation of color #0F6271: hue angle of 189.18º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F6271 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 98 | 113 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.56 |
| HSL | 189.18º | 0.77% | 0.25% | - |
| HSV(B) | 189.18º | 0.87% | 0.44% | - |
| XYZ | 7.55 | 10.03 | 17.16 | - |
| YUV | 74.89 | 149.5 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 113 | 0.87 | 0.13 | 0 | 0.56 | 189.18 | 0.77 | 0.25 |
| Hex | F | 62 | 71 | 57 | D | 0 | 38 | BD | 4D | 19 |
| Octal | 17 | 142 | 161 | 127 | 15 | 0 | 70 | 275 | 115 | 31 |
| Binary | 1111 | 1100010 | 1110001 | 1010111 | 1101 | 0 | 111000 | 10111101 | 1001101 | 11001 |
Color Harmonies of #0F6271
Complementary color
Monochromatic Colors of #0F6271
Black with #0F6271
Text Example
Text Example
White with #0F6271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6271; }
p { color: rgb(15,98,113); }
H1.HeaderClassName
{
color: #0F6271;
}
.AnyTagClassName
{
color: #0F6271;
}
</style>
background-color css
<style>
a { background-color: #0F6271; }
a { background-color: rgb(15,98,113); }
div.DivClassName
{
background-color: #0F6271;
}
.BgClassName
{
background-color: #0F6271;
}
</style>
border-color css
<style>
span { border-color: #0F6271; }
span { border-color: rgb(15,98,113); }
td.TdClassName
{
border-color: #0F6271;
}
.TagClassName
{
border-color: #0F6271;
}
</style>