Shades of Smalt #0C308A
Tints of Smalt #0C308A
RGB
CMYK
RGB Variations
Color information
#0C308A (or 0x0C308A) is known color: Smalt. HEX triplet: 0C, 30 and 8A. RGB value is (12,48,138). Sum of RGB (Red+Green+Blue) = 12+48+138=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C308A is #F3CF75. Grayscale: #2F2F2F. Windows color (decimal): -15978358 or 9056268. OLE color: 9056268.
HSL color Cylindrical-coordinate representation of color #0C308A: hue angle of 222.86º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C308A is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 48 | 138 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.46 |
| HSL | 222.86º | 0.84% | 0.29% | - |
| HSV(B) | 222.86º | 0.91% | 0.54% | - |
| XYZ | 5.8 | 4.03 | 24.52 | - |
| YUV | 47.5 | 179.07 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 138 | 0.91 | 0.65 | 0 | 0.46 | 222.86 | 0.84 | 0.29 |
| Hex | C | 30 | 8A | 5B | 41 | 0 | 2E | DF | 54 | 1D |
| Octal | 14 | 60 | 212 | 133 | 101 | 0 | 56 | 337 | 124 | 35 |
| Binary | 1100 | 110000 | 10001010 | 1011011 | 1000001 | 0 | 101110 | 11011111 | 1010100 | 11101 |
Color Harmonies of #0C308A
Complementary color
Monochromatic Colors of #0C308A
Black with #0C308A
Text Example
Text Example
White with #0C308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C308A; }
p { color: rgb(12,48,138); }
H1.HeaderClassName
{
color: #0C308A;
}
.AnyTagClassName
{
color: #0C308A;
}
</style>
background-color css
<style>
a { background-color: #0C308A; }
a { background-color: rgb(12,48,138); }
div.DivClassName
{
background-color: #0C308A;
}
.BgClassName
{
background-color: #0C308A;
}
</style>
border-color css
<style>
span { border-color: #0C308A; }
span { border-color: rgb(12,48,138); }
td.TdClassName
{
border-color: #0C308A;
}
.TagClassName
{
border-color: #0C308A;
}
</style>