Shades of Smalt #0C2688
Tints of Smalt #0C2688
RGB
CMYK
RGB Variations
Color information
#0C2688 (or 0x0C2688) is known color: Smalt. HEX triplet: 0C, 26 and 88. RGB value is (12,38,136). Sum of RGB (Red+Green+Blue) = 12+38+136=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 136 (53.52% from 255 or 73.12% from 186); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C2688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2688 is #F3D977. Grayscale: #282828. Windows color (decimal): -15980920 or 8922636. OLE color: 8922636.
HSL color Cylindrical-coordinate representation of color #0C2688: hue angle of 227.42º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C2688 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 38 | 136 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.47 |
| HSL | 227.42º | 0.84% | 0.29% | - |
| HSV(B) | 227.42º | 0.91% | 0.53% | - |
| XYZ | 5.29 | 3.24 | 23.64 | - |
| YUV | 41.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 136 | 0.91 | 0.72 | 0 | 0.47 | 227.42 | 0.84 | 0.29 |
| Hex | C | 26 | 88 | 5B | 48 | 0 | 2F | E3 | 54 | 1D |
| Octal | 14 | 46 | 210 | 133 | 110 | 0 | 57 | 343 | 124 | 35 |
| Binary | 1100 | 100110 | 10001000 | 1011011 | 1001000 | 0 | 101111 | 11100011 | 1010100 | 11101 |
Color Harmonies of #0C2688
Complementary color
Monochromatic Colors of #0C2688
Black with #0C2688
Text Example
Text Example
White with #0C2688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2688; }
p { color: rgb(12,38,136); }
H1.HeaderClassName
{
color: #0C2688;
}
.AnyTagClassName
{
color: #0C2688;
}
</style>
background-color css
<style>
a { background-color: #0C2688; }
a { background-color: rgb(12,38,136); }
div.DivClassName
{
background-color: #0C2688;
}
.BgClassName
{
background-color: #0C2688;
}
</style>
border-color css
<style>
span { border-color: #0C2688; }
span { border-color: rgb(12,38,136); }
td.TdClassName
{
border-color: #0C2688;
}
.TagClassName
{
border-color: #0C2688;
}
</style>