Shades of Ultramarine #05138B
Tints of Ultramarine #05138B
RGB
CMYK
RGB Variations
Color information
#05138B (or 0x05138B) is known color: Ultramarine. HEX triplet: 05, 13 and 8B. RGB value is (5,19,139). Sum of RGB (Red+Green+Blue) = 5+19+139=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 139 (54.69% from 255 or 85.28% from 163); Max value from RGB is 139 - color contains mainly: blue. Hex color #05138B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05138B is #FAEC74. Grayscale: #1C1C1C. Windows color (decimal): -16444533 or 9114373. OLE color: 9114373.
HSL color Cylindrical-coordinate representation of color #05138B: hue angle of 233.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05138B is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 19 | 139 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.45 |
| HSL | 233.73º | 0.93% | 0.28% | - |
| HSV(B) | 233.73º | 0.96% | 0.55% | - |
| XYZ | 4.96 | 2.36 | 24.62 | - |
| YUV | 28.49 | 190.36 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 139 | 0.96 | 0.86 | 0 | 0.45 | 233.73 | 0.93 | 0.28 |
| Hex | 5 | 13 | 8B | 60 | 56 | 0 | 2D | EA | 5D | 1C |
| Octal | 5 | 23 | 213 | 140 | 126 | 0 | 55 | 352 | 135 | 34 |
| Binary | 101 | 10011 | 10001011 | 1100000 | 1010110 | 0 | 101101 | 11101010 | 1011101 | 11100 |
Color Harmonies of #05138B
Complementary color
Monochromatic Colors of #05138B
Black with #05138B
Text Example
Text Example
White with #05138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05138B; }
p { color: rgb(5,19,139); }
H1.HeaderClassName
{
color: #05138B;
}
.AnyTagClassName
{
color: #05138B;
}
</style>
background-color css
<style>
a { background-color: #05138B; }
a { background-color: rgb(5,19,139); }
div.DivClassName
{
background-color: #05138B;
}
.BgClassName
{
background-color: #05138B;
}
</style>
border-color css
<style>
span { border-color: #05138B; }
span { border-color: rgb(5,19,139); }
td.TdClassName
{
border-color: #05138B;
}
.TagClassName
{
border-color: #05138B;
}
</style>