Shades of Sherpa Blue #0C404B
Tints of Sherpa Blue #0C404B
RGB
CMYK
RGB Variations
Color information
#0C404B (or 0x0C404B) is known color: Sherpa Blue. HEX triplet: 0C, 40 and 4B. RGB value is (12,64,75). Sum of RGB (Red+Green+Blue) = 12+64+75=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 64 (25.39% from 255 or 42.38% 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 #0C404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C404B is #F3BFB4. Grayscale: #313131. Windows color (decimal): -15974325 or 4931596. OLE color: 4931596.
HSL color Cylindrical-coordinate representation of color #0C404B: hue angle of 190.48º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C404B is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 64 | 75 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.71 |
| HSL | 190.48º | 0.72% | 0.17% | - |
| HSV(B) | 190.48º | 0.84% | 0.29% | - |
| XYZ | 3.26 | 4.25 | 7.31 | - |
| YUV | 49.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 75 | 0.84 | 0.15 | 0 | 0.71 | 190.48 | 0.72 | 0.17 |
| Hex | C | 40 | 4B | 54 | F | 0 | 47 | BE | 48 | 11 |
| Octal | 14 | 100 | 113 | 124 | 17 | 0 | 107 | 276 | 110 | 21 |
| Binary | 1100 | 1000000 | 1001011 | 1010100 | 1111 | 0 | 1000111 | 10111110 | 1001000 | 10001 |
Color Harmonies of #0C404B
Complementary color
Monochromatic Colors of #0C404B
Black with #0C404B
Text Example
Text Example
White with #0C404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C404B; }
p { color: rgb(12,64,75); }
H1.HeaderClassName
{
color: #0C404B;
}
.AnyTagClassName
{
color: #0C404B;
}
</style>
background-color css
<style>
a { background-color: #0C404B; }
a { background-color: rgb(12,64,75); }
div.DivClassName
{
background-color: #0C404B;
}
.BgClassName
{
background-color: #0C404B;
}
</style>
border-color css
<style>
span { border-color: #0C404B; }
span { border-color: rgb(12,64,75); }
td.TdClassName
{
border-color: #0C404B;
}
.TagClassName
{
border-color: #0C404B;
}
</style>