Shades of Ultramarine #151C94
Tints of Ultramarine #151C94
RGB
CMYK
RGB Variations
Color information
#151C94 (or 0x151C94) is known color: Ultramarine. HEX triplet: 15, 1C and 94. RGB value is (21,28,148). Sum of RGB (Red+Green+Blue) = 21+28+148=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #151C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151C94 is #EAE36B. Grayscale: #272727. Windows color (decimal): -15393644 or 9706517. OLE color: 9706517.
HSL color Cylindrical-coordinate representation of color #151C94: hue angle of 236.69º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151C94 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 28 | 148 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.42 |
| HSL | 236.69º | 0.75% | 0.33% | - |
| HSV(B) | 236.69º | 0.86% | 0.58% | - |
| XYZ | 6.07 | 3.13 | 28.3 | - |
| YUV | 39.59 | 189.18 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 148 | 0.86 | 0.81 | 0 | 0.42 | 236.69 | 0.75 | 0.33 |
| Hex | 15 | 1C | 94 | 56 | 51 | 0 | 2A | ED | 4B | 21 |
| Octal | 25 | 34 | 224 | 126 | 121 | 0 | 52 | 355 | 113 | 41 |
| Binary | 10101 | 11100 | 10010100 | 1010110 | 1010001 | 0 | 101010 | 11101101 | 1001011 | 100001 |
Color Harmonies of #151C94
Complementary color
Monochromatic Colors of #151C94
Black with #151C94
Text Example
Text Example
White with #151C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C94; }
p { color: rgb(21,28,148); }
H1.HeaderClassName
{
color: #151C94;
}
.AnyTagClassName
{
color: #151C94;
}
</style>
background-color css
<style>
a { background-color: #151C94; }
a { background-color: rgb(21,28,148); }
div.DivClassName
{
background-color: #151C94;
}
.BgClassName
{
background-color: #151C94;
}
</style>
border-color css
<style>
span { border-color: #151C94; }
span { border-color: rgb(21,28,148); }
td.TdClassName
{
border-color: #151C94;
}
.TagClassName
{
border-color: #151C94;
}
</style>