Shades of Smalt #0C308B
Tints of Smalt #0C308B
RGB
CMYK
RGB Variations
Color information
#0C308B (or 0x0C308B) is known color: Smalt. HEX triplet: 0C, 30 and 8B. RGB value is (12,48,139). Sum of RGB (Red+Green+Blue) = 12+48+139=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C308B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C308B is #F3CF74. Grayscale: #2F2F2F. Windows color (decimal): -15978357 or 9121804. OLE color: 9121804.
HSL color Cylindrical-coordinate representation of color #0C308B: hue angle of 222.99º 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 #0C308B is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 48 | 139 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.45 |
| HSL | 222.99º | 0.84% | 0.3% | - |
| HSV(B) | 222.99º | 0.91% | 0.55% | - |
| XYZ | 5.87 | 4.06 | 24.9 | - |
| YUV | 47.61 | 179.57 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 139 | 0.91 | 0.65 | 0 | 0.45 | 222.99 | 0.84 | 0.3 |
| Hex | C | 30 | 8B | 5B | 41 | 0 | 2D | DF | 54 | 1E |
| Octal | 14 | 60 | 213 | 133 | 101 | 0 | 55 | 337 | 124 | 36 |
| Binary | 1100 | 110000 | 10001011 | 1011011 | 1000001 | 0 | 101101 | 11011111 | 1010100 | 11110 |
Color Harmonies of #0C308B
Complementary color
Monochromatic Colors of #0C308B
Black with #0C308B
Text Example
Text Example
White with #0C308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C308B; }
p { color: rgb(12,48,139); }
H1.HeaderClassName
{
color: #0C308B;
}
.AnyTagClassName
{
color: #0C308B;
}
</style>
background-color css
<style>
a { background-color: #0C308B; }
a { background-color: rgb(12,48,139); }
div.DivClassName
{
background-color: #0C308B;
}
.BgClassName
{
background-color: #0C308B;
}
</style>
border-color css
<style>
span { border-color: #0C308B; }
span { border-color: rgb(12,48,139); }
td.TdClassName
{
border-color: #0C308B;
}
.TagClassName
{
border-color: #0C308B;
}
</style>