Shades of Smalt #0C238D
Tints of Smalt #0C238D
RGB
CMYK
RGB Variations
Color information
#0C238D (or 0x0C238D) is known color: Smalt. HEX triplet: 0C, 23 and 8D. RGB value is (12,35,141). Sum of RGB (Red+Green+Blue) = 12+35+141=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C238D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C238D is #F3DC72. Grayscale: #272727. Windows color (decimal): -15981683 or 9249548. OLE color: 9249548.
HSL color Cylindrical-coordinate representation of color #0C238D: hue angle of 229.3º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C238D is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 35 | 141 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.45 |
| HSL | 229.3º | 0.84% | 0.3% | - |
| HSV(B) | 229.3º | 0.91% | 0.55% | - |
| XYZ | 5.56 | 3.2 | 25.52 | - |
| YUV | 40.21 | 184.88 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 141 | 0.91 | 0.75 | 0 | 0.45 | 229.3 | 0.84 | 0.3 |
| Hex | C | 23 | 8D | 5B | 4B | 0 | 2D | E5 | 54 | 1E |
| Octal | 14 | 43 | 215 | 133 | 113 | 0 | 55 | 345 | 124 | 36 |
| Binary | 1100 | 100011 | 10001101 | 1011011 | 1001011 | 0 | 101101 | 11100101 | 1010100 | 11110 |
Color Harmonies of #0C238D
Complementary color
Monochromatic Colors of #0C238D
Black with #0C238D
Text Example
Text Example
White with #0C238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C238D; }
p { color: rgb(12,35,141); }
H1.HeaderClassName
{
color: #0C238D;
}
.AnyTagClassName
{
color: #0C238D;
}
</style>
background-color css
<style>
a { background-color: #0C238D; }
a { background-color: rgb(12,35,141); }
div.DivClassName
{
background-color: #0C238D;
}
.BgClassName
{
background-color: #0C238D;
}
</style>
border-color css
<style>
span { border-color: #0C238D; }
span { border-color: rgb(12,35,141); }
td.TdClassName
{
border-color: #0C238D;
}
.TagClassName
{
border-color: #0C238D;
}
</style>