Shades of Sherpa Blue #01425A
Tints of Sherpa Blue #01425A
RGB
CMYK
RGB Variations
Color information
#01425A (or 0x01425A) is known color: Sherpa Blue. HEX triplet: 01, 42 and 5A. RGB value is (1,66,90). Sum of RGB (Red+Green+Blue) = 1+66+90=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #01425A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01425A is #FEBDA5. Grayscale: #313131. Windows color (decimal): -16694694 or 5915137. OLE color: 5915137.
HSL color Cylindrical-coordinate representation of color #01425A: hue angle of 196.18º 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 #01425A is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 66 | 90 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.65 |
| HSL | 196.18º | 0.98% | 0.18% | - |
| HSV(B) | 196.18º | 0.99% | 0.35% | - |
| XYZ | 3.81 | 4.64 | 10.37 | - |
| YUV | 49.3 | 150.97 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 90 | 0.99 | 0.27 | 0 | 0.65 | 196.18 | 0.98 | 0.18 |
| Hex | 1 | 42 | 5A | 63 | 1B | 0 | 41 | C4 | 62 | 12 |
| Octal | 1 | 102 | 132 | 143 | 33 | 0 | 101 | 304 | 142 | 22 |
| Binary | 1 | 1000010 | 1011010 | 1100011 | 11011 | 0 | 1000001 | 11000100 | 1100010 | 10010 |
Color Harmonies of #01425A
Complementary color
Monochromatic Colors of #01425A
Black with #01425A
Text Example
Text Example
White with #01425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01425A; }
p { color: rgb(1,66,90); }
H1.HeaderClassName
{
color: #01425A;
}
.AnyTagClassName
{
color: #01425A;
}
</style>
background-color css
<style>
a { background-color: #01425A; }
a { background-color: rgb(1,66,90); }
div.DivClassName
{
background-color: #01425A;
}
.BgClassName
{
background-color: #01425A;
}
</style>
border-color css
<style>
span { border-color: #01425A; }
span { border-color: rgb(1,66,90); }
td.TdClassName
{
border-color: #01425A;
}
.TagClassName
{
border-color: #01425A;
}
</style>