Shades of Sherpa Blue #00405A
Tints of Sherpa Blue #00405A
RGB
CMYK
RGB Variations
Color information
#00405A (or 0x00405A) is known color: Sherpa Blue. HEX triplet: 00, 40 and 5A. RGB value is (0,64,90). Sum of RGB (Red+Green+Blue) = 0+64+90=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #00405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00405A is #FFBFA5. Grayscale: #2F2F2F. Windows color (decimal): -16760742 or 5914624. OLE color: 5914624.
HSL color Cylindrical-coordinate representation of color #00405A: hue angle of 197.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 #00405A is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 64 | 90 | - |
| CMYK | 1 | 0.29 | 0 | 0.65 |
| HSL | 197.33º | 1% | 0.18% | - |
| HSV(B) | 197.33º | 1% | 0.35% | - |
| XYZ | 3.68 | 4.4 | 10.33 | - |
| YUV | 47.83 | 151.8 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 90 | 1 | 0.29 | 0 | 0.65 | 197.33 | 1 | 0.18 |
| Hex | 0 | 40 | 5A | 64 | 1D | 0 | 41 | C5 | 64 | 12 |
| Octal | 0 | 100 | 132 | 144 | 35 | 0 | 101 | 305 | 144 | 22 |
| Binary | 0 | 1000000 | 1011010 | 1100100 | 11101 | 0 | 1000001 | 11000101 | 1100100 | 10010 |
Color Harmonies of #00405A
Complementary color
Monochromatic Colors of #00405A
Black with #00405A
Text Example
Text Example
White with #00405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00405A; }
p { color: rgb(0,64,90); }
H1.HeaderClassName
{
color: #00405A;
}
.AnyTagClassName
{
color: #00405A;
}
</style>
background-color css
<style>
a { background-color: #00405A; }
a { background-color: rgb(0,64,90); }
div.DivClassName
{
background-color: #00405A;
}
.BgClassName
{
background-color: #00405A;
}
</style>
border-color css
<style>
span { border-color: #00405A; }
span { border-color: rgb(0,64,90); }
td.TdClassName
{
border-color: #00405A;
}
.TagClassName
{
border-color: #00405A;
}
</style>