Shades of Sherpa Blue #01415A
Tints of Sherpa Blue #01415A
RGB
CMYK
RGB Variations
Color information
#01415A (or 0x01415A) is known color: Sherpa Blue. HEX triplet: 01, 41 and 5A. RGB value is (1,65,90). Sum of RGB (Red+Green+Blue) = 1+65+90=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #01415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01415A is #FEBEA5. Grayscale: #303030. Windows color (decimal): -16694950 or 5914881. OLE color: 5914881.
HSL color Cylindrical-coordinate representation of color #01415A: hue angle of 196.85º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01415A is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 65 | 90 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.65 |
| HSL | 196.85º | 0.98% | 0.18% | - |
| HSV(B) | 196.85º | 0.99% | 0.35% | - |
| XYZ | 3.75 | 4.53 | 10.35 | - |
| YUV | 48.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 90 | 0.99 | 0.28 | 0 | 0.65 | 196.85 | 0.98 | 0.18 |
| Hex | 1 | 41 | 5A | 63 | 1C | 0 | 41 | C5 | 62 | 12 |
| Octal | 1 | 101 | 132 | 143 | 34 | 0 | 101 | 305 | 142 | 22 |
| Binary | 1 | 1000001 | 1011010 | 1100011 | 11100 | 0 | 1000001 | 11000101 | 1100010 | 10010 |
Color Harmonies of #01415A
Complementary color
Monochromatic Colors of #01415A
Black with #01415A
Text Example
Text Example
White with #01415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01415A; }
p { color: rgb(1,65,90); }
H1.HeaderClassName
{
color: #01415A;
}
.AnyTagClassName
{
color: #01415A;
}
</style>
background-color css
<style>
a { background-color: #01415A; }
a { background-color: rgb(1,65,90); }
div.DivClassName
{
background-color: #01415A;
}
.BgClassName
{
background-color: #01415A;
}
</style>
border-color css
<style>
span { border-color: #01415A; }
span { border-color: rgb(1,65,90); }
td.TdClassName
{
border-color: #01415A;
}
.TagClassName
{
border-color: #01415A;
}
</style>