Shades of Ultramarine #04148F
Tints of Ultramarine #04148F
RGB
CMYK
RGB Variations
Color information
#04148F (or 0x04148F) is known color: Ultramarine. HEX triplet: 04, 14 and 8F. RGB value is (4,20,143). Sum of RGB (Red+Green+Blue) = 4+20+143=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 143 (56.25% from 255 or 85.63% from 167); Max value from RGB is 143 - color contains mainly: blue. Hex color #04148F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04148F is #FBEB70. Grayscale: #1C1C1C. Windows color (decimal): -16509809 or 9376772. OLE color: 9376772.
HSL color Cylindrical-coordinate representation of color #04148F: hue angle of 233.09º 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 #04148F is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 20 | 143 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.44 |
| HSL | 233.09º | 0.95% | 0.29% | - |
| HSV(B) | 233.09º | 0.97% | 0.56% | - |
| XYZ | 5.26 | 2.51 | 26.19 | - |
| YUV | 29.24 | 192.2 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 143 | 0.97 | 0.86 | 0 | 0.44 | 233.09 | 0.95 | 0.29 |
| Hex | 4 | 14 | 8F | 61 | 56 | 0 | 2C | E9 | 5F | 1D |
| Octal | 4 | 24 | 217 | 141 | 126 | 0 | 54 | 351 | 137 | 35 |
| Binary | 100 | 10100 | 10001111 | 1100001 | 1010110 | 0 | 101100 | 11101001 | 1011111 | 11101 |
Color Harmonies of #04148F
Complementary color
Monochromatic Colors of #04148F
Black with #04148F
Text Example
Text Example
White with #04148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04148F; }
p { color: rgb(4,20,143); }
H1.HeaderClassName
{
color: #04148F;
}
.AnyTagClassName
{
color: #04148F;
}
</style>
background-color css
<style>
a { background-color: #04148F; }
a { background-color: rgb(4,20,143); }
div.DivClassName
{
background-color: #04148F;
}
.BgClassName
{
background-color: #04148F;
}
</style>
border-color css
<style>
span { border-color: #04148F; }
span { border-color: rgb(4,20,143); }
td.TdClassName
{
border-color: #04148F;
}
.TagClassName
{
border-color: #04148F;
}
</style>