Shades of Sherpa Blue #00485E
Tints of Sherpa Blue #00485E
RGB
CMYK
RGB Variations
Color information
#00485E (or 0x00485E) is known color: Sherpa Blue. HEX triplet: 00, 48 and 5E. RGB value is (0,72,94). Sum of RGB (Red+Green+Blue) = 0+72+94=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #00485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00485E is #FFB7A1. Grayscale: #343434. Windows color (decimal): -16758690 or 6178816. OLE color: 6178816.
HSL color Cylindrical-coordinate representation of color #00485E: hue angle of 194.04º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00485E is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 72 | 94 | - |
| CMYK | 1 | 0.23 | 0 | 0.63 |
| HSL | 194.04º | 1% | 0.18% | - |
| HSV(B) | 194.04º | 1% | 0.37% | - |
| XYZ | 4.34 | 5.44 | 11.41 | - |
| YUV | 52.98 | 151.15 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 94 | 1 | 0.23 | 0 | 0.63 | 194.04 | 1 | 0.18 |
| Hex | 0 | 48 | 5E | 64 | 17 | 0 | 3F | C2 | 64 | 12 |
| Octal | 0 | 110 | 136 | 144 | 27 | 0 | 77 | 302 | 144 | 22 |
| Binary | 0 | 1001000 | 1011110 | 1100100 | 10111 | 0 | 111111 | 11000010 | 1100100 | 10010 |
Color Harmonies of #00485E
Complementary color
Monochromatic Colors of #00485E
Black with #00485E
Text Example
Text Example
White with #00485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00485E; }
p { color: rgb(0,72,94); }
H1.HeaderClassName
{
color: #00485E;
}
.AnyTagClassName
{
color: #00485E;
}
</style>
background-color css
<style>
a { background-color: #00485E; }
a { background-color: rgb(0,72,94); }
div.DivClassName
{
background-color: #00485E;
}
.BgClassName
{
background-color: #00485E;
}
</style>
border-color css
<style>
span { border-color: #00485E; }
span { border-color: rgb(0,72,94); }
td.TdClassName
{
border-color: #00485E;
}
.TagClassName
{
border-color: #00485E;
}
</style>