Shades of Ultramarine #15039B
Tints of Ultramarine #15039B
RGB
CMYK
RGB Variations
Color information
#15039B (or 0x15039B) is known color: Ultramarine. HEX triplet: 15, 03 and 9B. RGB value is (21,3,155). Sum of RGB (Red+Green+Blue) = 21+3+155=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 155 (60.94% from 255 or 86.59% from 179); Max value from RGB is 155 - color contains mainly: blue. Hex color #15039B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15039B is #EAFC64. Grayscale: #191919. Windows color (decimal): -15400037 or 10158869. OLE color: 10158869.
HSL color Cylindrical-coordinate representation of color #15039B: hue angle of 247.11º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15039B is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 3 | 155 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.39 |
| HSL | 247.11º | 0.96% | 0.31% | - |
| HSV(B) | 247.11º | 0.98% | 0.61% | - |
| XYZ | 6.26 | 2.59 | 31.18 | - |
| YUV | 25.71 | 200.96 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 155 | 0.86 | 0.98 | 0 | 0.39 | 247.11 | 0.96 | 0.31 |
| Hex | 15 | 3 | 9B | 56 | 62 | 0 | 27 | F7 | 60 | 1F |
| Octal | 25 | 3 | 233 | 126 | 142 | 0 | 47 | 367 | 140 | 37 |
| Binary | 10101 | 11 | 10011011 | 1010110 | 1100010 | 0 | 100111 | 11110111 | 1100000 | 11111 |
Color Harmonies of #15039B
Complementary color
Monochromatic Colors of #15039B
Black with #15039B
Text Example
Text Example
White with #15039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15039B; }
p { color: rgb(21,3,155); }
H1.HeaderClassName
{
color: #15039B;
}
.AnyTagClassName
{
color: #15039B;
}
</style>
background-color css
<style>
a { background-color: #15039B; }
a { background-color: rgb(21,3,155); }
div.DivClassName
{
background-color: #15039B;
}
.BgClassName
{
background-color: #15039B;
}
</style>
border-color css
<style>
span { border-color: #15039B; }
span { border-color: rgb(21,3,155); }
td.TdClassName
{
border-color: #15039B;
}
.TagClassName
{
border-color: #15039B;
}
</style>