Shades of Sherpa Blue #0A3F53
Tints of Sherpa Blue #0A3F53
RGB
CMYK
RGB Variations
Color information
#0A3F53 (or 0x0A3F53) is known color: Sherpa Blue. HEX triplet: 0A, 3F and 53. RGB value is (10,63,83). Sum of RGB (Red+Green+Blue) = 10+63+83=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A3F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3F53 is #F5C0AC. Grayscale: #313131. Windows color (decimal): -16105645 or 5455626. OLE color: 5455626.
HSL color Cylindrical-coordinate representation of color #0A3F53: hue angle of 196.44º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3F53 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 63 | 83 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.67 |
| HSL | 196.44º | 0.78% | 0.18% | - |
| HSV(B) | 196.44º | 0.88% | 0.33% | - |
| XYZ | 3.46 | 4.24 | 8.82 | - |
| YUV | 49.43 | 146.94 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 63 | 83 | 0.88 | 0.24 | 0 | 0.67 | 196.44 | 0.78 | 0.18 |
| Hex | A | 3F | 53 | 58 | 18 | 0 | 43 | C4 | 4E | 12 |
| Octal | 12 | 77 | 123 | 130 | 30 | 0 | 103 | 304 | 116 | 22 |
| Binary | 1010 | 111111 | 1010011 | 1011000 | 11000 | 0 | 1000011 | 11000100 | 1001110 | 10010 |
Color Harmonies of #0A3F53
Complementary color
Monochromatic Colors of #0A3F53
Black with #0A3F53
Text Example
Text Example
White with #0A3F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3F53; }
p { color: rgb(10,63,83); }
H1.HeaderClassName
{
color: #0A3F53;
}
.AnyTagClassName
{
color: #0A3F53;
}
</style>
background-color css
<style>
a { background-color: #0A3F53; }
a { background-color: rgb(10,63,83); }
div.DivClassName
{
background-color: #0A3F53;
}
.BgClassName
{
background-color: #0A3F53;
}
</style>
border-color css
<style>
span { border-color: #0A3F53; }
span { border-color: rgb(10,63,83); }
td.TdClassName
{
border-color: #0A3F53;
}
.TagClassName
{
border-color: #0A3F53;
}
</style>