Shades of Sherpa Blue #07485D
Tints of Sherpa Blue #07485D
RGB
CMYK
RGB Variations
Color information
#07485D (or 0x07485D) is known color: Sherpa Blue. HEX triplet: 07, 48 and 5D. RGB value is (7,72,93). Sum of RGB (Red+Green+Blue) = 7+72+93=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #07485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07485D is #F8B7A2. Grayscale: #363636. Windows color (decimal): -16299939 or 6113287. OLE color: 6113287.
HSL color Cylindrical-coordinate representation of color #07485D: hue angle of 194.65º 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 #07485D is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 72 | 93 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.64 |
| HSL | 194.65º | 0.86% | 0.2% | - |
| HSV(B) | 194.65º | 0.92% | 0.36% | - |
| XYZ | 4.38 | 5.47 | 11.18 | - |
| YUV | 54.96 | 149.47 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 93 | 0.92 | 0.23 | 0 | 0.64 | 194.65 | 0.86 | 0.2 |
| Hex | 7 | 48 | 5D | 5C | 17 | 0 | 40 | C3 | 56 | 14 |
| Octal | 7 | 110 | 135 | 134 | 27 | 0 | 100 | 303 | 126 | 24 |
| Binary | 111 | 1001000 | 1011101 | 1011100 | 10111 | 0 | 1000000 | 11000011 | 1010110 | 10100 |
Color Harmonies of #07485D
Complementary color
Monochromatic Colors of #07485D
Black with #07485D
Text Example
Text Example
White with #07485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07485D; }
p { color: rgb(7,72,93); }
H1.HeaderClassName
{
color: #07485D;
}
.AnyTagClassName
{
color: #07485D;
}
</style>
background-color css
<style>
a { background-color: #07485D; }
a { background-color: rgb(7,72,93); }
div.DivClassName
{
background-color: #07485D;
}
.BgClassName
{
background-color: #07485D;
}
</style>
border-color css
<style>
span { border-color: #07485D; }
span { border-color: rgb(7,72,93); }
td.TdClassName
{
border-color: #07485D;
}
.TagClassName
{
border-color: #07485D;
}
</style>