Shades of Ultramarine #10038F
Tints of Ultramarine #10038F
RGB
CMYK
RGB Variations
Color information
#10038F (or 0x10038F) is known color: Ultramarine. HEX triplet: 10, 03 and 8F. RGB value is (16,3,143). Sum of RGB (Red+Green+Blue) = 16+3+143=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 143 (56.25% from 255 or 88.27% from 162); Max value from RGB is 143 - color contains mainly: blue. Hex color #10038F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10038F is #EFFC70. Grayscale: #161616. Windows color (decimal): -15727729 or 9372432. OLE color: 9372432.
HSL color Cylindrical-coordinate representation of color #10038F: hue angle of 245.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10038F is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 3 | 143 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.44 |
| HSL | 245.57º | 0.96% | 0.29% | - |
| HSV(B) | 245.57º | 0.98% | 0.56% | - |
| XYZ | 5.2 | 2.16 | 26.13 | - |
| YUV | 22.85 | 195.81 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 143 | 0.89 | 0.98 | 0 | 0.44 | 245.57 | 0.96 | 0.29 |
| Hex | 10 | 3 | 8F | 59 | 62 | 0 | 2C | F6 | 60 | 1D |
| Octal | 20 | 3 | 217 | 131 | 142 | 0 | 54 | 366 | 140 | 35 |
| Binary | 10000 | 11 | 10001111 | 1011001 | 1100010 | 0 | 101100 | 11110110 | 1100000 | 11101 |
Color Harmonies of #10038F
Complementary color
Monochromatic Colors of #10038F
Black with #10038F
Text Example
Text Example
White with #10038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10038F; }
p { color: rgb(16,3,143); }
H1.HeaderClassName
{
color: #10038F;
}
.AnyTagClassName
{
color: #10038F;
}
</style>
background-color css
<style>
a { background-color: #10038F; }
a { background-color: rgb(16,3,143); }
div.DivClassName
{
background-color: #10038F;
}
.BgClassName
{
background-color: #10038F;
}
</style>
border-color css
<style>
span { border-color: #10038F; }
span { border-color: rgb(16,3,143); }
td.TdClassName
{
border-color: #10038F;
}
.TagClassName
{
border-color: #10038F;
}
</style>