Shades of Smalt #0C348A
Tints of Smalt #0C348A
RGB
CMYK
RGB Variations
Color information
#0C348A (or 0x0C348A) is known color: Smalt. HEX triplet: 0C, 34 and 8A. RGB value is (12,52,138). Sum of RGB (Red+Green+Blue) = 12+52+138=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C348A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C348A is #F3CB75. Grayscale: #313131. Windows color (decimal): -15977334 or 9057292. OLE color: 9057292.
HSL color Cylindrical-coordinate representation of color #0C348A: hue angle of 220.95º 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 #0C348A is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 52 | 138 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.46 |
| HSL | 220.95º | 0.84% | 0.29% | - |
| HSV(B) | 220.95º | 0.91% | 0.54% | - |
| XYZ | 5.97 | 4.37 | 24.57 | - |
| YUV | 49.84 | 177.75 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 138 | 0.91 | 0.62 | 0 | 0.46 | 220.95 | 0.84 | 0.29 |
| Hex | C | 34 | 8A | 5B | 3E | 0 | 2E | DD | 54 | 1D |
| Octal | 14 | 64 | 212 | 133 | 76 | 0 | 56 | 335 | 124 | 35 |
| Binary | 1100 | 110100 | 10001010 | 1011011 | 111110 | 0 | 101110 | 11011101 | 1010100 | 11101 |
Color Harmonies of #0C348A
Complementary color
Monochromatic Colors of #0C348A
Black with #0C348A
Text Example
Text Example
White with #0C348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C348A; }
p { color: rgb(12,52,138); }
H1.HeaderClassName
{
color: #0C348A;
}
.AnyTagClassName
{
color: #0C348A;
}
</style>
background-color css
<style>
a { background-color: #0C348A; }
a { background-color: rgb(12,52,138); }
div.DivClassName
{
background-color: #0C348A;
}
.BgClassName
{
background-color: #0C348A;
}
</style>
border-color css
<style>
span { border-color: #0C348A; }
span { border-color: rgb(12,52,138); }
td.TdClassName
{
border-color: #0C348A;
}
.TagClassName
{
border-color: #0C348A;
}
</style>