Shades of Ultramarine #03198D
Tints of Ultramarine #03198D
RGB
CMYK
RGB Variations
Color information
#03198D (or 0x03198D) is known color: Ultramarine. HEX triplet: 03, 19 and 8D. RGB value is (3,25,141). Sum of RGB (Red+Green+Blue) = 3+25+141=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 141 (55.47% from 255 or 83.43% from 169); Max value from RGB is 141 - color contains mainly: blue. Hex color #03198D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03198D is #FCE672. Grayscale: #1F1F1F. Windows color (decimal): -16574067 or 9246979. OLE color: 9246979.
HSL color Cylindrical-coordinate representation of color #03198D: hue angle of 230.43º 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 #03198D is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 25 | 141 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.45 |
| HSL | 230.43º | 0.96% | 0.28% | - |
| HSV(B) | 230.43º | 0.98% | 0.55% | - |
| XYZ | 5.19 | 2.64 | 25.43 | - |
| YUV | 31.65 | 189.71 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 141 | 0.98 | 0.82 | 0 | 0.45 | 230.43 | 0.96 | 0.28 |
| Hex | 3 | 19 | 8D | 62 | 52 | 0 | 2D | E6 | 60 | 1C |
| Octal | 3 | 31 | 215 | 142 | 122 | 0 | 55 | 346 | 140 | 34 |
| Binary | 11 | 11001 | 10001101 | 1100010 | 1010010 | 0 | 101101 | 11100110 | 1100000 | 11100 |
Color Harmonies of #03198D
Complementary color
Monochromatic Colors of #03198D
Black with #03198D
Text Example
Text Example
White with #03198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03198D; }
p { color: rgb(3,25,141); }
H1.HeaderClassName
{
color: #03198D;
}
.AnyTagClassName
{
color: #03198D;
}
</style>
background-color css
<style>
a { background-color: #03198D; }
a { background-color: rgb(3,25,141); }
div.DivClassName
{
background-color: #03198D;
}
.BgClassName
{
background-color: #03198D;
}
</style>
border-color css
<style>
span { border-color: #03198D; }
span { border-color: rgb(3,25,141); }
td.TdClassName
{
border-color: #03198D;
}
.TagClassName
{
border-color: #03198D;
}
</style>