Shades of Sherpa Blue #0A454B
Tints of Sherpa Blue #0A454B
RGB
CMYK
RGB Variations
Color information
#0A454B (or 0x0A454B) is known color: Sherpa Blue. HEX triplet: 0A, 45 and 4B. RGB value is (10,69,75). Sum of RGB (Red+Green+Blue) = 10+69+75=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A454B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A454B is #F5BAB4. Grayscale: #333333. Windows color (decimal): -16104117 or 4932874. OLE color: 4932874.
HSL color Cylindrical-coordinate representation of color #0A454B: hue angle of 185.54º 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 #0A454B is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 69 | 75 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.71 |
| HSL | 185.54º | 0.76% | 0.17% | - |
| HSV(B) | 185.54º | 0.87% | 0.29% | - |
| XYZ | 3.52 | 4.83 | 7.4 | - |
| YUV | 52.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 75 | 0.87 | 0.08 | 0 | 0.71 | 185.54 | 0.76 | 0.17 |
| Hex | A | 45 | 4B | 57 | 8 | 0 | 47 | BA | 4C | 11 |
| Octal | 12 | 105 | 113 | 127 | 10 | 0 | 107 | 272 | 114 | 21 |
| Binary | 1010 | 1000101 | 1001011 | 1010111 | 1000 | 0 | 1000111 | 10111010 | 1001100 | 10001 |
Color Harmonies of #0A454B
Complementary color
Monochromatic Colors of #0A454B
Black with #0A454B
Text Example
Text Example
White with #0A454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A454B; }
p { color: rgb(10,69,75); }
H1.HeaderClassName
{
color: #0A454B;
}
.AnyTagClassName
{
color: #0A454B;
}
</style>
background-color css
<style>
a { background-color: #0A454B; }
a { background-color: rgb(10,69,75); }
div.DivClassName
{
background-color: #0A454B;
}
.BgClassName
{
background-color: #0A454B;
}
</style>
border-color css
<style>
span { border-color: #0A454B; }
span { border-color: rgb(10,69,75); }
td.TdClassName
{
border-color: #0A454B;
}
.TagClassName
{
border-color: #0A454B;
}
</style>