Shades of Blue Lagoon #0F6370
Tints of Blue Lagoon #0F6370
RGB
CMYK
RGB Variations
Color information
#0F6370 (or 0x0F6370) is known color: Blue Lagoon. HEX triplet: 0F, 63 and 70. RGB value is (15,99,112). Sum of RGB (Red+Green+Blue) = 15+99+112=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F6370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6370 is #F09C8F. Grayscale: #4B4B4B. Windows color (decimal): -15768720 or 7365391. OLE color: 7365391.
HSL color Cylindrical-coordinate representation of color #0F6370: hue angle of 188.04º 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 #0F6370 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 99 | 112 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.56 |
| HSL | 188.04º | 0.76% | 0.25% | - |
| HSV(B) | 188.04º | 0.87% | 0.44% | - |
| XYZ | 7.58 | 10.2 | 16.9 | - |
| YUV | 75.37 | 148.67 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 112 | 0.87 | 0.12 | 0 | 0.56 | 188.04 | 0.76 | 0.25 |
| Hex | F | 63 | 70 | 57 | C | 0 | 38 | BC | 4C | 19 |
| Octal | 17 | 143 | 160 | 127 | 14 | 0 | 70 | 274 | 114 | 31 |
| Binary | 1111 | 1100011 | 1110000 | 1010111 | 1100 | 0 | 111000 | 10111100 | 1001100 | 11001 |
Color Harmonies of #0F6370
Complementary color
Monochromatic Colors of #0F6370
Black with #0F6370
Text Example
Text Example
White with #0F6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6370; }
p { color: rgb(15,99,112); }
H1.HeaderClassName
{
color: #0F6370;
}
.AnyTagClassName
{
color: #0F6370;
}
</style>
background-color css
<style>
a { background-color: #0F6370; }
a { background-color: rgb(15,99,112); }
div.DivClassName
{
background-color: #0F6370;
}
.BgClassName
{
background-color: #0F6370;
}
</style>
border-color css
<style>
span { border-color: #0F6370; }
span { border-color: rgb(15,99,112); }
td.TdClassName
{
border-color: #0F6370;
}
.TagClassName
{
border-color: #0F6370;
}
</style>