Shades of Sherpa Blue #0F4B55
Tints of Sherpa Blue #0F4B55
RGB
CMYK
RGB Variations
Color information
#0F4B55 (or 0x0F4B55) is known color: Sherpa Blue. HEX triplet: 0F, 4B and 55. RGB value is (15,75,85). Sum of RGB (Red+Green+Blue) = 15+75+85=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F4B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4B55 is #F0B4AA. Grayscale: #3A3A3A. Windows color (decimal): -15774891 or 5589775. OLE color: 5589775.
HSL color Cylindrical-coordinate representation of color #0F4B55: hue angle of 188.57º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F4B55 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 75 | 85 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.67 |
| HSL | 188.57º | 0.7% | 0.2% | - |
| HSV(B) | 188.57º | 0.82% | 0.33% | - |
| XYZ | 4.35 | 5.79 | 9.48 | - |
| YUV | 58.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 85 | 0.82 | 0.12 | 0 | 0.67 | 188.57 | 0.7 | 0.2 |
| Hex | F | 4B | 55 | 52 | C | 0 | 43 | BD | 46 | 14 |
| Octal | 17 | 113 | 125 | 122 | 14 | 0 | 103 | 275 | 106 | 24 |
| Binary | 1111 | 1001011 | 1010101 | 1010010 | 1100 | 0 | 1000011 | 10111101 | 1000110 | 10100 |
Color Harmonies of #0F4B55
Complementary color
Monochromatic Colors of #0F4B55
Black with #0F4B55
Text Example
Text Example
White with #0F4B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4B55; }
p { color: rgb(15,75,85); }
H1.HeaderClassName
{
color: #0F4B55;
}
.AnyTagClassName
{
color: #0F4B55;
}
</style>
background-color css
<style>
a { background-color: #0F4B55; }
a { background-color: rgb(15,75,85); }
div.DivClassName
{
background-color: #0F4B55;
}
.BgClassName
{
background-color: #0F4B55;
}
</style>
border-color css
<style>
span { border-color: #0F4B55; }
span { border-color: rgb(15,75,85); }
td.TdClassName
{
border-color: #0F4B55;
}
.TagClassName
{
border-color: #0F4B55;
}
</style>