Shades of Ultramarine #051292
Tints of Ultramarine #051292
RGB
CMYK
RGB Variations
Color information
#051292 (or 0x051292) is known color: Ultramarine. HEX triplet: 05, 12 and 92. RGB value is (5,18,146). Sum of RGB (Red+Green+Blue) = 5+18+146=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 146 (57.42% from 255 or 86.39% from 169); Max value from RGB is 146 - color contains mainly: blue. Hex color #051292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051292 is #FAED6D. Grayscale: #1C1C1C. Windows color (decimal): -16444782 or 9572869. OLE color: 9572869.
HSL color Cylindrical-coordinate representation of color #051292: hue angle of 234.47º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051292 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 18 | 146 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.43 |
| HSL | 234.47º | 0.93% | 0.3% | - |
| HSV(B) | 234.47º | 0.97% | 0.57% | - |
| XYZ | 5.47 | 2.54 | 27.4 | - |
| YUV | 28.71 | 194.19 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 146 | 0.97 | 0.88 | 0 | 0.43 | 234.47 | 0.93 | 0.3 |
| Hex | 5 | 12 | 92 | 61 | 58 | 0 | 2B | EA | 5D | 1E |
| Octal | 5 | 22 | 222 | 141 | 130 | 0 | 53 | 352 | 135 | 36 |
| Binary | 101 | 10010 | 10010010 | 1100001 | 1011000 | 0 | 101011 | 11101010 | 1011101 | 11110 |
Color Harmonies of #051292
Complementary color
Monochromatic Colors of #051292
Black with #051292
Text Example
Text Example
White with #051292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051292; }
p { color: rgb(5,18,146); }
H1.HeaderClassName
{
color: #051292;
}
.AnyTagClassName
{
color: #051292;
}
</style>
background-color css
<style>
a { background-color: #051292; }
a { background-color: rgb(5,18,146); }
div.DivClassName
{
background-color: #051292;
}
.BgClassName
{
background-color: #051292;
}
</style>
border-color css
<style>
span { border-color: #051292; }
span { border-color: rgb(5,18,146); }
td.TdClassName
{
border-color: #051292;
}
.TagClassName
{
border-color: #051292;
}
</style>