Shades of Sherpa Blue #074B5D
Tints of Sherpa Blue #074B5D
RGB
CMYK
RGB Variations
Color information
#074B5D (or 0x074B5D) is known color: Sherpa Blue. HEX triplet: 07, 4B and 5D. RGB value is (7,75,93). Sum of RGB (Red+Green+Blue) = 7+75+93=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #074B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B5D is #F8B4A2. Grayscale: #383838. Windows color (decimal): -16299171 or 6114055. OLE color: 6114055.
HSL color Cylindrical-coordinate representation of color #074B5D: hue angle of 192.56º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074B5D is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 75 | 93 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.64 |
| HSL | 192.56º | 0.86% | 0.2% | - |
| HSV(B) | 192.56º | 0.92% | 0.36% | - |
| XYZ | 4.58 | 5.87 | 11.25 | - |
| YUV | 56.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 93 | 0.92 | 0.19 | 0 | 0.64 | 192.56 | 0.86 | 0.2 |
| Hex | 7 | 4B | 5D | 5C | 13 | 0 | 40 | C1 | 56 | 14 |
| Octal | 7 | 113 | 135 | 134 | 23 | 0 | 100 | 301 | 126 | 24 |
| Binary | 111 | 1001011 | 1011101 | 1011100 | 10011 | 0 | 1000000 | 11000001 | 1010110 | 10100 |
Color Harmonies of #074B5D
Complementary color
Monochromatic Colors of #074B5D
Black with #074B5D
Text Example
Text Example
White with #074B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B5D; }
p { color: rgb(7,75,93); }
H1.HeaderClassName
{
color: #074B5D;
}
.AnyTagClassName
{
color: #074B5D;
}
</style>
background-color css
<style>
a { background-color: #074B5D; }
a { background-color: rgb(7,75,93); }
div.DivClassName
{
background-color: #074B5D;
}
.BgClassName
{
background-color: #074B5D;
}
</style>
border-color css
<style>
span { border-color: #074B5D; }
span { border-color: rgb(7,75,93); }
td.TdClassName
{
border-color: #074B5D;
}
.TagClassName
{
border-color: #074B5D;
}
</style>