Shades of Sherpa Blue #0F4453
Tints of Sherpa Blue #0F4453
RGB
CMYK
RGB Variations
Color information
#0F4453 (or 0x0F4453) is known color: Sherpa Blue. HEX triplet: 0F, 44 and 53. RGB value is (15,68,83). Sum of RGB (Red+Green+Blue) = 15+68+83=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F4453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4453 is #F0BBAC. Grayscale: #353535. Windows color (decimal): -15776685 or 5456911. OLE color: 5456911.
HSL color Cylindrical-coordinate representation of color #0F4453: hue angle of 193.24º 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 #0F4453 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 68 | 83 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.67 |
| HSL | 193.24º | 0.69% | 0.19% | - |
| HSV(B) | 193.24º | 0.82% | 0.33% | - |
| XYZ | 3.83 | 4.86 | 8.92 | - |
| YUV | 53.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 83 | 0.82 | 0.18 | 0 | 0.67 | 193.24 | 0.69 | 0.19 |
| Hex | F | 44 | 53 | 52 | 12 | 0 | 43 | C1 | 45 | 13 |
| Octal | 17 | 104 | 123 | 122 | 22 | 0 | 103 | 301 | 105 | 23 |
| Binary | 1111 | 1000100 | 1010011 | 1010010 | 10010 | 0 | 1000011 | 11000001 | 1000101 | 10011 |
Color Harmonies of #0F4453
Complementary color
Monochromatic Colors of #0F4453
Black with #0F4453
Text Example
Text Example
White with #0F4453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4453; }
p { color: rgb(15,68,83); }
H1.HeaderClassName
{
color: #0F4453;
}
.AnyTagClassName
{
color: #0F4453;
}
</style>
background-color css
<style>
a { background-color: #0F4453; }
a { background-color: rgb(15,68,83); }
div.DivClassName
{
background-color: #0F4453;
}
.BgClassName
{
background-color: #0F4453;
}
</style>
border-color css
<style>
span { border-color: #0F4453; }
span { border-color: rgb(15,68,83); }
td.TdClassName
{
border-color: #0F4453;
}
.TagClassName
{
border-color: #0F4453;
}
</style>