Shades of Sherpa Blue #014B5D
Tints of Sherpa Blue #014B5D
RGB
CMYK
RGB Variations
Color information
#014B5D (or 0x014B5D) is known color: Sherpa Blue. HEX triplet: 01, 4B and 5D. RGB value is (1,75,93). Sum of RGB (Red+Green+Blue) = 1+75+93=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #014B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B5D is #FEB4A2. Grayscale: #363636. Windows color (decimal): -16692387 or 6114049. OLE color: 6114049.
HSL color Cylindrical-coordinate representation of color #014B5D: hue angle of 191.74º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B5D is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 75 | 93 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.64 |
| HSL | 191.74º | 0.98% | 0.18% | - |
| HSV(B) | 191.74º | 0.99% | 0.36% | - |
| XYZ | 4.5 | 5.83 | 11.24 | - |
| YUV | 54.93 | 149.48 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 93 | 0.99 | 0.19 | 0 | 0.64 | 191.74 | 0.98 | 0.18 |
| Hex | 1 | 4B | 5D | 63 | 13 | 0 | 40 | C0 | 62 | 12 |
| Octal | 1 | 113 | 135 | 143 | 23 | 0 | 100 | 300 | 142 | 22 |
| Binary | 1 | 1001011 | 1011101 | 1100011 | 10011 | 0 | 1000000 | 11000000 | 1100010 | 10010 |
Color Harmonies of #014B5D
Complementary color
Monochromatic Colors of #014B5D
Black with #014B5D
Text Example
Text Example
White with #014B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014B5D; }
p { color: rgb(1,75,93); }
H1.HeaderClassName
{
color: #014B5D;
}
.AnyTagClassName
{
color: #014B5D;
}
</style>
background-color css
<style>
a { background-color: #014B5D; }
a { background-color: rgb(1,75,93); }
div.DivClassName
{
background-color: #014B5D;
}
.BgClassName
{
background-color: #014B5D;
}
</style>
border-color css
<style>
span { border-color: #014B5D; }
span { border-color: rgb(1,75,93); }
td.TdClassName
{
border-color: #014B5D;
}
.TagClassName
{
border-color: #014B5D;
}
</style>