Shades of Ultramarine #03198C
Tints of Ultramarine #03198C
RGB
CMYK
RGB Variations
Color information
#03198C (or 0x03198C) is known color: Ultramarine. HEX triplet: 03, 19 and 8C. RGB value is (3,25,140). Sum of RGB (Red+Green+Blue) = 3+25+140=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 140 (55.08% from 255 or 83.33% from 168); Max value from RGB is 140 - color contains mainly: blue. Hex color #03198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03198C is #FCE673. Grayscale: #1F1F1F. Windows color (decimal): -16574068 or 9181443. OLE color: 9181443.
HSL color Cylindrical-coordinate representation of color #03198C: hue angle of 230.36º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03198C is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 25 | 140 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.45 |
| HSL | 230.37º | 0.96% | 0.28% | - |
| HSV(B) | 230.37º | 0.98% | 0.55% | - |
| XYZ | 5.12 | 2.61 | 25.04 | - |
| YUV | 31.53 | 189.21 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 140 | 0.98 | 0.82 | 0 | 0.45 | 230.37 | 0.96 | 0.28 |
| Hex | 3 | 19 | 8C | 62 | 52 | 0 | 2D | E6 | 60 | 1C |
| Octal | 3 | 31 | 214 | 142 | 122 | 0 | 55 | 346 | 140 | 34 |
| Binary | 11 | 11001 | 10001100 | 1100010 | 1010010 | 0 | 101101 | 11100110 | 1100000 | 11100 |
Color Harmonies of #03198C
Complementary color
Monochromatic Colors of #03198C
Black with #03198C
Text Example
Text Example
White with #03198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03198C; }
p { color: rgb(3,25,140); }
H1.HeaderClassName
{
color: #03198C;
}
.AnyTagClassName
{
color: #03198C;
}
</style>
background-color css
<style>
a { background-color: #03198C; }
a { background-color: rgb(3,25,140); }
div.DivClassName
{
background-color: #03198C;
}
.BgClassName
{
background-color: #03198C;
}
</style>
border-color css
<style>
span { border-color: #03198C; }
span { border-color: rgb(3,25,140); }
td.TdClassName
{
border-color: #03198C;
}
.TagClassName
{
border-color: #03198C;
}
</style>