Shades of Sherpa Blue #0F5254
Tints of Sherpa Blue #0F5254
RGB
CMYK
RGB Variations
Color information
#0F5254 (or 0x0F5254) is known color: Sherpa Blue. HEX triplet: 0F, 52 and 54. RGB value is (15,82,84). Sum of RGB (Red+Green+Blue) = 15+82+84=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F5254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5254 is #F0ADAB. Grayscale: #3E3E3E. Windows color (decimal): -15773100 or 5526031. OLE color: 5526031.
HSL color Cylindrical-coordinate representation of color #0F5254: hue angle of 181.74º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5254 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 82 | 84 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.67 |
| HSL | 181.74º | 0.7% | 0.19% | - |
| HSV(B) | 181.74º | 0.82% | 0.33% | - |
| XYZ | 4.81 | 6.78 | 9.44 | - |
| YUV | 62.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 84 | 0.82 | 0.02 | 0 | 0.67 | 181.74 | 0.7 | 0.19 |
| Hex | F | 52 | 54 | 52 | 2 | 0 | 43 | B6 | 46 | 13 |
| Octal | 17 | 122 | 124 | 122 | 2 | 0 | 103 | 266 | 106 | 23 |
| Binary | 1111 | 1010010 | 1010100 | 1010010 | 10 | 0 | 1000011 | 10110110 | 1000110 | 10011 |
Color Harmonies of #0F5254
Complementary color
Monochromatic Colors of #0F5254
Black with #0F5254
Text Example
Text Example
White with #0F5254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5254; }
p { color: rgb(15,82,84); }
H1.HeaderClassName
{
color: #0F5254;
}
.AnyTagClassName
{
color: #0F5254;
}
</style>
background-color css
<style>
a { background-color: #0F5254; }
a { background-color: rgb(15,82,84); }
div.DivClassName
{
background-color: #0F5254;
}
.BgClassName
{
background-color: #0F5254;
}
</style>
border-color css
<style>
span { border-color: #0F5254; }
span { border-color: rgb(15,82,84); }
td.TdClassName
{
border-color: #0F5254;
}
.TagClassName
{
border-color: #0F5254;
}
</style>