Shades of Smalt #00289B
Tints of Smalt #00289B
RGB
CMYK
RGB Variations
Color information
#00289B (or 0x00289B) is known color: Smalt. HEX triplet: 00, 28 and 9B. RGB value is (0,40,155). Sum of RGB (Red+Green+Blue) = 0+40+155=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 155 (60.94% from 255 or 79.49% from 195); Max value from RGB is 155 - color contains mainly: blue. Hex color #00289B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00289B is #FFD764. Grayscale: #282828. Windows color (decimal): -16766821 or 10168320. OLE color: 10168320.
HSL color Cylindrical-coordinate representation of color #00289B: hue angle of 224.52º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00289B is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 40 | 155 | - |
| CMYK | 1 | 0.74 | 0 | 0.39 |
| HSL | 224.52º | 1% | 0.3% | - |
| HSV(B) | 224.52º | 1% | 0.61% | - |
| XYZ | 6.68 | 3.88 | 31.41 | - |
| YUV | 41.15 | 192.25 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 155 | 1 | 0.74 | 0 | 0.39 | 224.52 | 1 | 0.3 |
| Hex | 0 | 28 | 9B | 64 | 4A | 0 | 27 | E1 | 64 | 1E |
| Octal | 0 | 50 | 233 | 144 | 112 | 0 | 47 | 341 | 144 | 36 |
| Binary | 0 | 101000 | 10011011 | 1100100 | 1001010 | 0 | 100111 | 11100001 | 1100100 | 11110 |
Color Harmonies of #00289B
Complementary color
Monochromatic Colors of #00289B
Black with #00289B
Text Example
Text Example
White with #00289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00289B; }
p { color: rgb(0,40,155); }
H1.HeaderClassName
{
color: #00289B;
}
.AnyTagClassName
{
color: #00289B;
}
</style>
background-color css
<style>
a { background-color: #00289B; }
a { background-color: rgb(0,40,155); }
div.DivClassName
{
background-color: #00289B;
}
.BgClassName
{
background-color: #00289B;
}
</style>
border-color css
<style>
span { border-color: #00289B; }
span { border-color: rgb(0,40,155); }
td.TdClassName
{
border-color: #00289B;
}
.TagClassName
{
border-color: #00289B;
}
</style>