Shades of Ultramarine #051A8A
Tints of Ultramarine #051A8A
RGB
CMYK
RGB Variations
Color information
#051A8A (or 0x051A8A) is known color: Ultramarine. HEX triplet: 05, 1A and 8A. RGB value is (5,26,138). Sum of RGB (Red+Green+Blue) = 5+26+138=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 138 (54.30% from 255 or 81.66% from 169); Max value from RGB is 138 - color contains mainly: blue. Hex color #051A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051A8A is #FAE575. Grayscale: #202020. Windows color (decimal): -16442742 or 9050629. OLE color: 9050629.
HSL color Cylindrical-coordinate representation of color #051A8A: hue angle of 230.53º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051A8A is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 26 | 138 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.46 |
| HSL | 230.53º | 0.93% | 0.28% | - |
| HSV(B) | 230.53º | 0.96% | 0.54% | - |
| XYZ | 5.02 | 2.61 | 24.28 | - |
| YUV | 32.49 | 187.54 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 138 | 0.96 | 0.81 | 0 | 0.46 | 230.53 | 0.93 | 0.28 |
| Hex | 5 | 1A | 8A | 60 | 51 | 0 | 2E | E7 | 5D | 1C |
| Octal | 5 | 32 | 212 | 140 | 121 | 0 | 56 | 347 | 135 | 34 |
| Binary | 101 | 11010 | 10001010 | 1100000 | 1010001 | 0 | 101110 | 11100111 | 1011101 | 11100 |
Color Harmonies of #051A8A
Complementary color
Monochromatic Colors of #051A8A
Black with #051A8A
Text Example
Text Example
White with #051A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A8A; }
p { color: rgb(5,26,138); }
H1.HeaderClassName
{
color: #051A8A;
}
.AnyTagClassName
{
color: #051A8A;
}
</style>
background-color css
<style>
a { background-color: #051A8A; }
a { background-color: rgb(5,26,138); }
div.DivClassName
{
background-color: #051A8A;
}
.BgClassName
{
background-color: #051A8A;
}
</style>
border-color css
<style>
span { border-color: #051A8A; }
span { border-color: rgb(5,26,138); }
td.TdClassName
{
border-color: #051A8A;
}
.TagClassName
{
border-color: #051A8A;
}
</style>