Shades of Ultramarine #051B8D
Tints of Ultramarine #051B8D
RGB
CMYK
RGB Variations
Color information
#051B8D (or 0x051B8D) is known color: Ultramarine. HEX triplet: 05, 1B and 8D. RGB value is (5,27,141). Sum of RGB (Red+Green+Blue) = 5+27+141=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #051B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051B8D is #FAE472. Grayscale: #202020. Windows color (decimal): -16442483 or 9247493. OLE color: 9247493.
HSL color Cylindrical-coordinate representation of color #051B8D: hue angle of 230.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051B8D is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 27 | 141 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.45 |
| HSL | 230.29º | 0.93% | 0.29% | - |
| HSV(B) | 230.29º | 0.96% | 0.55% | - |
| XYZ | 5.26 | 2.74 | 25.45 | - |
| YUV | 33.42 | 188.71 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 141 | 0.96 | 0.81 | 0 | 0.45 | 230.29 | 0.93 | 0.29 |
| Hex | 5 | 1B | 8D | 60 | 51 | 0 | 2D | E6 | 5D | 1D |
| Octal | 5 | 33 | 215 | 140 | 121 | 0 | 55 | 346 | 135 | 35 |
| Binary | 101 | 11011 | 10001101 | 1100000 | 1010001 | 0 | 101101 | 11100110 | 1011101 | 11101 |
Color Harmonies of #051B8D
Complementary color
Monochromatic Colors of #051B8D
Black with #051B8D
Text Example
Text Example
White with #051B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B8D; }
p { color: rgb(5,27,141); }
H1.HeaderClassName
{
color: #051B8D;
}
.AnyTagClassName
{
color: #051B8D;
}
</style>
background-color css
<style>
a { background-color: #051B8D; }
a { background-color: rgb(5,27,141); }
div.DivClassName
{
background-color: #051B8D;
}
.BgClassName
{
background-color: #051B8D;
}
</style>
border-color css
<style>
span { border-color: #051B8D; }
span { border-color: rgb(5,27,141); }
td.TdClassName
{
border-color: #051B8D;
}
.TagClassName
{
border-color: #051B8D;
}
</style>