Shades of Ultramarine #051C8A
Tints of Ultramarine #051C8A
RGB
CMYK
RGB Variations
Color information
#051C8A (or 0x051C8A) is known color: Ultramarine. HEX triplet: 05, 1C and 8A. RGB value is (5,28,138). Sum of RGB (Red+Green+Blue) = 5+28+138=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #051C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051C8A is #FAE375. Grayscale: #212121. Windows color (decimal): -16442230 or 9051141. OLE color: 9051141.
HSL color Cylindrical-coordinate representation of color #051C8A: hue angle of 229.62º 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 #051C8A is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 28 | 138 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.46 |
| HSL | 229.62º | 0.93% | 0.28% | - |
| HSV(B) | 229.62º | 0.96% | 0.54% | - |
| XYZ | 5.07 | 2.7 | 24.3 | - |
| YUV | 33.66 | 186.88 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 138 | 0.96 | 0.80 | 0 | 0.46 | 229.62 | 0.93 | 0.28 |
| Hex | 5 | 1C | 8A | 60 | 50 | 0 | 2E | E6 | 5D | 1C |
| Octal | 5 | 34 | 212 | 140 | 120 | 0 | 56 | 346 | 135 | 34 |
| Binary | 101 | 11100 | 10001010 | 1100000 | 1010000 | 0 | 101110 | 11100110 | 1011101 | 11100 |
Color Harmonies of #051C8A
Complementary color
Monochromatic Colors of #051C8A
Black with #051C8A
Text Example
Text Example
White with #051C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C8A; }
p { color: rgb(5,28,138); }
H1.HeaderClassName
{
color: #051C8A;
}
.AnyTagClassName
{
color: #051C8A;
}
</style>
background-color css
<style>
a { background-color: #051C8A; }
a { background-color: rgb(5,28,138); }
div.DivClassName
{
background-color: #051C8A;
}
.BgClassName
{
background-color: #051C8A;
}
</style>
border-color css
<style>
span { border-color: #051C8A; }
span { border-color: rgb(5,28,138); }
td.TdClassName
{
border-color: #051C8A;
}
.TagClassName
{
border-color: #051C8A;
}
</style>