Shades of Sherpa Blue #0F5355
Tints of Sherpa Blue #0F5355
RGB
CMYK
RGB Variations
Color information
#0F5355 (or 0x0F5355) is known color: Sherpa Blue. HEX triplet: 0F, 53 and 55. RGB value is (15,83,85). Sum of RGB (Red+Green+Blue) = 15+83+85=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F5355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5355 is #F0ACAA. Grayscale: #3E3E3E. Windows color (decimal): -15772843 or 5591823. OLE color: 5591823.
HSL color Cylindrical-coordinate representation of color #0F5355: hue angle of 181.71º 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 #0F5355 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 85 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.67 |
| HSL | 181.71º | 0.7% | 0.2% | - |
| HSV(B) | 181.71º | 0.82% | 0.33% | - |
| XYZ | 4.93 | 6.94 | 9.67 | - |
| YUV | 62.9 | 140.47 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 85 | 0.82 | 0.02 | 0 | 0.67 | 181.71 | 0.7 | 0.2 |
| Hex | F | 53 | 55 | 52 | 2 | 0 | 43 | B6 | 46 | 14 |
| Octal | 17 | 123 | 125 | 122 | 2 | 0 | 103 | 266 | 106 | 24 |
| Binary | 1111 | 1010011 | 1010101 | 1010010 | 10 | 0 | 1000011 | 10110110 | 1000110 | 10100 |
Color Harmonies of #0F5355
Complementary color
Monochromatic Colors of #0F5355
Black with #0F5355
Text Example
Text Example
White with #0F5355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5355; }
p { color: rgb(15,83,85); }
H1.HeaderClassName
{
color: #0F5355;
}
.AnyTagClassName
{
color: #0F5355;
}
</style>
background-color css
<style>
a { background-color: #0F5355; }
a { background-color: rgb(15,83,85); }
div.DivClassName
{
background-color: #0F5355;
}
.BgClassName
{
background-color: #0F5355;
}
</style>
border-color css
<style>
span { border-color: #0F5355; }
span { border-color: rgb(15,83,85); }
td.TdClassName
{
border-color: #0F5355;
}
.TagClassName
{
border-color: #0F5355;
}
</style>