Shades of Ultramarine #151D8B
Tints of Ultramarine #151D8B
RGB
CMYK
RGB Variations
Color information
#151D8B (or 0x151D8B) is known color: Ultramarine. HEX triplet: 15, 1D and 8B. RGB value is (21,29,139). Sum of RGB (Red+Green+Blue) = 21+29+139=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 139 (54.69% from 255 or 73.54% from 189); Max value from RGB is 139 - color contains mainly: blue. Hex color #151D8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151D8B is #EAE274. Grayscale: #262626. Windows color (decimal): -15393397 or 9116949. OLE color: 9116949.
HSL color Cylindrical-coordinate representation of color #151D8B: hue angle of 235.93º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #151D8B is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 29 | 139 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.45 |
| HSL | 235.93º | 0.74% | 0.31% | - |
| HSV(B) | 235.93º | 0.85% | 0.55% | - |
| XYZ | 5.41 | 2.9 | 24.7 | - |
| YUV | 39.15 | 184.35 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 139 | 0.85 | 0.79 | 0 | 0.45 | 235.93 | 0.74 | 0.31 |
| Hex | 15 | 1D | 8B | 55 | 4F | 0 | 2D | EC | 4A | 1F |
| Octal | 25 | 35 | 213 | 125 | 117 | 0 | 55 | 354 | 112 | 37 |
| Binary | 10101 | 11101 | 10001011 | 1010101 | 1001111 | 0 | 101101 | 11101100 | 1001010 | 11111 |
Color Harmonies of #151D8B
Complementary color
Monochromatic Colors of #151D8B
Black with #151D8B
Text Example
Text Example
White with #151D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D8B; }
p { color: rgb(21,29,139); }
H1.HeaderClassName
{
color: #151D8B;
}
.AnyTagClassName
{
color: #151D8B;
}
</style>
background-color css
<style>
a { background-color: #151D8B; }
a { background-color: rgb(21,29,139); }
div.DivClassName
{
background-color: #151D8B;
}
.BgClassName
{
background-color: #151D8B;
}
</style>
border-color css
<style>
span { border-color: #151D8B; }
span { border-color: rgb(21,29,139); }
td.TdClassName
{
border-color: #151D8B;
}
.TagClassName
{
border-color: #151D8B;
}
</style>