Shades of Ultramarine #151E9B
Tints of Ultramarine #151E9B
RGB
CMYK
RGB Variations
Color information
#151E9B (or 0x151E9B) is known color: Ultramarine. HEX triplet: 15, 1E and 9B. RGB value is (21,30,155). Sum of RGB (Red+Green+Blue) = 21+30+155=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #151E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151E9B is #EAE164. Grayscale: #292929. Windows color (decimal): -15393125 or 10165781. OLE color: 10165781.
HSL color Cylindrical-coordinate representation of color #151E9B: hue angle of 235.97º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151E9B is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 30 | 155 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.39 |
| HSL | 235.97º | 0.76% | 0.35% | - |
| HSV(B) | 235.97º | 0.86% | 0.61% | - |
| XYZ | 6.69 | 3.45 | 31.32 | - |
| YUV | 41.56 | 192.02 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 155 | 0.86 | 0.81 | 0 | 0.39 | 235.97 | 0.76 | 0.35 |
| Hex | 15 | 1E | 9B | 56 | 51 | 0 | 27 | EC | 4C | 23 |
| Octal | 25 | 36 | 233 | 126 | 121 | 0 | 47 | 354 | 114 | 43 |
| Binary | 10101 | 11110 | 10011011 | 1010110 | 1010001 | 0 | 100111 | 11101100 | 1001100 | 100011 |
Color Harmonies of #151E9B
Complementary color
Monochromatic Colors of #151E9B
Black with #151E9B
Text Example
Text Example
White with #151E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E9B; }
p { color: rgb(21,30,155); }
H1.HeaderClassName
{
color: #151E9B;
}
.AnyTagClassName
{
color: #151E9B;
}
</style>
background-color css
<style>
a { background-color: #151E9B; }
a { background-color: rgb(21,30,155); }
div.DivClassName
{
background-color: #151E9B;
}
.BgClassName
{
background-color: #151E9B;
}
</style>
border-color css
<style>
span { border-color: #151E9B; }
span { border-color: rgb(21,30,155); }
td.TdClassName
{
border-color: #151E9B;
}
.TagClassName
{
border-color: #151E9B;
}
</style>