Shades of Smalt #0C2E92
Tints of Smalt #0C2E92
RGB
CMYK
RGB Variations
Color information
#0C2E92 (or 0x0C2E92) is known color: Smalt. HEX triplet: 0C, 2E and 92. RGB value is (12,46,146). Sum of RGB (Red+Green+Blue) = 12+46+146=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C2E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2E92 is #F3D16D. Grayscale: #2E2E2E. Windows color (decimal): -15978862 or 9580044. OLE color: 9580044.
HSL color Cylindrical-coordinate representation of color #0C2E92: hue angle of 224.78º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C2E92 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 46 | 146 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.43 |
| HSL | 224.78º | 0.85% | 0.31% | - |
| HSV(B) | 224.78º | 0.92% | 0.57% | - |
| XYZ | 6.32 | 4.11 | 27.65 | - |
| YUV | 47.23 | 183.74 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 46 | 146 | 0.92 | 0.68 | 0 | 0.43 | 224.78 | 0.85 | 0.31 |
| Hex | C | 2E | 92 | 5C | 44 | 0 | 2B | E1 | 55 | 1F |
| Octal | 14 | 56 | 222 | 134 | 104 | 0 | 53 | 341 | 125 | 37 |
| Binary | 1100 | 101110 | 10010010 | 1011100 | 1000100 | 0 | 101011 | 11100001 | 1010101 | 11111 |
Color Harmonies of #0C2E92
Complementary color
Monochromatic Colors of #0C2E92
Black with #0C2E92
Text Example
Text Example
White with #0C2E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2E92; }
p { color: rgb(12,46,146); }
H1.HeaderClassName
{
color: #0C2E92;
}
.AnyTagClassName
{
color: #0C2E92;
}
</style>
background-color css
<style>
a { background-color: #0C2E92; }
a { background-color: rgb(12,46,146); }
div.DivClassName
{
background-color: #0C2E92;
}
.BgClassName
{
background-color: #0C2E92;
}
</style>
border-color css
<style>
span { border-color: #0C2E92; }
span { border-color: rgb(12,46,146); }
td.TdClassName
{
border-color: #0C2E92;
}
.TagClassName
{
border-color: #0C2E92;
}
</style>