Shades of Ultramarine #151BA4
Tints of Ultramarine #151BA4
RGB
CMYK
RGB Variations
Color information
#151BA4 (or 0x151BA4) is known color: Ultramarine. HEX triplet: 15, 1B and A4. RGB value is (21,27,164). Sum of RGB (Red+Green+Blue) = 21+27+164=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 164 (64.45% from 255 or 77.36% from 212); Max value from RGB is 164 - color contains mainly: blue. Hex color #151BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151BA4 is #EAE45B. Grayscale: #282828. Windows color (decimal): -15393884 or 10754837. OLE color: 10754837.
HSL color Cylindrical-coordinate representation of color #151BA4: hue angle of 237.48º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151BA4 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 27 | 164 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.36 |
| HSL | 237.48º | 0.77% | 0.36% | - |
| HSV(B) | 237.48º | 0.87% | 0.64% | - |
| XYZ | 7.4 | 3.62 | 35.43 | - |
| YUV | 40.82 | 197.51 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 164 | 0.87 | 0.84 | 0 | 0.36 | 237.48 | 0.77 | 0.36 |
| Hex | 15 | 1B | A4 | 57 | 54 | 0 | 24 | ED | 4D | 24 |
| Octal | 25 | 33 | 244 | 127 | 124 | 0 | 44 | 355 | 115 | 44 |
| Binary | 10101 | 11011 | 10100100 | 1010111 | 1010100 | 0 | 100100 | 11101101 | 1001101 | 100100 |
Color Harmonies of #151BA4
Complementary color
Monochromatic Colors of #151BA4
Black with #151BA4
Text Example
Text Example
White with #151BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BA4; }
p { color: rgb(21,27,164); }
H1.HeaderClassName
{
color: #151BA4;
}
.AnyTagClassName
{
color: #151BA4;
}
</style>
background-color css
<style>
a { background-color: #151BA4; }
a { background-color: rgb(21,27,164); }
div.DivClassName
{
background-color: #151BA4;
}
.BgClassName
{
background-color: #151BA4;
}
</style>
border-color css
<style>
span { border-color: #151BA4; }
span { border-color: rgb(21,27,164); }
td.TdClassName
{
border-color: #151BA4;
}
.TagClassName
{
border-color: #151BA4;
}
</style>