Shades of Ultramarine #05138D
Tints of Ultramarine #05138D
RGB
CMYK
RGB Variations
Color information
#05138D (or 0x05138D) is known color: Ultramarine. HEX triplet: 05, 13 and 8D. RGB value is (5,19,141). Sum of RGB (Red+Green+Blue) = 5+19+141=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 141 (55.47% from 255 or 85.45% from 165); Max value from RGB is 141 - color contains mainly: blue. Hex color #05138D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05138D is #FAEC72. Grayscale: #1C1C1C. Windows color (decimal): -16444531 or 9245445. OLE color: 9245445.
HSL color Cylindrical-coordinate representation of color #05138D: hue angle of 233.82º 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 #05138D is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 19 | 141 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.45 |
| HSL | 233.82º | 0.93% | 0.29% | - |
| HSV(B) | 233.82º | 0.96% | 0.55% | - |
| XYZ | 5.1 | 2.42 | 25.4 | - |
| YUV | 28.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 141 | 0.96 | 0.87 | 0 | 0.45 | 233.82 | 0.93 | 0.29 |
| Hex | 5 | 13 | 8D | 60 | 57 | 0 | 2D | EA | 5D | 1D |
| Octal | 5 | 23 | 215 | 140 | 127 | 0 | 55 | 352 | 135 | 35 |
| Binary | 101 | 10011 | 10001101 | 1100000 | 1010111 | 0 | 101101 | 11101010 | 1011101 | 11101 |
Color Harmonies of #05138D
Complementary color
Monochromatic Colors of #05138D
Black with #05138D
Text Example
Text Example
White with #05138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05138D; }
p { color: rgb(5,19,141); }
H1.HeaderClassName
{
color: #05138D;
}
.AnyTagClassName
{
color: #05138D;
}
</style>
background-color css
<style>
a { background-color: #05138D; }
a { background-color: rgb(5,19,141); }
div.DivClassName
{
background-color: #05138D;
}
.BgClassName
{
background-color: #05138D;
}
</style>
border-color css
<style>
span { border-color: #05138D; }
span { border-color: rgb(5,19,141); }
td.TdClassName
{
border-color: #05138D;
}
.TagClassName
{
border-color: #05138D;
}
</style>