Shades of Smalt #0C3D92
Tints of Smalt #0C3D92
RGB
CMYK
RGB Variations
Color information
#0C3D92 (or 0x0C3D92) is known color: Smalt. HEX triplet: 0C, 3D and 92. RGB value is (12,61,146). Sum of RGB (Red+Green+Blue) = 12+61+146=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C3D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3D92 is #F3C26D. Grayscale: #373737. Windows color (decimal): -15975022 or 9583884. OLE color: 9583884.
HSL color Cylindrical-coordinate representation of color #0C3D92: hue angle of 218.06º 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 #0C3D92 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 61 | 146 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.43 |
| HSL | 218.06º | 0.85% | 0.31% | - |
| HSV(B) | 218.06º | 0.92% | 0.57% | - |
| XYZ | 7.01 | 5.49 | 27.88 | - |
| YUV | 56.04 | 178.77 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 61 | 146 | 0.92 | 0.58 | 0 | 0.43 | 218.06 | 0.85 | 0.31 |
| Hex | C | 3D | 92 | 5C | 3A | 0 | 2B | DA | 55 | 1F |
| Octal | 14 | 75 | 222 | 134 | 72 | 0 | 53 | 332 | 125 | 37 |
| Binary | 1100 | 111101 | 10010010 | 1011100 | 111010 | 0 | 101011 | 11011010 | 1010101 | 11111 |
Color Harmonies of #0C3D92
Complementary color
Monochromatic Colors of #0C3D92
Black with #0C3D92
Text Example
Text Example
White with #0C3D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3D92; }
p { color: rgb(12,61,146); }
H1.HeaderClassName
{
color: #0C3D92;
}
.AnyTagClassName
{
color: #0C3D92;
}
</style>
background-color css
<style>
a { background-color: #0C3D92; }
a { background-color: rgb(12,61,146); }
div.DivClassName
{
background-color: #0C3D92;
}
.BgClassName
{
background-color: #0C3D92;
}
</style>
border-color css
<style>
span { border-color: #0C3D92; }
span { border-color: rgb(12,61,146); }
td.TdClassName
{
border-color: #0C3D92;
}
.TagClassName
{
border-color: #0C3D92;
}
</style>