Shades of Ultramarine #04168C
Tints of Ultramarine #04168C
RGB
CMYK
RGB Variations
Color information
#04168C (or 0x04168C) is known color: Ultramarine. HEX triplet: 04, 16 and 8C. RGB value is (4,22,140). Sum of RGB (Red+Green+Blue) = 4+22+140=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 140 (55.08% from 255 or 84.34% from 166); Max value from RGB is 140 - color contains mainly: blue. Hex color #04168C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04168C is #FBE973. Grayscale: #1D1D1D. Windows color (decimal): -16509300 or 9180676. OLE color: 9180676.
HSL color Cylindrical-coordinate representation of color #04168C: hue angle of 232.06º 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 #04168C is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 22 | 140 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.45 |
| HSL | 232.06º | 0.94% | 0.28% | - |
| HSV(B) | 232.06º | 0.97% | 0.55% | - |
| XYZ | 5.07 | 2.49 | 25.02 | - |
| YUV | 30.07 | 190.04 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 140 | 0.97 | 0.84 | 0 | 0.45 | 232.06 | 0.94 | 0.28 |
| Hex | 4 | 16 | 8C | 61 | 54 | 0 | 2D | E8 | 5E | 1C |
| Octal | 4 | 26 | 214 | 141 | 124 | 0 | 55 | 350 | 136 | 34 |
| Binary | 100 | 10110 | 10001100 | 1100001 | 1010100 | 0 | 101101 | 11101000 | 1011110 | 11100 |
Color Harmonies of #04168C
Complementary color
Monochromatic Colors of #04168C
Black with #04168C
Text Example
Text Example
White with #04168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04168C; }
p { color: rgb(4,22,140); }
H1.HeaderClassName
{
color: #04168C;
}
.AnyTagClassName
{
color: #04168C;
}
</style>
background-color css
<style>
a { background-color: #04168C; }
a { background-color: rgb(4,22,140); }
div.DivClassName
{
background-color: #04168C;
}
.BgClassName
{
background-color: #04168C;
}
</style>
border-color css
<style>
span { border-color: #04168C; }
span { border-color: rgb(4,22,140); }
td.TdClassName
{
border-color: #04168C;
}
.TagClassName
{
border-color: #04168C;
}
</style>