Shades of Sherpa Blue #0A4453
Tints of Sherpa Blue #0A4453
RGB
CMYK
RGB Variations
Color information
#0A4453 (or 0x0A4453) is known color: Sherpa Blue. HEX triplet: 0A, 44 and 53. RGB value is (10,68,83). Sum of RGB (Red+Green+Blue) = 10+68+83=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A4453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4453 is #F5BBAC. Grayscale: #343434. Windows color (decimal): -16104365 or 5456906. OLE color: 5456906.
HSL color Cylindrical-coordinate representation of color #0A4453: hue angle of 192.33º 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 #0A4453 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 68 | 83 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.67 |
| HSL | 192.33º | 0.78% | 0.18% | - |
| HSV(B) | 192.33º | 0.88% | 0.33% | - |
| XYZ | 3.75 | 4.82 | 8.92 | - |
| YUV | 52.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 83 | 0.88 | 0.18 | 0 | 0.67 | 192.33 | 0.78 | 0.18 |
| Hex | A | 44 | 53 | 58 | 12 | 0 | 43 | C0 | 4E | 12 |
| Octal | 12 | 104 | 123 | 130 | 22 | 0 | 103 | 300 | 116 | 22 |
| Binary | 1010 | 1000100 | 1010011 | 1011000 | 10010 | 0 | 1000011 | 11000000 | 1001110 | 10010 |
Color Harmonies of #0A4453
Complementary color
Monochromatic Colors of #0A4453
Black with #0A4453
Text Example
Text Example
White with #0A4453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4453; }
p { color: rgb(10,68,83); }
H1.HeaderClassName
{
color: #0A4453;
}
.AnyTagClassName
{
color: #0A4453;
}
</style>
background-color css
<style>
a { background-color: #0A4453; }
a { background-color: rgb(10,68,83); }
div.DivClassName
{
background-color: #0A4453;
}
.BgClassName
{
background-color: #0A4453;
}
</style>
border-color css
<style>
span { border-color: #0A4453; }
span { border-color: rgb(10,68,83); }
td.TdClassName
{
border-color: #0A4453;
}
.TagClassName
{
border-color: #0A4453;
}
</style>