Shades of Smalt #00238A
Tints of Smalt #00238A
RGB
CMYK
RGB Variations
Color information
#00238A (or 0x00238A) is known color: Smalt. HEX triplet: 00, 23 and 8A. RGB value is (0,35,138). Sum of RGB (Red+Green+Blue) = 0+35+138=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #00238A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00238A is #FFDC75. Grayscale: #232323. Windows color (decimal): -16768118 or 9052928. OLE color: 9052928.
HSL color Cylindrical-coordinate representation of color #00238A: hue angle of 224.78º 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 #00238A is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 35 | 138 | - |
| CMYK | 1 | 0.75 | 0 | 0.46 |
| HSL | 224.78º | 1% | 0.27% | - |
| HSV(B) | 224.78º | 1% | 0.54% | - |
| XYZ | 5.19 | 3.04 | 24.36 | - |
| YUV | 36.28 | 185.4 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 138 | 1 | 0.75 | 0 | 0.46 | 224.78 | 1 | 0.27 |
| Hex | 0 | 23 | 8A | 64 | 4B | 0 | 2E | E1 | 64 | 1B |
| Octal | 0 | 43 | 212 | 144 | 113 | 0 | 56 | 341 | 144 | 33 |
| Binary | 0 | 100011 | 10001010 | 1100100 | 1001011 | 0 | 101110 | 11100001 | 1100100 | 11011 |
Color Harmonies of #00238A
Complementary color
Monochromatic Colors of #00238A
Black with #00238A
Text Example
Text Example
White with #00238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00238A; }
p { color: rgb(0,35,138); }
H1.HeaderClassName
{
color: #00238A;
}
.AnyTagClassName
{
color: #00238A;
}
</style>
background-color css
<style>
a { background-color: #00238A; }
a { background-color: rgb(0,35,138); }
div.DivClassName
{
background-color: #00238A;
}
.BgClassName
{
background-color: #00238A;
}
</style>
border-color css
<style>
span { border-color: #00238A; }
span { border-color: rgb(0,35,138); }
td.TdClassName
{
border-color: #00238A;
}
.TagClassName
{
border-color: #00238A;
}
</style>