Shades of Sherpa Blue #0F4E58
Tints of Sherpa Blue #0F4E58
RGB
CMYK
RGB Variations
Color information
#0F4E58 (or 0x0F4E58) is known color: Sherpa Blue. HEX triplet: 0F, 4E and 58. RGB value is (15,78,88). Sum of RGB (Red+Green+Blue) = 15+78+88=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #0F4E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4E58 is #F0B1A7. Grayscale: #3C3C3C. Windows color (decimal): -15774120 or 5787151. OLE color: 5787151.
HSL color Cylindrical-coordinate representation of color #0F4E58: hue angle of 188.22º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F4E58 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 78 | 88 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.65 |
| HSL | 188.22º | 0.71% | 0.2% | - |
| HSV(B) | 188.22º | 0.83% | 0.35% | - |
| XYZ | 4.68 | 6.25 | 10.19 | - |
| YUV | 60.3 | 143.63 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 88 | 0.83 | 0.11 | 0 | 0.65 | 188.22 | 0.71 | 0.2 |
| Hex | F | 4E | 58 | 53 | B | 0 | 41 | BC | 47 | 14 |
| Octal | 17 | 116 | 130 | 123 | 13 | 0 | 101 | 274 | 107 | 24 |
| Binary | 1111 | 1001110 | 1011000 | 1010011 | 1011 | 0 | 1000001 | 10111100 | 1000111 | 10100 |
Color Harmonies of #0F4E58
Complementary color
Monochromatic Colors of #0F4E58
Black with #0F4E58
Text Example
Text Example
White with #0F4E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4E58; }
p { color: rgb(15,78,88); }
H1.HeaderClassName
{
color: #0F4E58;
}
.AnyTagClassName
{
color: #0F4E58;
}
</style>
background-color css
<style>
a { background-color: #0F4E58; }
a { background-color: rgb(15,78,88); }
div.DivClassName
{
background-color: #0F4E58;
}
.BgClassName
{
background-color: #0F4E58;
}
</style>
border-color css
<style>
span { border-color: #0F4E58; }
span { border-color: rgb(15,78,88); }
td.TdClassName
{
border-color: #0F4E58;
}
.TagClassName
{
border-color: #0F4E58;
}
</style>