Shades of Ultramarine #151C98
Tints of Ultramarine #151C98
RGB
CMYK
RGB Variations
Color information
#151C98 (or 0x151C98) is known color: Ultramarine. HEX triplet: 15, 1C and 98. RGB value is (21,28,152). Sum of RGB (Red+Green+Blue) = 21+28+152=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #151C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151C98 is #EAE367. Grayscale: #272727. Windows color (decimal): -15393640 or 9968661. OLE color: 9968661.
HSL color Cylindrical-coordinate representation of color #151C98: hue angle of 236.79º 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 #151C98 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 28 | 152 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.40 |
| HSL | 236.79º | 0.76% | 0.34% | - |
| HSV(B) | 236.79º | 0.86% | 0.6% | - |
| XYZ | 6.39 | 3.26 | 30 | - |
| YUV | 40.04 | 191.18 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 152 | 0.86 | 0.82 | 0 | 0.40 | 236.79 | 0.76 | 0.34 |
| Hex | 15 | 1C | 98 | 56 | 52 | 0 | 28 | ED | 4C | 22 |
| Octal | 25 | 34 | 230 | 126 | 122 | 0 | 50 | 355 | 114 | 42 |
| Binary | 10101 | 11100 | 10011000 | 1010110 | 1010010 | 0 | 101000 | 11101101 | 1001100 | 100010 |
Color Harmonies of #151C98
Complementary color
Monochromatic Colors of #151C98
Black with #151C98
Text Example
Text Example
White with #151C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C98; }
p { color: rgb(21,28,152); }
H1.HeaderClassName
{
color: #151C98;
}
.AnyTagClassName
{
color: #151C98;
}
</style>
background-color css
<style>
a { background-color: #151C98; }
a { background-color: rgb(21,28,152); }
div.DivClassName
{
background-color: #151C98;
}
.BgClassName
{
background-color: #151C98;
}
</style>
border-color css
<style>
span { border-color: #151C98; }
span { border-color: rgb(21,28,152); }
td.TdClassName
{
border-color: #151C98;
}
.TagClassName
{
border-color: #151C98;
}
</style>