Shades of Sherpa Blue #0F4E52
Tints of Sherpa Blue #0F4E52
RGB
CMYK
RGB Variations
Color information
#0F4E52 (or 0x0F4E52) is known color: Sherpa Blue. HEX triplet: 0F, 4E and 52. RGB value is (15,78,82). Sum of RGB (Red+Green+Blue) = 15+78+82=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #0F4E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4E52 is #F0B1AD. Grayscale: #3B3B3B. Windows color (decimal): -15774126 or 5393935. OLE color: 5393935.
HSL color Cylindrical-coordinate representation of color #0F4E52: hue angle of 183.58º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F4E52 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 78 | 82 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.68 |
| HSL | 183.58º | 0.69% | 0.19% | - |
| HSV(B) | 183.58º | 0.82% | 0.32% | - |
| XYZ | 4.44 | 6.16 | 8.94 | - |
| YUV | 59.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 82 | 0.82 | 0.05 | 0 | 0.68 | 183.58 | 0.69 | 0.19 |
| Hex | F | 4E | 52 | 52 | 5 | 0 | 44 | B8 | 45 | 13 |
| Octal | 17 | 116 | 122 | 122 | 5 | 0 | 104 | 270 | 105 | 23 |
| Binary | 1111 | 1001110 | 1010010 | 1010010 | 101 | 0 | 1000100 | 10111000 | 1000101 | 10011 |
Color Harmonies of #0F4E52
Complementary color
Monochromatic Colors of #0F4E52
Black with #0F4E52
Text Example
Text Example
White with #0F4E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4E52; }
p { color: rgb(15,78,82); }
H1.HeaderClassName
{
color: #0F4E52;
}
.AnyTagClassName
{
color: #0F4E52;
}
</style>
background-color css
<style>
a { background-color: #0F4E52; }
a { background-color: rgb(15,78,82); }
div.DivClassName
{
background-color: #0F4E52;
}
.BgClassName
{
background-color: #0F4E52;
}
</style>
border-color css
<style>
span { border-color: #0F4E52; }
span { border-color: rgb(15,78,82); }
td.TdClassName
{
border-color: #0F4E52;
}
.TagClassName
{
border-color: #0F4E52;
}
</style>