Shades of Smalt #002385
Tints of Smalt #002385
RGB
CMYK
RGB Variations
Color information
#002385 (or 0x002385) is known color: Smalt. HEX triplet: 00, 23 and 85. RGB value is (0,35,133). Sum of RGB (Red+Green+Blue) = 0+35+133=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #002385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002385 is #FFDC7A. Grayscale: #232323. Windows color (decimal): -16768123 or 8725248. OLE color: 8725248.
HSL color Cylindrical-coordinate representation of color #002385: hue angle of 224.21º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002385 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 35 | 133 | - |
| CMYK | 1 | 0.74 | 0 | 0.48 |
| HSL | 224.21º | 1% | 0.26% | - |
| HSV(B) | 224.21º | 1% | 0.52% | - |
| XYZ | 4.83 | 2.9 | 22.49 | - |
| YUV | 35.71 | 182.9 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 133 | 1 | 0.74 | 0 | 0.48 | 224.21 | 1 | 0.26 |
| Hex | 0 | 23 | 85 | 64 | 4A | 0 | 30 | E0 | 64 | 1A |
| Octal | 0 | 43 | 205 | 144 | 112 | 0 | 60 | 340 | 144 | 32 |
| Binary | 0 | 100011 | 10000101 | 1100100 | 1001010 | 0 | 110000 | 11100000 | 1100100 | 11010 |
Color Harmonies of #002385
Complementary color
Monochromatic Colors of #002385
Black with #002385
Text Example
Text Example
White with #002385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002385; }
p { color: rgb(0,35,133); }
H1.HeaderClassName
{
color: #002385;
}
.AnyTagClassName
{
color: #002385;
}
</style>
background-color css
<style>
a { background-color: #002385; }
a { background-color: rgb(0,35,133); }
div.DivClassName
{
background-color: #002385;
}
.BgClassName
{
background-color: #002385;
}
</style>
border-color css
<style>
span { border-color: #002385; }
span { border-color: rgb(0,35,133); }
td.TdClassName
{
border-color: #002385;
}
.TagClassName
{
border-color: #002385;
}
</style>