Shades of Ultramarine #041890
Tints of Ultramarine #041890
RGB
CMYK
RGB Variations
Color information
#041890 (or 0x041890) is known color: Ultramarine. HEX triplet: 04, 18 and 90. RGB value is (4,24,144). Sum of RGB (Red+Green+Blue) = 4+24+144=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #041890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041890 is #FBE76F. Grayscale: #1F1F1F. Windows color (decimal): -16508784 or 9443332. OLE color: 9443332.
HSL color Cylindrical-coordinate representation of color #041890: hue angle of 231.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041890 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 24 | 144 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.44 |
| HSL | 231.43º | 0.95% | 0.29% | - |
| HSV(B) | 231.43º | 0.97% | 0.56% | - |
| XYZ | 5.41 | 2.69 | 26.62 | - |
| YUV | 31.7 | 191.37 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 144 | 0.97 | 0.83 | 0 | 0.44 | 231.43 | 0.95 | 0.29 |
| Hex | 4 | 18 | 90 | 61 | 53 | 0 | 2C | E7 | 5F | 1D |
| Octal | 4 | 30 | 220 | 141 | 123 | 0 | 54 | 347 | 137 | 35 |
| Binary | 100 | 11000 | 10010000 | 1100001 | 1010011 | 0 | 101100 | 11100111 | 1011111 | 11101 |
Color Harmonies of #041890
Complementary color
Monochromatic Colors of #041890
Black with #041890
Text Example
Text Example
White with #041890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041890; }
p { color: rgb(4,24,144); }
H1.HeaderClassName
{
color: #041890;
}
.AnyTagClassName
{
color: #041890;
}
</style>
background-color css
<style>
a { background-color: #041890; }
a { background-color: rgb(4,24,144); }
div.DivClassName
{
background-color: #041890;
}
.BgClassName
{
background-color: #041890;
}
</style>
border-color css
<style>
span { border-color: #041890; }
span { border-color: rgb(4,24,144); }
td.TdClassName
{
border-color: #041890;
}
.TagClassName
{
border-color: #041890;
}
</style>