Shades of Sherpa Blue #0D404C
Tints of Sherpa Blue #0D404C
RGB
CMYK
RGB Variations
Color information
#0D404C (or 0x0D404C) is known color: Sherpa Blue. HEX triplet: 0D, 40 and 4C. RGB value is (13,64,76). Sum of RGB (Red+Green+Blue) = 13+64+76=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D404C is #F2BFB3. Grayscale: #323232. Windows color (decimal): -15908788 or 4997133. OLE color: 4997133.
HSL color Cylindrical-coordinate representation of color #0D404C: hue angle of 191.43º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D404C is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 64 | 76 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.70 |
| HSL | 191.43º | 0.71% | 0.17% | - |
| HSV(B) | 191.43º | 0.83% | 0.3% | - |
| XYZ | 3.3 | 4.27 | 7.49 | - |
| YUV | 50.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 64 | 76 | 0.83 | 0.16 | 0 | 0.70 | 191.43 | 0.71 | 0.17 |
| Hex | D | 40 | 4C | 53 | 10 | 0 | 46 | BF | 47 | 11 |
| Octal | 15 | 100 | 114 | 123 | 20 | 0 | 106 | 277 | 107 | 21 |
| Binary | 1101 | 1000000 | 1001100 | 1010011 | 10000 | 0 | 1000110 | 10111111 | 1000111 | 10001 |
Color Harmonies of #0D404C
Complementary color
Monochromatic Colors of #0D404C
Black with #0D404C
Text Example
Text Example
White with #0D404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D404C; }
p { color: rgb(13,64,76); }
H1.HeaderClassName
{
color: #0D404C;
}
.AnyTagClassName
{
color: #0D404C;
}
</style>
background-color css
<style>
a { background-color: #0D404C; }
a { background-color: rgb(13,64,76); }
div.DivClassName
{
background-color: #0D404C;
}
.BgClassName
{
background-color: #0D404C;
}
</style>
border-color css
<style>
span { border-color: #0D404C; }
span { border-color: rgb(13,64,76); }
td.TdClassName
{
border-color: #0D404C;
}
.TagClassName
{
border-color: #0D404C;
}
</style>