Shades of Smalt #002389
Tints of Smalt #002389
RGB
CMYK
RGB Variations
Color information
#002389 (or 0x002389) is known color: Smalt. HEX triplet: 00, 23 and 89. RGB value is (0,35,137). Sum of RGB (Red+Green+Blue) = 0+35+137=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 137 (53.91% from 255 or 79.65% from 172); Max value from RGB is 137 - color contains mainly: blue. Hex color #002389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002389 is #FFDC76. Grayscale: #232323. Windows color (decimal): -16768119 or 8987392. OLE color: 8987392.
HSL color Cylindrical-coordinate representation of color #002389: hue angle of 224.67º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002389 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 35 | 137 | - |
| CMYK | 1 | 0.74 | 0 | 0.46 |
| HSL | 224.67º | 1% | 0.27% | - |
| HSV(B) | 224.67º | 1% | 0.54% | - |
| XYZ | 5.12 | 3.01 | 23.98 | - |
| YUV | 36.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 137 | 1 | 0.74 | 0 | 0.46 | 224.67 | 1 | 0.27 |
| Hex | 0 | 23 | 89 | 64 | 4A | 0 | 2E | E1 | 64 | 1B |
| Octal | 0 | 43 | 211 | 144 | 112 | 0 | 56 | 341 | 144 | 33 |
| Binary | 0 | 100011 | 10001001 | 1100100 | 1001010 | 0 | 101110 | 11100001 | 1100100 | 11011 |
Color Harmonies of #002389
Complementary color
Monochromatic Colors of #002389
Black with #002389
Text Example
Text Example
White with #002389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002389; }
p { color: rgb(0,35,137); }
H1.HeaderClassName
{
color: #002389;
}
.AnyTagClassName
{
color: #002389;
}
</style>
background-color css
<style>
a { background-color: #002389; }
a { background-color: rgb(0,35,137); }
div.DivClassName
{
background-color: #002389;
}
.BgClassName
{
background-color: #002389;
}
</style>
border-color css
<style>
span { border-color: #002389; }
span { border-color: rgb(0,35,137); }
td.TdClassName
{
border-color: #002389;
}
.TagClassName
{
border-color: #002389;
}
</style>