Shades of Blue Lagoon #0F5A73
Tints of Blue Lagoon #0F5A73
RGB
CMYK
RGB Variations
Color information
#0F5A73 (or 0x0F5A73) is known color: Blue Lagoon. HEX triplet: 0F, 5A and 73. RGB value is (15,90,115). Sum of RGB (Red+Green+Blue) = 15+90+115=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F5A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5A73 is #F0A58C. Grayscale: #464646. Windows color (decimal): -15771021 or 7559695. OLE color: 7559695.
HSL color Cylindrical-coordinate representation of color #0F5A73: hue angle of 195º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F5A73 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 90 | 115 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.55 |
| HSL | 195º | 0.77% | 0.25% | - |
| HSV(B) | 195º | 0.87% | 0.45% | - |
| XYZ | 6.95 | 8.65 | 17.52 | - |
| YUV | 70.43 | 153.15 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 90 | 115 | 0.87 | 0.22 | 0 | 0.55 | 195 | 0.77 | 0.25 |
| Hex | F | 5A | 73 | 57 | 16 | 0 | 37 | C3 | 4D | 19 |
| Octal | 17 | 132 | 163 | 127 | 26 | 0 | 67 | 303 | 115 | 31 |
| Binary | 1111 | 1011010 | 1110011 | 1010111 | 10110 | 0 | 110111 | 11000011 | 1001101 | 11001 |
Color Harmonies of #0F5A73
Complementary color
Monochromatic Colors of #0F5A73
Black with #0F5A73
Text Example
Text Example
White with #0F5A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5A73; }
p { color: rgb(15,90,115); }
H1.HeaderClassName
{
color: #0F5A73;
}
.AnyTagClassName
{
color: #0F5A73;
}
</style>
background-color css
<style>
a { background-color: #0F5A73; }
a { background-color: rgb(15,90,115); }
div.DivClassName
{
background-color: #0F5A73;
}
.BgClassName
{
background-color: #0F5A73;
}
</style>
border-color css
<style>
span { border-color: #0F5A73; }
span { border-color: rgb(15,90,115); }
td.TdClassName
{
border-color: #0F5A73;
}
.TagClassName
{
border-color: #0F5A73;
}
</style>