Shades of Sherpa Blue #014454
Tints of Sherpa Blue #014454
RGB
CMYK
RGB Variations
Color information
#014454 (or 0x014454) is known color: Sherpa Blue. HEX triplet: 01, 44 and 54. RGB value is (1,68,84). Sum of RGB (Red+Green+Blue) = 1+68+84=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #014454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014454 is #FEBBAB. Grayscale: #313131. Windows color (decimal): -16694188 or 5522433. OLE color: 5522433.
HSL color Cylindrical-coordinate representation of color #014454: hue angle of 191.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014454 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 68 | 84 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.67 |
| HSL | 191.57º | 0.98% | 0.17% | - |
| HSV(B) | 191.57º | 0.99% | 0.33% | - |
| XYZ | 3.68 | 4.78 | 9.12 | - |
| YUV | 49.79 | 147.3 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 84 | 0.99 | 0.19 | 0 | 0.67 | 191.57 | 0.98 | 0.17 |
| Hex | 1 | 44 | 54 | 63 | 13 | 0 | 43 | C0 | 62 | 11 |
| Octal | 1 | 104 | 124 | 143 | 23 | 0 | 103 | 300 | 142 | 21 |
| Binary | 1 | 1000100 | 1010100 | 1100011 | 10011 | 0 | 1000011 | 11000000 | 1100010 | 10001 |
Color Harmonies of #014454
Complementary color
Monochromatic Colors of #014454
Black with #014454
Text Example
Text Example
White with #014454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014454; }
p { color: rgb(1,68,84); }
H1.HeaderClassName
{
color: #014454;
}
.AnyTagClassName
{
color: #014454;
}
</style>
background-color css
<style>
a { background-color: #014454; }
a { background-color: rgb(1,68,84); }
div.DivClassName
{
background-color: #014454;
}
.BgClassName
{
background-color: #014454;
}
</style>
border-color css
<style>
span { border-color: #014454; }
span { border-color: rgb(1,68,84); }
td.TdClassName
{
border-color: #014454;
}
.TagClassName
{
border-color: #014454;
}
</style>