Shades of Smalt #003399
Tints of Smalt #003399
RGB
CMYK
RGB Variations
Color information
#003399 (or 0x003399) is known color: Smalt. HEX triplet: 00, 33 and 99. RGB value is (0,51,153). Sum of RGB (Red+Green+Blue) = 0+51+153=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #003399 is a web safe color. Inversed color of #003399 is #FFCC66. Grayscale: #2E2E2E. Windows color (decimal): -16764007 or 10040064. OLE color: 10040064.
HSL color Cylindrical-coordinate representation of color #003399: hue angle of 220º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003399 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
RGB | 0 | 51 | 153 | - |
CMYK | 1 | 0.67 | 0 | 0.4 |
HSL | 220º | 1% | 0.3% | - |
HSV(B) | 220º | 1% | 0.6% | - |
XYZ | 6.93 | 4.67 | 30.67 | - |
YUV | 47.38 | 187.6 | 94.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 51 | 153 | 1 | 0.67 | 0 | 0.4 | 220 | 1 | 0.3 |
Hex | 0 | 33 | 99 | 64 | 43 | 0 | 28 | DC | 64 | 1E |
Octal | 0 | 63 | 231 | 144 | 103 | 0 | 50 | 334 | 144 | 36 |
Binary | 0 | 110011 | 10011001 | 1100100 | 1000011 | 0 | 101000 | 11011100 | 1100100 | 11110 |
Color Harmonies of #003399
Complementary color
Monochromatic Colors of #003399
Black with #003399
Text Example
Text Example
White with #003399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003399; }
p { color: rgb(0,51,153); }
H1.HeaderClassName
{
color: #003399;
}
.AnyTagClassName
{
color: #003399;
}
</style>
background-color css
<style>
a { background-color: #003399; }
a { background-color: rgb(0,51,153); }
div.DivClassName
{
background-color: #003399;
}
.BgClassName
{
background-color: #003399;
}
</style>
border-color css
<style>
span { border-color: #003399; }
span { border-color: rgb(0,51,153); }
td.TdClassName
{
border-color: #003399;
}
.TagClassName
{
border-color: #003399;
}
</style>