Shades of Smalt #00238B
Tints of Smalt #00238B
RGB
CMYK
RGB Variations
Color information
#00238B (or 0x00238B) is known color: Smalt. HEX triplet: 00, 23 and 8B. RGB value is (0,35,139). Sum of RGB (Red+Green+Blue) = 0+35+139=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #00238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00238B is #FFDC74. Grayscale: #232323. Windows color (decimal): -16768117 or 9118464. OLE color: 9118464.
HSL color Cylindrical-coordinate representation of color #00238B: hue angle of 224.89º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00238B is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 35 | 139 | - |
| CMYK | 1 | 0.75 | 0 | 0.45 |
| HSL | 224.89º | 1% | 0.27% | - |
| HSV(B) | 224.89º | 1% | 0.55% | - |
| XYZ | 5.26 | 3.07 | 24.74 | - |
| YUV | 36.39 | 185.9 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 139 | 1 | 0.75 | 0 | 0.45 | 224.89 | 1 | 0.27 |
| Hex | 0 | 23 | 8B | 64 | 4B | 0 | 2D | E1 | 64 | 1B |
| Octal | 0 | 43 | 213 | 144 | 113 | 0 | 55 | 341 | 144 | 33 |
| Binary | 0 | 100011 | 10001011 | 1100100 | 1001011 | 0 | 101101 | 11100001 | 1100100 | 11011 |
Color Harmonies of #00238B
Complementary color
Monochromatic Colors of #00238B
Black with #00238B
Text Example
Text Example
White with #00238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00238B; }
p { color: rgb(0,35,139); }
H1.HeaderClassName
{
color: #00238B;
}
.AnyTagClassName
{
color: #00238B;
}
</style>
background-color css
<style>
a { background-color: #00238B; }
a { background-color: rgb(0,35,139); }
div.DivClassName
{
background-color: #00238B;
}
.BgClassName
{
background-color: #00238B;
}
</style>
border-color css
<style>
span { border-color: #00238B; }
span { border-color: rgb(0,35,139); }
td.TdClassName
{
border-color: #00238B;
}
.TagClassName
{
border-color: #00238B;
}
</style>