Shades of Sherpa Blue #044253
Tints of Sherpa Blue #044253
RGB
CMYK
RGB Variations
Color information
#044253 (or 0x044253) is known color: Sherpa Blue. HEX triplet: 04, 42 and 53. RGB value is (4,66,83). Sum of RGB (Red+Green+Blue) = 4+66+83=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #044253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044253 is #FBBDAC. Grayscale: #313131. Windows color (decimal): -16498093 or 5456388. OLE color: 5456388.
HSL color Cylindrical-coordinate representation of color #044253: hue angle of 192.91º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044253 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 66 | 83 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.67 |
| HSL | 192.91º | 0.91% | 0.17% | - |
| HSV(B) | 192.91º | 0.95% | 0.33% | - |
| XYZ | 3.56 | 4.55 | 8.87 | - |
| YUV | 49.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 83 | 0.95 | 0.20 | 0 | 0.67 | 192.91 | 0.91 | 0.17 |
| Hex | 4 | 42 | 53 | 5F | 14 | 0 | 43 | C1 | 5B | 11 |
| Octal | 4 | 102 | 123 | 137 | 24 | 0 | 103 | 301 | 133 | 21 |
| Binary | 100 | 1000010 | 1010011 | 1011111 | 10100 | 0 | 1000011 | 11000001 | 1011011 | 10001 |
Color Harmonies of #044253
Complementary color
Monochromatic Colors of #044253
Black with #044253
Text Example
Text Example
White with #044253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044253; }
p { color: rgb(4,66,83); }
H1.HeaderClassName
{
color: #044253;
}
.AnyTagClassName
{
color: #044253;
}
</style>
background-color css
<style>
a { background-color: #044253; }
a { background-color: rgb(4,66,83); }
div.DivClassName
{
background-color: #044253;
}
.BgClassName
{
background-color: #044253;
}
</style>
border-color css
<style>
span { border-color: #044253; }
span { border-color: rgb(4,66,83); }
td.TdClassName
{
border-color: #044253;
}
.TagClassName
{
border-color: #044253;
}
</style>