Shades of Sherpa Blue #07485C
Tints of Sherpa Blue #07485C
RGB
CMYK
RGB Variations
Color information
#07485C (or 0x07485C) is known color: Sherpa Blue. HEX triplet: 07, 48 and 5C. RGB value is (7,72,92). Sum of RGB (Red+Green+Blue) = 7+72+92=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #07485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07485C is #F8B7A3. Grayscale: #363636. Windows color (decimal): -16299940 or 6047751. OLE color: 6047751.
HSL color Cylindrical-coordinate representation of color #07485C: hue angle of 194.12º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07485C is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 72 | 92 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.64 |
| HSL | 194.12º | 0.86% | 0.19% | - |
| HSV(B) | 194.12º | 0.92% | 0.36% | - |
| XYZ | 4.34 | 5.45 | 10.95 | - |
| YUV | 54.85 | 148.97 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 92 | 0.92 | 0.22 | 0 | 0.64 | 194.12 | 0.86 | 0.19 |
| Hex | 7 | 48 | 5C | 5C | 16 | 0 | 40 | C2 | 56 | 13 |
| Octal | 7 | 110 | 134 | 134 | 26 | 0 | 100 | 302 | 126 | 23 |
| Binary | 111 | 1001000 | 1011100 | 1011100 | 10110 | 0 | 1000000 | 11000010 | 1010110 | 10011 |
Color Harmonies of #07485C
Complementary color
Monochromatic Colors of #07485C
Black with #07485C
Text Example
Text Example
White with #07485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07485C; }
p { color: rgb(7,72,92); }
H1.HeaderClassName
{
color: #07485C;
}
.AnyTagClassName
{
color: #07485C;
}
</style>
background-color css
<style>
a { background-color: #07485C; }
a { background-color: rgb(7,72,92); }
div.DivClassName
{
background-color: #07485C;
}
.BgClassName
{
background-color: #07485C;
}
</style>
border-color css
<style>
span { border-color: #07485C; }
span { border-color: rgb(7,72,92); }
td.TdClassName
{
border-color: #07485C;
}
.TagClassName
{
border-color: #07485C;
}
</style>