Shades of Smalt #0C338A
Tints of Smalt #0C338A
RGB
CMYK
RGB Variations
Color information
#0C338A (or 0x0C338A) is known color: Smalt. HEX triplet: 0C, 33 and 8A. RGB value is (12,51,138). Sum of RGB (Red+Green+Blue) = 12+51+138=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C338A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C338A is #F3CC75. Grayscale: #303030. Windows color (decimal): -15977590 or 9057036. OLE color: 9057036.
HSL color Cylindrical-coordinate representation of color #0C338A: hue angle of 221.43º 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 #0C338A is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 51 | 138 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.46 |
| HSL | 221.43º | 0.84% | 0.29% | - |
| HSV(B) | 221.43º | 0.91% | 0.54% | - |
| XYZ | 5.92 | 4.28 | 24.56 | - |
| YUV | 49.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 138 | 0.91 | 0.63 | 0 | 0.46 | 221.43 | 0.84 | 0.29 |
| Hex | C | 33 | 8A | 5B | 3F | 0 | 2E | DD | 54 | 1D |
| Octal | 14 | 63 | 212 | 133 | 77 | 0 | 56 | 335 | 124 | 35 |
| Binary | 1100 | 110011 | 10001010 | 1011011 | 111111 | 0 | 101110 | 11011101 | 1010100 | 11101 |
Color Harmonies of #0C338A
Complementary color
Monochromatic Colors of #0C338A
Black with #0C338A
Text Example
Text Example
White with #0C338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C338A; }
p { color: rgb(12,51,138); }
H1.HeaderClassName
{
color: #0C338A;
}
.AnyTagClassName
{
color: #0C338A;
}
</style>
background-color css
<style>
a { background-color: #0C338A; }
a { background-color: rgb(12,51,138); }
div.DivClassName
{
background-color: #0C338A;
}
.BgClassName
{
background-color: #0C338A;
}
</style>
border-color css
<style>
span { border-color: #0C338A; }
span { border-color: rgb(12,51,138); }
td.TdClassName
{
border-color: #0C338A;
}
.TagClassName
{
border-color: #0C338A;
}
</style>