Shades of Sherpa Blue #07444B
Tints of Sherpa Blue #07444B
RGB
CMYK
RGB Variations
Color information
#07444B (or 0x07444B) is known color: Sherpa Blue. HEX triplet: 07, 44 and 4B. RGB value is (7,68,75). Sum of RGB (Red+Green+Blue) = 7+68+75=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #07444B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07444B is #F8BBB4. Grayscale: #323232. Windows color (decimal): -16300981 or 4932615. OLE color: 4932615.
HSL color Cylindrical-coordinate representation of color #07444B: hue angle of 186.18º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07444B is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 68 | 75 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.71 |
| HSL | 186.18º | 0.83% | 0.16% | - |
| HSV(B) | 186.18º | 0.91% | 0.29% | - |
| XYZ | 3.42 | 4.69 | 7.38 | - |
| YUV | 50.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 75 | 0.91 | 0.09 | 0 | 0.71 | 186.18 | 0.83 | 0.16 |
| Hex | 7 | 44 | 4B | 5B | 9 | 0 | 47 | BA | 53 | 10 |
| Octal | 7 | 104 | 113 | 133 | 11 | 0 | 107 | 272 | 123 | 20 |
| Binary | 111 | 1000100 | 1001011 | 1011011 | 1001 | 0 | 1000111 | 10111010 | 1010011 | 10000 |
Color Harmonies of #07444B
Complementary color
Monochromatic Colors of #07444B
Black with #07444B
Text Example
Text Example
White with #07444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07444B; }
p { color: rgb(7,68,75); }
H1.HeaderClassName
{
color: #07444B;
}
.AnyTagClassName
{
color: #07444B;
}
</style>
background-color css
<style>
a { background-color: #07444B; }
a { background-color: rgb(7,68,75); }
div.DivClassName
{
background-color: #07444B;
}
.BgClassName
{
background-color: #07444B;
}
</style>
border-color css
<style>
span { border-color: #07444B; }
span { border-color: rgb(7,68,75); }
td.TdClassName
{
border-color: #07444B;
}
.TagClassName
{
border-color: #07444B;
}
</style>