Shades of Sherpa Blue #0A464B
Tints of Sherpa Blue #0A464B
RGB
CMYK
RGB Variations
Color information
#0A464B (or 0x0A464B) is known color: Sherpa Blue. HEX triplet: 0A, 46 and 4B. RGB value is (10,70,75). Sum of RGB (Red+Green+Blue) = 10+70+75=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A464B is #F5B9B4. Grayscale: #343434. Windows color (decimal): -16103861 or 4933130. OLE color: 4933130.
HSL color Cylindrical-coordinate representation of color #0A464B: hue angle of 184.62º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A464B is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 70 | 75 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.71 |
| HSL | 184.62º | 0.76% | 0.17% | - |
| HSV(B) | 184.62º | 0.87% | 0.29% | - |
| XYZ | 3.59 | 4.95 | 7.42 | - |
| YUV | 52.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 75 | 0.87 | 0.07 | 0 | 0.71 | 184.62 | 0.76 | 0.17 |
| Hex | A | 46 | 4B | 57 | 7 | 0 | 47 | B9 | 4C | 11 |
| Octal | 12 | 106 | 113 | 127 | 7 | 0 | 107 | 271 | 114 | 21 |
| Binary | 1010 | 1000110 | 1001011 | 1010111 | 111 | 0 | 1000111 | 10111001 | 1001100 | 10001 |
Color Harmonies of #0A464B
Complementary color
Monochromatic Colors of #0A464B
Black with #0A464B
Text Example
Text Example
White with #0A464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A464B; }
p { color: rgb(10,70,75); }
H1.HeaderClassName
{
color: #0A464B;
}
.AnyTagClassName
{
color: #0A464B;
}
</style>
background-color css
<style>
a { background-color: #0A464B; }
a { background-color: rgb(10,70,75); }
div.DivClassName
{
background-color: #0A464B;
}
.BgClassName
{
background-color: #0A464B;
}
</style>
border-color css
<style>
span { border-color: #0A464B; }
span { border-color: rgb(10,70,75); }
td.TdClassName
{
border-color: #0A464B;
}
.TagClassName
{
border-color: #0A464B;
}
</style>