Shades of Sherpa Blue #094B5C
Tints of Sherpa Blue #094B5C
RGB
CMYK
RGB Variations
Color information
#094B5C (or 0x094B5C) is known color: Sherpa Blue. HEX triplet: 09, 4B and 5C. RGB value is (9,75,92). Sum of RGB (Red+Green+Blue) = 9+75+92=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #094B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B5C is #F6B4A3. Grayscale: #393939. Windows color (decimal): -16168100 or 6048521. OLE color: 6048521.
HSL color Cylindrical-coordinate representation of color #094B5C: hue angle of 192.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094B5C is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 75 | 92 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.64 |
| HSL | 192.29º | 0.82% | 0.2% | - |
| HSV(B) | 192.29º | 0.9% | 0.36% | - |
| XYZ | 4.56 | 5.86 | 11.02 | - |
| YUV | 57.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 92 | 0.90 | 0.18 | 0 | 0.64 | 192.29 | 0.82 | 0.2 |
| Hex | 9 | 4B | 5C | 5A | 12 | 0 | 40 | C0 | 52 | 14 |
| Octal | 11 | 113 | 134 | 132 | 22 | 0 | 100 | 300 | 122 | 24 |
| Binary | 1001 | 1001011 | 1011100 | 1011010 | 10010 | 0 | 1000000 | 11000000 | 1010010 | 10100 |
Color Harmonies of #094B5C
Complementary color
Monochromatic Colors of #094B5C
Black with #094B5C
Text Example
Text Example
White with #094B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094B5C; }
p { color: rgb(9,75,92); }
H1.HeaderClassName
{
color: #094B5C;
}
.AnyTagClassName
{
color: #094B5C;
}
</style>
background-color css
<style>
a { background-color: #094B5C; }
a { background-color: rgb(9,75,92); }
div.DivClassName
{
background-color: #094B5C;
}
.BgClassName
{
background-color: #094B5C;
}
</style>
border-color css
<style>
span { border-color: #094B5C; }
span { border-color: rgb(9,75,92); }
td.TdClassName
{
border-color: #094B5C;
}
.TagClassName
{
border-color: #094B5C;
}
</style>