Shades of Sherpa Blue #00415A
Tints of Sherpa Blue #00415A
RGB
CMYK
RGB Variations
Color information
#00415A (or 0x00415A) is known color: Sherpa Blue. HEX triplet: 00, 41 and 5A. RGB value is (0,65,90). Sum of RGB (Red+Green+Blue) = 0+65+90=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #00415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00415A is #FFBEA5. Grayscale: #303030. Windows color (decimal): -16760486 or 5914880. OLE color: 5914880.
HSL color Cylindrical-coordinate representation of color #00415A: hue angle of 196.67º 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 #00415A is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 65 | 90 | - |
| CMYK | 1 | 0.28 | 0 | 0.65 |
| HSL | 196.67º | 1% | 0.18% | - |
| HSV(B) | 196.67º | 1% | 0.35% | - |
| XYZ | 3.74 | 4.52 | 10.35 | - |
| YUV | 48.42 | 151.47 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 90 | 1 | 0.28 | 0 | 0.65 | 196.67 | 1 | 0.18 |
| Hex | 0 | 41 | 5A | 64 | 1C | 0 | 41 | C5 | 64 | 12 |
| Octal | 0 | 101 | 132 | 144 | 34 | 0 | 101 | 305 | 144 | 22 |
| Binary | 0 | 1000001 | 1011010 | 1100100 | 11100 | 0 | 1000001 | 11000101 | 1100100 | 10010 |
Color Harmonies of #00415A
Complementary color
Monochromatic Colors of #00415A
Black with #00415A
Text Example
Text Example
White with #00415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00415A; }
p { color: rgb(0,65,90); }
H1.HeaderClassName
{
color: #00415A;
}
.AnyTagClassName
{
color: #00415A;
}
</style>
background-color css
<style>
a { background-color: #00415A; }
a { background-color: rgb(0,65,90); }
div.DivClassName
{
background-color: #00415A;
}
.BgClassName
{
background-color: #00415A;
}
</style>
border-color css
<style>
span { border-color: #00415A; }
span { border-color: rgb(0,65,90); }
td.TdClassName
{
border-color: #00415A;
}
.TagClassName
{
border-color: #00415A;
}
</style>