Shades of Blue Lagoon #0F6470
Tints of Blue Lagoon #0F6470
RGB
CMYK
RGB Variations
Color information
#0F6470 (or 0x0F6470) is known color: Blue Lagoon. HEX triplet: 0F, 64 and 70. RGB value is (15,100,112). Sum of RGB (Red+Green+Blue) = 15+100+112=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F6470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6470 is #F09B8F. Grayscale: #4B4B4B. Windows color (decimal): -15768464 or 7365647. OLE color: 7365647.
HSL color Cylindrical-coordinate representation of color #0F6470: hue angle of 187.42º degrees, saturation: 0.76, 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 #0F6470 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 100 | 112 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.56 |
| HSL | 187.42º | 0.76% | 0.25% | - |
| HSV(B) | 187.42º | 0.87% | 0.44% | - |
| XYZ | 7.68 | 10.39 | 16.93 | - |
| YUV | 75.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 112 | 0.87 | 0.11 | 0 | 0.56 | 187.42 | 0.76 | 0.25 |
| Hex | F | 64 | 70 | 57 | B | 0 | 38 | BB | 4C | 19 |
| Octal | 17 | 144 | 160 | 127 | 13 | 0 | 70 | 273 | 114 | 31 |
| Binary | 1111 | 1100100 | 1110000 | 1010111 | 1011 | 0 | 111000 | 10111011 | 1001100 | 11001 |
Color Harmonies of #0F6470
Complementary color
Monochromatic Colors of #0F6470
Black with #0F6470
Text Example
Text Example
White with #0F6470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6470; }
p { color: rgb(15,100,112); }
H1.HeaderClassName
{
color: #0F6470;
}
.AnyTagClassName
{
color: #0F6470;
}
</style>
background-color css
<style>
a { background-color: #0F6470; }
a { background-color: rgb(15,100,112); }
div.DivClassName
{
background-color: #0F6470;
}
.BgClassName
{
background-color: #0F6470;
}
</style>
border-color css
<style>
span { border-color: #0F6470; }
span { border-color: rgb(15,100,112); }
td.TdClassName
{
border-color: #0F6470;
}
.TagClassName
{
border-color: #0F6470;
}
</style>