Shades of Smalt #00228A
Tints of Smalt #00228A
RGB
CMYK
RGB Variations
Color information
#00228A (or 0x00228A) is known color: Smalt. HEX triplet: 00, 22 and 8A. RGB value is (0,34,138). Sum of RGB (Red+Green+Blue) = 0+34+138=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 138 (54.30% from 255 or 80.23% from 172); Max value from RGB is 138 - color contains mainly: blue. Hex color #00228A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00228A is #FFDD75. Grayscale: #232323. Windows color (decimal): -16768374 or 9052672. OLE color: 9052672.
HSL color Cylindrical-coordinate representation of color #00228A: hue angle of 225.22º 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 #00228A is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 34 | 138 | - |
| CMYK | 1 | 0.75 | 0 | 0.46 |
| HSL | 225.22º | 1% | 0.27% | - |
| HSV(B) | 225.22º | 1% | 0.54% | - |
| XYZ | 5.16 | 2.98 | 24.35 | - |
| YUV | 35.69 | 185.74 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 138 | 1 | 0.75 | 0 | 0.46 | 225.22 | 1 | 0.27 |
| Hex | 0 | 22 | 8A | 64 | 4B | 0 | 2E | E1 | 64 | 1B |
| Octal | 0 | 42 | 212 | 144 | 113 | 0 | 56 | 341 | 144 | 33 |
| Binary | 0 | 100010 | 10001010 | 1100100 | 1001011 | 0 | 101110 | 11100001 | 1100100 | 11011 |
Color Harmonies of #00228A
Complementary color
Monochromatic Colors of #00228A
Black with #00228A
Text Example
Text Example
White with #00228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00228A; }
p { color: rgb(0,34,138); }
H1.HeaderClassName
{
color: #00228A;
}
.AnyTagClassName
{
color: #00228A;
}
</style>
background-color css
<style>
a { background-color: #00228A; }
a { background-color: rgb(0,34,138); }
div.DivClassName
{
background-color: #00228A;
}
.BgClassName
{
background-color: #00228A;
}
</style>
border-color css
<style>
span { border-color: #00228A; }
span { border-color: rgb(0,34,138); }
td.TdClassName
{
border-color: #00228A;
}
.TagClassName
{
border-color: #00228A;
}
</style>