Shades of Ultramarine #151C92
Tints of Ultramarine #151C92
RGB
CMYK
RGB Variations
Color information
#151C92 (or 0x151C92) is known color: Ultramarine. HEX triplet: 15, 1C and 92. RGB value is (21,28,146). Sum of RGB (Red+Green+Blue) = 21+28+146=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #151C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151C92 is #EAE36D. Grayscale: #262626. Windows color (decimal): -15393646 or 9575445. OLE color: 9575445.
HSL color Cylindrical-coordinate representation of color #151C92: hue angle of 236.64º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151C92 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 28 | 146 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.43 |
| HSL | 236.64º | 0.75% | 0.33% | - |
| HSV(B) | 236.64º | 0.86% | 0.57% | - |
| XYZ | 5.91 | 3.07 | 27.47 | - |
| YUV | 39.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 146 | 0.86 | 0.81 | 0 | 0.43 | 236.64 | 0.75 | 0.33 |
| Hex | 15 | 1C | 92 | 56 | 51 | 0 | 2B | ED | 4B | 21 |
| Octal | 25 | 34 | 222 | 126 | 121 | 0 | 53 | 355 | 113 | 41 |
| Binary | 10101 | 11100 | 10010010 | 1010110 | 1010001 | 0 | 101011 | 11101101 | 1001011 | 100001 |
Color Harmonies of #151C92
Complementary color
Monochromatic Colors of #151C92
Black with #151C92
Text Example
Text Example
White with #151C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C92; }
p { color: rgb(21,28,146); }
H1.HeaderClassName
{
color: #151C92;
}
.AnyTagClassName
{
color: #151C92;
}
</style>
background-color css
<style>
a { background-color: #151C92; }
a { background-color: rgb(21,28,146); }
div.DivClassName
{
background-color: #151C92;
}
.BgClassName
{
background-color: #151C92;
}
</style>
border-color css
<style>
span { border-color: #151C92; }
span { border-color: rgb(21,28,146); }
td.TdClassName
{
border-color: #151C92;
}
.TagClassName
{
border-color: #151C92;
}
</style>