Shades of Ultramarine #151D8A
Tints of Ultramarine #151D8A
RGB
CMYK
RGB Variations
Color information
#151D8A (or 0x151D8A) is known color: Ultramarine. HEX triplet: 15, 1D and 8A. RGB value is (21,29,138). Sum of RGB (Red+Green+Blue) = 21+29+138=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 138 (54.30% from 255 or 73.40% from 188); Max value from RGB is 138 - color contains mainly: blue. Hex color #151D8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151D8A is #EAE275. Grayscale: #262626. Windows color (decimal): -15393398 or 9051413. OLE color: 9051413.
HSL color Cylindrical-coordinate representation of color #151D8A: hue angle of 235.9º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #151D8A is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 29 | 138 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.46 |
| HSL | 235.9º | 0.74% | 0.31% | - |
| HSV(B) | 235.9º | 0.85% | 0.54% | - |
| XYZ | 5.34 | 2.87 | 24.32 | - |
| YUV | 39.03 | 183.85 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 138 | 0.85 | 0.79 | 0 | 0.46 | 235.9 | 0.74 | 0.31 |
| Hex | 15 | 1D | 8A | 55 | 4F | 0 | 2E | EC | 4A | 1F |
| Octal | 25 | 35 | 212 | 125 | 117 | 0 | 56 | 354 | 112 | 37 |
| Binary | 10101 | 11101 | 10001010 | 1010101 | 1001111 | 0 | 101110 | 11101100 | 1001010 | 11111 |
Color Harmonies of #151D8A
Complementary color
Monochromatic Colors of #151D8A
Black with #151D8A
Text Example
Text Example
White with #151D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D8A; }
p { color: rgb(21,29,138); }
H1.HeaderClassName
{
color: #151D8A;
}
.AnyTagClassName
{
color: #151D8A;
}
</style>
background-color css
<style>
a { background-color: #151D8A; }
a { background-color: rgb(21,29,138); }
div.DivClassName
{
background-color: #151D8A;
}
.BgClassName
{
background-color: #151D8A;
}
</style>
border-color css
<style>
span { border-color: #151D8A; }
span { border-color: rgb(21,29,138); }
td.TdClassName
{
border-color: #151D8A;
}
.TagClassName
{
border-color: #151D8A;
}
</style>