Shades of Ultramarine #0A048F
Tints of Ultramarine #0A048F
RGB
CMYK
RGB Variations
Color information
#0A048F (or 0x0A048F) is known color: Ultramarine. HEX triplet: 0A, 04 and 8F. RGB value is (10,4,143). Sum of RGB (Red+Green+Blue) = 10+4+143=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 143 (56.25% from 255 or 91.08% from 157); Max value from RGB is 143 - color contains mainly: blue. Hex color #0A048F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A048F is #F5FB70. Grayscale: #151515. Windows color (decimal): -16120689 or 9372682. OLE color: 9372682.
HSL color Cylindrical-coordinate representation of color #0A048F: hue angle of 242.59º 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 #0A048F is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 4 | 143 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.44 |
| HSL | 242.59º | 0.95% | 0.29% | - |
| HSV(B) | 242.59º | 0.97% | 0.56% | - |
| XYZ | 5.13 | 2.13 | 26.13 | - |
| YUV | 21.64 | 196.49 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 143 | 0.93 | 0.97 | 0 | 0.44 | 242.59 | 0.95 | 0.29 |
| Hex | A | 4 | 8F | 5D | 61 | 0 | 2C | F3 | 5F | 1D |
| Octal | 12 | 4 | 217 | 135 | 141 | 0 | 54 | 363 | 137 | 35 |
| Binary | 1010 | 100 | 10001111 | 1011101 | 1100001 | 0 | 101100 | 11110011 | 1011111 | 11101 |
Color Harmonies of #0A048F
Complementary color
Monochromatic Colors of #0A048F
Black with #0A048F
Text Example
Text Example
White with #0A048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A048F; }
p { color: rgb(10,4,143); }
H1.HeaderClassName
{
color: #0A048F;
}
.AnyTagClassName
{
color: #0A048F;
}
</style>
background-color css
<style>
a { background-color: #0A048F; }
a { background-color: rgb(10,4,143); }
div.DivClassName
{
background-color: #0A048F;
}
.BgClassName
{
background-color: #0A048F;
}
</style>
border-color css
<style>
span { border-color: #0A048F; }
span { border-color: rgb(10,4,143); }
td.TdClassName
{
border-color: #0A048F;
}
.TagClassName
{
border-color: #0A048F;
}
</style>