Shades of Smalt #01368B
Tints of Smalt #01368B
RGB
CMYK
RGB Variations
Color information
#01368B (or 0x01368B) is known color: Smalt. HEX triplet: 01, 36 and 8B. RGB value is (1,54,139). Sum of RGB (Red+Green+Blue) = 1+54+139=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #01368B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01368B is #FEC974. Grayscale: #2F2F2F. Windows color (decimal): -16697717 or 9123329. OLE color: 9123329.
HSL color Cylindrical-coordinate representation of color #01368B: hue angle of 216.96º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01368B is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 54 | 139 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.45 |
| HSL | 216.96º | 0.99% | 0.27% | - |
| HSV(B) | 216.96º | 0.99% | 0.55% | - |
| XYZ | 5.99 | 4.51 | 24.98 | - |
| YUV | 47.84 | 179.44 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 139 | 0.99 | 0.61 | 0 | 0.45 | 216.96 | 0.99 | 0.27 |
| Hex | 1 | 36 | 8B | 63 | 3D | 0 | 2D | D9 | 63 | 1B |
| Octal | 1 | 66 | 213 | 143 | 75 | 0 | 55 | 331 | 143 | 33 |
| Binary | 1 | 110110 | 10001011 | 1100011 | 111101 | 0 | 101101 | 11011001 | 1100011 | 11011 |
Color Harmonies of #01368B
Complementary color
Monochromatic Colors of #01368B
Black with #01368B
Text Example
Text Example
White with #01368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01368B; }
p { color: rgb(1,54,139); }
H1.HeaderClassName
{
color: #01368B;
}
.AnyTagClassName
{
color: #01368B;
}
</style>
background-color css
<style>
a { background-color: #01368B; }
a { background-color: rgb(1,54,139); }
div.DivClassName
{
background-color: #01368B;
}
.BgClassName
{
background-color: #01368B;
}
</style>
border-color css
<style>
span { border-color: #01368B; }
span { border-color: rgb(1,54,139); }
td.TdClassName
{
border-color: #01368B;
}
.TagClassName
{
border-color: #01368B;
}
</style>