Shades of Sherpa Blue #09404C
Tints of Sherpa Blue #09404C
RGB
CMYK
RGB Variations
Color information
#09404C (or 0x09404C) is known color: Sherpa Blue. HEX triplet: 09, 40 and 4C. RGB value is (9,64,76). Sum of RGB (Red+Green+Blue) = 9+64+76=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #09404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09404C is #F6BFB3. Grayscale: #303030. Windows color (decimal): -16170932 or 4997129. OLE color: 4997129.
HSL color Cylindrical-coordinate representation of color #09404C: hue angle of 190.75º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09404C is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 64 | 76 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.70 |
| HSL | 190.75º | 0.79% | 0.17% | - |
| HSV(B) | 190.75º | 0.88% | 0.3% | - |
| XYZ | 3.25 | 4.25 | 7.49 | - |
| YUV | 48.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 76 | 0.88 | 0.16 | 0 | 0.70 | 190.75 | 0.79 | 0.17 |
| Hex | 9 | 40 | 4C | 58 | 10 | 0 | 46 | BF | 4F | 11 |
| Octal | 11 | 100 | 114 | 130 | 20 | 0 | 106 | 277 | 117 | 21 |
| Binary | 1001 | 1000000 | 1001100 | 1011000 | 10000 | 0 | 1000110 | 10111111 | 1001111 | 10001 |
Color Harmonies of #09404C
Complementary color
Monochromatic Colors of #09404C
Black with #09404C
Text Example
Text Example
White with #09404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09404C; }
p { color: rgb(9,64,76); }
H1.HeaderClassName
{
color: #09404C;
}
.AnyTagClassName
{
color: #09404C;
}
</style>
background-color css
<style>
a { background-color: #09404C; }
a { background-color: rgb(9,64,76); }
div.DivClassName
{
background-color: #09404C;
}
.BgClassName
{
background-color: #09404C;
}
</style>
border-color css
<style>
span { border-color: #09404C; }
span { border-color: rgb(9,64,76); }
td.TdClassName
{
border-color: #09404C;
}
.TagClassName
{
border-color: #09404C;
}
</style>