Shades of Ultramarine #151BA6
Tints of Ultramarine #151BA6
RGB
CMYK
RGB Variations
Color information
#151BA6 (or 0x151BA6) is known color: Ultramarine. HEX triplet: 15, 1B and A6. RGB value is (21,27,166). Sum of RGB (Red+Green+Blue) = 21+27+166=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 166 (65.23% from 255 or 77.57% from 214); Max value from RGB is 166 - color contains mainly: blue. Hex color #151BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151BA6 is #EAE459. Grayscale: #282828. Windows color (decimal): -15393882 or 10885909. OLE color: 10885909.
HSL color Cylindrical-coordinate representation of color #151BA6: hue angle of 237.52º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151BA6 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 27 | 166 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.35 |
| HSL | 237.52º | 0.78% | 0.37% | - |
| HSV(B) | 237.52º | 0.87% | 0.65% | - |
| XYZ | 7.58 | 3.7 | 36.39 | - |
| YUV | 41.05 | 198.51 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 166 | 0.87 | 0.84 | 0 | 0.35 | 237.52 | 0.78 | 0.37 |
| Hex | 15 | 1B | A6 | 57 | 54 | 0 | 23 | EE | 4E | 25 |
| Octal | 25 | 33 | 246 | 127 | 124 | 0 | 43 | 356 | 116 | 45 |
| Binary | 10101 | 11011 | 10100110 | 1010111 | 1010100 | 0 | 100011 | 11101110 | 1001110 | 100101 |
Color Harmonies of #151BA6
Complementary color
Monochromatic Colors of #151BA6
Black with #151BA6
Text Example
Text Example
White with #151BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BA6; }
p { color: rgb(21,27,166); }
H1.HeaderClassName
{
color: #151BA6;
}
.AnyTagClassName
{
color: #151BA6;
}
</style>
background-color css
<style>
a { background-color: #151BA6; }
a { background-color: rgb(21,27,166); }
div.DivClassName
{
background-color: #151BA6;
}
.BgClassName
{
background-color: #151BA6;
}
</style>
border-color css
<style>
span { border-color: #151BA6; }
span { border-color: rgb(21,27,166); }
td.TdClassName
{
border-color: #151BA6;
}
.TagClassName
{
border-color: #151BA6;
}
</style>