Shades of Sherpa Blue #014453
Tints of Sherpa Blue #014453
RGB
CMYK
RGB Variations
Color information
#014453 (or 0x014453) is known color: Sherpa Blue. HEX triplet: 01, 44 and 53. RGB value is (1,68,83). Sum of RGB (Red+Green+Blue) = 1+68+83=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #014453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014453 is #FEBBAC. Grayscale: #313131. Windows color (decimal): -16694189 or 5456897. OLE color: 5456897.
HSL color Cylindrical-coordinate representation of color #014453: hue angle of 190.98º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014453 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 68 | 83 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.67 |
| HSL | 190.98º | 0.98% | 0.16% | - |
| HSV(B) | 190.98º | 0.99% | 0.33% | - |
| XYZ | 3.64 | 4.77 | 8.91 | - |
| YUV | 49.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 83 | 0.99 | 0.18 | 0 | 0.67 | 190.98 | 0.98 | 0.16 |
| Hex | 1 | 44 | 53 | 63 | 12 | 0 | 43 | BF | 62 | 10 |
| Octal | 1 | 104 | 123 | 143 | 22 | 0 | 103 | 277 | 142 | 20 |
| Binary | 1 | 1000100 | 1010011 | 1100011 | 10010 | 0 | 1000011 | 10111111 | 1100010 | 10000 |
Color Harmonies of #014453
Complementary color
Monochromatic Colors of #014453
Black with #014453
Text Example
Text Example
White with #014453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014453; }
p { color: rgb(1,68,83); }
H1.HeaderClassName
{
color: #014453;
}
.AnyTagClassName
{
color: #014453;
}
</style>
background-color css
<style>
a { background-color: #014453; }
a { background-color: rgb(1,68,83); }
div.DivClassName
{
background-color: #014453;
}
.BgClassName
{
background-color: #014453;
}
</style>
border-color css
<style>
span { border-color: #014453; }
span { border-color: rgb(1,68,83); }
td.TdClassName
{
border-color: #014453;
}
.TagClassName
{
border-color: #014453;
}
</style>