Shades of Sherpa Blue #00495A
Tints of Sherpa Blue #00495A
RGB
CMYK
RGB Variations
Color information
#00495A (or 0x00495A) is known color: Sherpa Blue. HEX triplet: 00, 49 and 5A. RGB value is (0,73,90). Sum of RGB (Red+Green+Blue) = 0+73+90=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #00495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00495A is #FFB6A5. Grayscale: #343434. Windows color (decimal): -16758438 or 5916928. OLE color: 5916928.
HSL color Cylindrical-coordinate representation of color #00495A: hue angle of 191.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00495A is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 73 | 90 | - |
| CMYK | 1 | 0.19 | 0 | 0.65 |
| HSL | 191.33º | 1% | 0.18% | - |
| HSV(B) | 191.33º | 1% | 0.35% | - |
| XYZ | 4.23 | 5.5 | 10.51 | - |
| YUV | 53.11 | 148.82 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 90 | 1 | 0.19 | 0 | 0.65 | 191.33 | 1 | 0.18 |
| Hex | 0 | 49 | 5A | 64 | 13 | 0 | 41 | BF | 64 | 12 |
| Octal | 0 | 111 | 132 | 144 | 23 | 0 | 101 | 277 | 144 | 22 |
| Binary | 0 | 1001001 | 1011010 | 1100100 | 10011 | 0 | 1000001 | 10111111 | 1100100 | 10010 |
Color Harmonies of #00495A
Complementary color
Monochromatic Colors of #00495A
Black with #00495A
Text Example
Text Example
White with #00495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00495A; }
p { color: rgb(0,73,90); }
H1.HeaderClassName
{
color: #00495A;
}
.AnyTagClassName
{
color: #00495A;
}
</style>
background-color css
<style>
a { background-color: #00495A; }
a { background-color: rgb(0,73,90); }
div.DivClassName
{
background-color: #00495A;
}
.BgClassName
{
background-color: #00495A;
}
</style>
border-color css
<style>
span { border-color: #00495A; }
span { border-color: rgb(0,73,90); }
td.TdClassName
{
border-color: #00495A;
}
.TagClassName
{
border-color: #00495A;
}
</style>