Shades of Smalt #00228B
Tints of Smalt #00228B
RGB
CMYK
RGB Variations
Color information
#00228B (or 0x00228B) is known color: Smalt. HEX triplet: 00, 22 and 8B. RGB value is (0,34,139). Sum of RGB (Red+Green+Blue) = 0+34+139=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #00228B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00228B is #FFDD74. Grayscale: #232323. Windows color (decimal): -16768373 or 9118208. OLE color: 9118208.
HSL color Cylindrical-coordinate representation of color #00228B: hue angle of 225.32º 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 #00228B is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 34 | 139 | - |
| CMYK | 1 | 0.76 | 0 | 0.45 |
| HSL | 225.32º | 1% | 0.27% | - |
| HSV(B) | 225.32º | 1% | 0.55% | - |
| XYZ | 5.23 | 3.01 | 24.73 | - |
| YUV | 35.8 | 186.24 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 139 | 1 | 0.76 | 0 | 0.45 | 225.32 | 1 | 0.27 |
| Hex | 0 | 22 | 8B | 64 | 4C | 0 | 2D | E1 | 64 | 1B |
| Octal | 0 | 42 | 213 | 144 | 114 | 0 | 55 | 341 | 144 | 33 |
| Binary | 0 | 100010 | 10001011 | 1100100 | 1001100 | 0 | 101101 | 11100001 | 1100100 | 11011 |
Color Harmonies of #00228B
Complementary color
Monochromatic Colors of #00228B
Black with #00228B
Text Example
Text Example
White with #00228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00228B; }
p { color: rgb(0,34,139); }
H1.HeaderClassName
{
color: #00228B;
}
.AnyTagClassName
{
color: #00228B;
}
</style>
background-color css
<style>
a { background-color: #00228B; }
a { background-color: rgb(0,34,139); }
div.DivClassName
{
background-color: #00228B;
}
.BgClassName
{
background-color: #00228B;
}
</style>
border-color css
<style>
span { border-color: #00228B; }
span { border-color: rgb(0,34,139); }
td.TdClassName
{
border-color: #00228B;
}
.TagClassName
{
border-color: #00228B;
}
</style>