Shades of Ultramarine #051597
Tints of Ultramarine #051597
RGB
CMYK
RGB Variations
Color information
#051597 (or 0x051597) is known color: Ultramarine. HEX triplet: 05, 15 and 97. RGB value is (5,21,151). Sum of RGB (Red+Green+Blue) = 5+21+151=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 151 (59.38% from 255 or 85.31% from 177); Max value from RGB is 151 - color contains mainly: blue. Hex color #051597 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051597 is #FAEA68. Grayscale: #1E1E1E. Windows color (decimal): -16444009 or 9901317. OLE color: 9901317.
HSL color Cylindrical-coordinate representation of color #051597: hue angle of 233.42º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051597 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 21 | 151 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.41 |
| HSL | 233.42º | 0.94% | 0.31% | - |
| HSV(B) | 233.42º | 0.97% | 0.59% | - |
| XYZ | 5.92 | 2.8 | 29.51 | - |
| YUV | 31.04 | 195.7 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 151 | 0.97 | 0.86 | 0 | 0.41 | 233.42 | 0.94 | 0.31 |
| Hex | 5 | 15 | 97 | 61 | 56 | 0 | 29 | E9 | 5E | 1F |
| Octal | 5 | 25 | 227 | 141 | 126 | 0 | 51 | 351 | 136 | 37 |
| Binary | 101 | 10101 | 10010111 | 1100001 | 1010110 | 0 | 101001 | 11101001 | 1011110 | 11111 |
Color Harmonies of #051597
Complementary color
Monochromatic Colors of #051597
Black with #051597
Text Example
Text Example
White with #051597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051597; }
p { color: rgb(5,21,151); }
H1.HeaderClassName
{
color: #051597;
}
.AnyTagClassName
{
color: #051597;
}
</style>
background-color css
<style>
a { background-color: #051597; }
a { background-color: rgb(5,21,151); }
div.DivClassName
{
background-color: #051597;
}
.BgClassName
{
background-color: #051597;
}
</style>
border-color css
<style>
span { border-color: #051597; }
span { border-color: rgb(5,21,151); }
td.TdClassName
{
border-color: #051597;
}
.TagClassName
{
border-color: #051597;
}
</style>