Shades of Sherpa Blue #0F4853
Tints of Sherpa Blue #0F4853
RGB
CMYK
RGB Variations
Color information
#0F4853 (or 0x0F4853) is known color: Sherpa Blue. HEX triplet: 0F, 48 and 53. RGB value is (15,72,83). Sum of RGB (Red+Green+Blue) = 15+72+83=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F4853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4853 is #F0B7AC. Grayscale: #383838. Windows color (decimal): -15775661 or 5457935. OLE color: 5457935.
HSL color Cylindrical-coordinate representation of color #0F4853: hue angle of 189.71º degrees, saturation: 0.69, 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 #0F4853 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 72 | 83 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.67 |
| HSL | 189.71º | 0.69% | 0.19% | - |
| HSV(B) | 189.71º | 0.82% | 0.33% | - |
| XYZ | 4.08 | 5.36 | 9 | - |
| YUV | 56.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 83 | 0.82 | 0.13 | 0 | 0.67 | 189.71 | 0.69 | 0.19 |
| Hex | F | 48 | 53 | 52 | D | 0 | 43 | BE | 45 | 13 |
| Octal | 17 | 110 | 123 | 122 | 15 | 0 | 103 | 276 | 105 | 23 |
| Binary | 1111 | 1001000 | 1010011 | 1010010 | 1101 | 0 | 1000011 | 10111110 | 1000101 | 10011 |
Color Harmonies of #0F4853
Complementary color
Monochromatic Colors of #0F4853
Black with #0F4853
Text Example
Text Example
White with #0F4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4853; }
p { color: rgb(15,72,83); }
H1.HeaderClassName
{
color: #0F4853;
}
.AnyTagClassName
{
color: #0F4853;
}
</style>
background-color css
<style>
a { background-color: #0F4853; }
a { background-color: rgb(15,72,83); }
div.DivClassName
{
background-color: #0F4853;
}
.BgClassName
{
background-color: #0F4853;
}
</style>
border-color css
<style>
span { border-color: #0F4853; }
span { border-color: rgb(15,72,83); }
td.TdClassName
{
border-color: #0F4853;
}
.TagClassName
{
border-color: #0F4853;
}
</style>