Shades of Smalt #183A8A
Tints of Smalt #183A8A
RGB
CMYK
RGB Variations
Color information
#183A8A (or 0x183A8A) is known color: Smalt. HEX triplet: 18, 3A and 8A. RGB value is (24,58,138). Sum of RGB (Red+Green+Blue) = 24+58+138=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #183A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183A8A is #E7C575. Grayscale: #383838. Windows color (decimal): -15189366 or 9058840. OLE color: 9058840.
HSL color Cylindrical-coordinate representation of color #183A8A: hue angle of 222.11º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #183A8A is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 58 | 138 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.46 |
| HSL | 222.11º | 0.7% | 0.32% | - |
| HSV(B) | 222.11º | 0.83% | 0.54% | - |
| XYZ | 6.48 | 5.06 | 24.68 | - |
| YUV | 56.95 | 173.74 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 138 | 0.83 | 0.58 | 0 | 0.46 | 222.11 | 0.7 | 0.32 |
| Hex | 18 | 3A | 8A | 53 | 3A | 0 | 2E | DE | 46 | 20 |
| Octal | 30 | 72 | 212 | 123 | 72 | 0 | 56 | 336 | 106 | 40 |
| Binary | 11000 | 111010 | 10001010 | 1010011 | 111010 | 0 | 101110 | 11011110 | 1000110 | 100000 |
Color Harmonies of #183A8A
Complementary color
Monochromatic Colors of #183A8A
Black with #183A8A
Text Example
Text Example
White with #183A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183A8A; }
p { color: rgb(24,58,138); }
H1.HeaderClassName
{
color: #183A8A;
}
.AnyTagClassName
{
color: #183A8A;
}
</style>
background-color css
<style>
a { background-color: #183A8A; }
a { background-color: rgb(24,58,138); }
div.DivClassName
{
background-color: #183A8A;
}
.BgClassName
{
background-color: #183A8A;
}
</style>
border-color css
<style>
span { border-color: #183A8A; }
span { border-color: rgb(24,58,138); }
td.TdClassName
{
border-color: #183A8A;
}
.TagClassName
{
border-color: #183A8A;
}
</style>