Shades of Ultramarine #151D9A
Tints of Ultramarine #151D9A
RGB
CMYK
RGB Variations
Color information
#151D9A (or 0x151D9A) is known color: Ultramarine. HEX triplet: 15, 1D and 9A. RGB value is (21,29,154). Sum of RGB (Red+Green+Blue) = 21+29+154=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 154 (60.55% from 255 or 75.49% from 204); Max value from RGB is 154 - color contains mainly: blue. Hex color #151D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151D9A is #EAE265. Grayscale: #282828. Windows color (decimal): -15393382 or 10099989. OLE color: 10099989.
HSL color Cylindrical-coordinate representation of color #151D9A: hue angle of 236.39º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151D9A is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 29 | 154 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.40 |
| HSL | 236.39º | 0.76% | 0.34% | - |
| HSV(B) | 236.39º | 0.86% | 0.6% | - |
| XYZ | 6.58 | 3.37 | 30.88 | - |
| YUV | 40.86 | 191.85 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 154 | 0.86 | 0.81 | 0 | 0.40 | 236.39 | 0.76 | 0.34 |
| Hex | 15 | 1D | 9A | 56 | 51 | 0 | 28 | EC | 4C | 22 |
| Octal | 25 | 35 | 232 | 126 | 121 | 0 | 50 | 354 | 114 | 42 |
| Binary | 10101 | 11101 | 10011010 | 1010110 | 1010001 | 0 | 101000 | 11101100 | 1001100 | 100010 |
Color Harmonies of #151D9A
Complementary color
Monochromatic Colors of #151D9A
Black with #151D9A
Text Example
Text Example
White with #151D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D9A; }
p { color: rgb(21,29,154); }
H1.HeaderClassName
{
color: #151D9A;
}
.AnyTagClassName
{
color: #151D9A;
}
</style>
background-color css
<style>
a { background-color: #151D9A; }
a { background-color: rgb(21,29,154); }
div.DivClassName
{
background-color: #151D9A;
}
.BgClassName
{
background-color: #151D9A;
}
</style>
border-color css
<style>
span { border-color: #151D9A; }
span { border-color: rgb(21,29,154); }
td.TdClassName
{
border-color: #151D9A;
}
.TagClassName
{
border-color: #151D9A;
}
</style>