Shades of Smalt #00238D
Tints of Smalt #00238D
RGB
CMYK
RGB Variations
Color information
#00238D (or 0x00238D) is known color: Smalt. HEX triplet: 00, 23 and 8D. RGB value is (0,35,141). Sum of RGB (Red+Green+Blue) = 0+35+141=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #00238D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00238D is #FFDC72. Grayscale: #242424. Windows color (decimal): -16768115 or 9249536. OLE color: 9249536.
HSL color Cylindrical-coordinate representation of color #00238D: hue angle of 225.11º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00238D is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 35 | 141 | - |
| CMYK | 1 | 0.75 | 0 | 0.45 |
| HSL | 225.11º | 1% | 0.28% | - |
| HSV(B) | 225.11º | 1% | 0.55% | - |
| XYZ | 5.41 | 3.13 | 25.52 | - |
| YUV | 36.62 | 186.9 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 141 | 1 | 0.75 | 0 | 0.45 | 225.11 | 1 | 0.28 |
| Hex | 0 | 23 | 8D | 64 | 4B | 0 | 2D | E1 | 64 | 1C |
| Octal | 0 | 43 | 215 | 144 | 113 | 0 | 55 | 341 | 144 | 34 |
| Binary | 0 | 100011 | 10001101 | 1100100 | 1001011 | 0 | 101101 | 11100001 | 1100100 | 11100 |
Color Harmonies of #00238D
Complementary color
Monochromatic Colors of #00238D
Black with #00238D
Text Example
Text Example
White with #00238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00238D; }
p { color: rgb(0,35,141); }
H1.HeaderClassName
{
color: #00238D;
}
.AnyTagClassName
{
color: #00238D;
}
</style>
background-color css
<style>
a { background-color: #00238D; }
a { background-color: rgb(0,35,141); }
div.DivClassName
{
background-color: #00238D;
}
.BgClassName
{
background-color: #00238D;
}
</style>
border-color css
<style>
span { border-color: #00238D; }
span { border-color: rgb(0,35,141); }
td.TdClassName
{
border-color: #00238D;
}
.TagClassName
{
border-color: #00238D;
}
</style>