Shades of Sherpa Blue #07454B
Tints of Sherpa Blue #07454B
RGB
CMYK
RGB Variations
Color information
#07454B (or 0x07454B) is known color: Sherpa Blue. HEX triplet: 07, 45 and 4B. RGB value is (7,69,75). Sum of RGB (Red+Green+Blue) = 7+69+75=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #07454B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07454B is #F8BAB4. Grayscale: #333333. Windows color (decimal): -16300725 or 4932871. OLE color: 4932871.
HSL color Cylindrical-coordinate representation of color #07454B: hue angle of 185.29º 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 #07454B is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 69 | 75 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.71 |
| HSL | 185.29º | 0.83% | 0.16% | - |
| HSV(B) | 185.29º | 0.91% | 0.29% | - |
| XYZ | 3.49 | 4.81 | 7.4 | - |
| YUV | 51.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 75 | 0.91 | 0.08 | 0 | 0.71 | 185.29 | 0.83 | 0.16 |
| Hex | 7 | 45 | 4B | 5B | 8 | 0 | 47 | B9 | 53 | 10 |
| Octal | 7 | 105 | 113 | 133 | 10 | 0 | 107 | 271 | 123 | 20 |
| Binary | 111 | 1000101 | 1001011 | 1011011 | 1000 | 0 | 1000111 | 10111001 | 1010011 | 10000 |
Color Harmonies of #07454B
Complementary color
Monochromatic Colors of #07454B
Black with #07454B
Text Example
Text Example
White with #07454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07454B; }
p { color: rgb(7,69,75); }
H1.HeaderClassName
{
color: #07454B;
}
.AnyTagClassName
{
color: #07454B;
}
</style>
background-color css
<style>
a { background-color: #07454B; }
a { background-color: rgb(7,69,75); }
div.DivClassName
{
background-color: #07454B;
}
.BgClassName
{
background-color: #07454B;
}
</style>
border-color css
<style>
span { border-color: #07454B; }
span { border-color: rgb(7,69,75); }
td.TdClassName
{
border-color: #07454B;
}
.TagClassName
{
border-color: #07454B;
}
</style>