Shades of Sherpa Blue #014B5A
Tints of Sherpa Blue #014B5A
RGB
CMYK
RGB Variations
Color information
#014B5A (or 0x014B5A) is known color: Sherpa Blue. HEX triplet: 01, 4B and 5A. RGB value is (1,75,90). Sum of RGB (Red+Green+Blue) = 1+75+90=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #014B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B5A is #FEB4A5. Grayscale: #363636. Windows color (decimal): -16692390 or 5917441. OLE color: 5917441.
HSL color Cylindrical-coordinate representation of color #014B5A: hue angle of 190.11º 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 #014B5A is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 75 | 90 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.65 |
| HSL | 190.11º | 0.98% | 0.18% | - |
| HSV(B) | 190.11º | 0.99% | 0.35% | - |
| XYZ | 4.37 | 5.78 | 10.56 | - |
| YUV | 54.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 90 | 0.99 | 0.17 | 0 | 0.65 | 190.11 | 0.98 | 0.18 |
| Hex | 1 | 4B | 5A | 63 | 11 | 0 | 41 | BE | 62 | 12 |
| Octal | 1 | 113 | 132 | 143 | 21 | 0 | 101 | 276 | 142 | 22 |
| Binary | 1 | 1001011 | 1011010 | 1100011 | 10001 | 0 | 1000001 | 10111110 | 1100010 | 10010 |
Color Harmonies of #014B5A
Complementary color
Monochromatic Colors of #014B5A
Black with #014B5A
Text Example
Text Example
White with #014B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014B5A; }
p { color: rgb(1,75,90); }
H1.HeaderClassName
{
color: #014B5A;
}
.AnyTagClassName
{
color: #014B5A;
}
</style>
background-color css
<style>
a { background-color: #014B5A; }
a { background-color: rgb(1,75,90); }
div.DivClassName
{
background-color: #014B5A;
}
.BgClassName
{
background-color: #014B5A;
}
</style>
border-color css
<style>
span { border-color: #014B5A; }
span { border-color: rgb(1,75,90); }
td.TdClassName
{
border-color: #014B5A;
}
.TagClassName
{
border-color: #014B5A;
}
</style>