Shades of Ultramarine #041B8D
Tints of Ultramarine #041B8D
RGB
CMYK
RGB Variations
Color information
#041B8D (or 0x041B8D) is known color: Ultramarine. HEX triplet: 04, 1B and 8D. RGB value is (4,27,141). Sum of RGB (Red+Green+Blue) = 4+27+141=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 141 (55.47% from 255 or 81.98% from 172); Max value from RGB is 141 - color contains mainly: blue. Hex color #041B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041B8D is #FBE472. Grayscale: #202020. Windows color (decimal): -16508019 or 9247492. OLE color: 9247492.
HSL color Cylindrical-coordinate representation of color #041B8D: hue angle of 229.93º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041B8D is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 27 | 141 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.45 |
| HSL | 229.93º | 0.94% | 0.28% | - |
| HSV(B) | 229.93º | 0.97% | 0.55% | - |
| XYZ | 5.25 | 2.73 | 25.45 | - |
| YUV | 33.12 | 188.88 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 141 | 0.97 | 0.81 | 0 | 0.45 | 229.93 | 0.94 | 0.28 |
| Hex | 4 | 1B | 8D | 61 | 51 | 0 | 2D | E6 | 5E | 1C |
| Octal | 4 | 33 | 215 | 141 | 121 | 0 | 55 | 346 | 136 | 34 |
| Binary | 100 | 11011 | 10001101 | 1100001 | 1010001 | 0 | 101101 | 11100110 | 1011110 | 11100 |
Color Harmonies of #041B8D
Complementary color
Monochromatic Colors of #041B8D
Black with #041B8D
Text Example
Text Example
White with #041B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041B8D; }
p { color: rgb(4,27,141); }
H1.HeaderClassName
{
color: #041B8D;
}
.AnyTagClassName
{
color: #041B8D;
}
</style>
background-color css
<style>
a { background-color: #041B8D; }
a { background-color: rgb(4,27,141); }
div.DivClassName
{
background-color: #041B8D;
}
.BgClassName
{
background-color: #041B8D;
}
</style>
border-color css
<style>
span { border-color: #041B8D; }
span { border-color: rgb(4,27,141); }
td.TdClassName
{
border-color: #041B8D;
}
.TagClassName
{
border-color: #041B8D;
}
</style>