Shades of Sherpa Blue #094B53
Tints of Sherpa Blue #094B53
RGB
CMYK
RGB Variations
Color information
#094B53 (or 0x094B53) is known color: Sherpa Blue. HEX triplet: 09, 4B and 53. RGB value is (9,75,83). Sum of RGB (Red+Green+Blue) = 9+75+83=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #094B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B53 is #F6B4AC. Grayscale: #383838. Windows color (decimal): -16168109 or 5458697. OLE color: 5458697.
HSL color Cylindrical-coordinate representation of color #094B53: hue angle of 186.49º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094B53 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 75 | 83 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.67 |
| HSL | 186.49º | 0.8% | 0.18% | - |
| HSV(B) | 186.49º | 0.89% | 0.33% | - |
| XYZ | 4.19 | 5.71 | 9.07 | - |
| YUV | 56.18 | 143.13 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 83 | 0.89 | 0.10 | 0 | 0.67 | 186.49 | 0.8 | 0.18 |
| Hex | 9 | 4B | 53 | 59 | A | 0 | 43 | BA | 50 | 12 |
| Octal | 11 | 113 | 123 | 131 | 12 | 0 | 103 | 272 | 120 | 22 |
| Binary | 1001 | 1001011 | 1010011 | 1011001 | 1010 | 0 | 1000011 | 10111010 | 1010000 | 10010 |
Color Harmonies of #094B53
Complementary color
Monochromatic Colors of #094B53
Black with #094B53
Text Example
Text Example
White with #094B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094B53; }
p { color: rgb(9,75,83); }
H1.HeaderClassName
{
color: #094B53;
}
.AnyTagClassName
{
color: #094B53;
}
</style>
background-color css
<style>
a { background-color: #094B53; }
a { background-color: rgb(9,75,83); }
div.DivClassName
{
background-color: #094B53;
}
.BgClassName
{
background-color: #094B53;
}
</style>
border-color css
<style>
span { border-color: #094B53; }
span { border-color: rgb(9,75,83); }
td.TdClassName
{
border-color: #094B53;
}
.TagClassName
{
border-color: #094B53;
}
</style>