Shades of Sherpa Blue #0F434F
Tints of Sherpa Blue #0F434F
RGB
CMYK
RGB Variations
Color information
#0F434F (or 0x0F434F) is known color: Sherpa Blue. HEX triplet: 0F, 43 and 4F. RGB value is (15,67,79). Sum of RGB (Red+Green+Blue) = 15+67+79=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F434F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F434F is #F0BCB0. Grayscale: #343434. Windows color (decimal): -15776945 or 5194511. OLE color: 5194511.
HSL color Cylindrical-coordinate representation of color #0F434F: hue angle of 191.25º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F434F is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 67 | 79 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.69 |
| HSL | 191.25º | 0.68% | 0.18% | - |
| HSV(B) | 191.25º | 0.81% | 0.31% | - |
| XYZ | 3.62 | 4.68 | 8.11 | - |
| YUV | 52.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 79 | 0.81 | 0.15 | 0 | 0.69 | 191.25 | 0.68 | 0.18 |
| Hex | F | 43 | 4F | 51 | F | 0 | 45 | BF | 44 | 12 |
| Octal | 17 | 103 | 117 | 121 | 17 | 0 | 105 | 277 | 104 | 22 |
| Binary | 1111 | 1000011 | 1001111 | 1010001 | 1111 | 0 | 1000101 | 10111111 | 1000100 | 10010 |
Color Harmonies of #0F434F
Complementary color
Monochromatic Colors of #0F434F
Black with #0F434F
Text Example
Text Example
White with #0F434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F434F; }
p { color: rgb(15,67,79); }
H1.HeaderClassName
{
color: #0F434F;
}
.AnyTagClassName
{
color: #0F434F;
}
</style>
background-color css
<style>
a { background-color: #0F434F; }
a { background-color: rgb(15,67,79); }
div.DivClassName
{
background-color: #0F434F;
}
.BgClassName
{
background-color: #0F434F;
}
</style>
border-color css
<style>
span { border-color: #0F434F; }
span { border-color: rgb(15,67,79); }
td.TdClassName
{
border-color: #0F434F;
}
.TagClassName
{
border-color: #0F434F;
}
</style>