Shades of Sherpa Blue #074454
Tints of Sherpa Blue #074454
RGB
CMYK
RGB Variations
Color information
#074454 (or 0x074454) is known color: Sherpa Blue. HEX triplet: 07, 44 and 54. RGB value is (7,68,84). Sum of RGB (Red+Green+Blue) = 7+68+84=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #074454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074454 is #F8BBAB. Grayscale: #333333. Windows color (decimal): -16300972 or 5522439. OLE color: 5522439.
HSL color Cylindrical-coordinate representation of color #074454: hue angle of 192.47º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074454 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 68 | 84 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.67 |
| HSL | 192.47º | 0.85% | 0.18% | - |
| HSV(B) | 192.47º | 0.92% | 0.33% | - |
| XYZ | 3.75 | 4.82 | 9.12 | - |
| YUV | 51.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 84 | 0.92 | 0.19 | 0 | 0.67 | 192.47 | 0.85 | 0.18 |
| Hex | 7 | 44 | 54 | 5C | 13 | 0 | 43 | C0 | 55 | 12 |
| Octal | 7 | 104 | 124 | 134 | 23 | 0 | 103 | 300 | 125 | 22 |
| Binary | 111 | 1000100 | 1010100 | 1011100 | 10011 | 0 | 1000011 | 11000000 | 1010101 | 10010 |
Color Harmonies of #074454
Complementary color
Monochromatic Colors of #074454
Black with #074454
Text Example
Text Example
White with #074454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074454; }
p { color: rgb(7,68,84); }
H1.HeaderClassName
{
color: #074454;
}
.AnyTagClassName
{
color: #074454;
}
</style>
background-color css
<style>
a { background-color: #074454; }
a { background-color: rgb(7,68,84); }
div.DivClassName
{
background-color: #074454;
}
.BgClassName
{
background-color: #074454;
}
</style>
border-color css
<style>
span { border-color: #074454; }
span { border-color: rgb(7,68,84); }
td.TdClassName
{
border-color: #074454;
}
.TagClassName
{
border-color: #074454;
}
</style>