Shades of Smalt #0C2B93
Tints of Smalt #0C2B93
RGB
CMYK
RGB Variations
Color information
#0C2B93 (or 0x0C2B93) is known color: Smalt. HEX triplet: 0C, 2B and 93. RGB value is (12,43,147). Sum of RGB (Red+Green+Blue) = 12+43+147=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 147 (57.81% from 255 or 72.77% from 202); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C2B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2B93 is #F3D46C. Grayscale: #2D2D2D. Windows color (decimal): -15979629 or 9644812. OLE color: 9644812.
HSL color Cylindrical-coordinate representation of color #0C2B93: hue angle of 226.22º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C2B93 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 43 | 147 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.42 |
| HSL | 226.22º | 0.85% | 0.31% | - |
| HSV(B) | 226.22º | 0.92% | 0.58% | - |
| XYZ | 6.28 | 3.91 | 28.03 | - |
| YUV | 45.59 | 185.23 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 43 | 147 | 0.92 | 0.71 | 0 | 0.42 | 226.22 | 0.85 | 0.31 |
| Hex | C | 2B | 93 | 5C | 47 | 0 | 2A | E2 | 55 | 1F |
| Octal | 14 | 53 | 223 | 134 | 107 | 0 | 52 | 342 | 125 | 37 |
| Binary | 1100 | 101011 | 10010011 | 1011100 | 1000111 | 0 | 101010 | 11100010 | 1010101 | 11111 |
Color Harmonies of #0C2B93
Complementary color
Monochromatic Colors of #0C2B93
Black with #0C2B93
Text Example
Text Example
White with #0C2B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2B93; }
p { color: rgb(12,43,147); }
H1.HeaderClassName
{
color: #0C2B93;
}
.AnyTagClassName
{
color: #0C2B93;
}
</style>
background-color css
<style>
a { background-color: #0C2B93; }
a { background-color: rgb(12,43,147); }
div.DivClassName
{
background-color: #0C2B93;
}
.BgClassName
{
background-color: #0C2B93;
}
</style>
border-color css
<style>
span { border-color: #0C2B93; }
span { border-color: rgb(12,43,147); }
td.TdClassName
{
border-color: #0C2B93;
}
.TagClassName
{
border-color: #0C2B93;
}
</style>