Shades of Sherpa Blue #0A455A
Tints of Sherpa Blue #0A455A
RGB
CMYK
RGB Variations
Color information
#0A455A (or 0x0A455A) is known color: Sherpa Blue. HEX triplet: 0A, 45 and 5A. RGB value is (10,69,90). Sum of RGB (Red+Green+Blue) = 10+69+90=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A455A is #F5BAA5. Grayscale: #353535. Windows color (decimal): -16104102 or 5915914. OLE color: 5915914.
HSL color Cylindrical-coordinate representation of color #0A455A: hue angle of 195.75º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A455A is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 69 | 90 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.65 |
| HSL | 195.75º | 0.8% | 0.2% | - |
| HSV(B) | 195.75º | 0.89% | 0.35% | - |
| XYZ | 4.1 | 5.06 | 10.43 | - |
| YUV | 53.75 | 148.45 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 90 | 0.89 | 0.23 | 0 | 0.65 | 195.75 | 0.8 | 0.2 |
| Hex | A | 45 | 5A | 59 | 17 | 0 | 41 | C4 | 50 | 14 |
| Octal | 12 | 105 | 132 | 131 | 27 | 0 | 101 | 304 | 120 | 24 |
| Binary | 1010 | 1000101 | 1011010 | 1011001 | 10111 | 0 | 1000001 | 11000100 | 1010000 | 10100 |
Color Harmonies of #0A455A
Complementary color
Monochromatic Colors of #0A455A
Black with #0A455A
Text Example
Text Example
White with #0A455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A455A; }
p { color: rgb(10,69,90); }
H1.HeaderClassName
{
color: #0A455A;
}
.AnyTagClassName
{
color: #0A455A;
}
</style>
background-color css
<style>
a { background-color: #0A455A; }
a { background-color: rgb(10,69,90); }
div.DivClassName
{
background-color: #0A455A;
}
.BgClassName
{
background-color: #0A455A;
}
</style>
border-color css
<style>
span { border-color: #0A455A; }
span { border-color: rgb(10,69,90); }
td.TdClassName
{
border-color: #0A455A;
}
.TagClassName
{
border-color: #0A455A;
}
</style>