Shades of Sherpa Blue #07455C
Tints of Sherpa Blue #07455C
RGB
CMYK
RGB Variations
Color information
#07455C (or 0x07455C) is known color: Sherpa Blue. HEX triplet: 07, 45 and 5C. RGB value is (7,69,92). Sum of RGB (Red+Green+Blue) = 7+69+92=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #07455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07455C is #F8BAA3. Grayscale: #343434. Windows color (decimal): -16300708 or 6046983. OLE color: 6046983.
HSL color Cylindrical-coordinate representation of color #07455C: hue angle of 196.24º 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 #07455C is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 69 | 92 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.64 |
| HSL | 196.24º | 0.86% | 0.19% | - |
| HSV(B) | 196.24º | 0.92% | 0.36% | - |
| XYZ | 4.15 | 5.07 | 10.89 | - |
| YUV | 53.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 92 | 0.92 | 0.25 | 0 | 0.64 | 196.24 | 0.86 | 0.19 |
| Hex | 7 | 45 | 5C | 5C | 19 | 0 | 40 | C4 | 56 | 13 |
| Octal | 7 | 105 | 134 | 134 | 31 | 0 | 100 | 304 | 126 | 23 |
| Binary | 111 | 1000101 | 1011100 | 1011100 | 11001 | 0 | 1000000 | 11000100 | 1010110 | 10011 |
Color Harmonies of #07455C
Complementary color
Monochromatic Colors of #07455C
Black with #07455C
Text Example
Text Example
White with #07455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07455C; }
p { color: rgb(7,69,92); }
H1.HeaderClassName
{
color: #07455C;
}
.AnyTagClassName
{
color: #07455C;
}
</style>
background-color css
<style>
a { background-color: #07455C; }
a { background-color: rgb(7,69,92); }
div.DivClassName
{
background-color: #07455C;
}
.BgClassName
{
background-color: #07455C;
}
</style>
border-color css
<style>
span { border-color: #07455C; }
span { border-color: rgb(7,69,92); }
td.TdClassName
{
border-color: #07455C;
}
.TagClassName
{
border-color: #07455C;
}
</style>