Shades of Ultramarine #151AA2
Tints of Ultramarine #151AA2
RGB
CMYK
RGB Variations
Color information
#151AA2 (or 0x151AA2) is known color: Ultramarine. HEX triplet: 15, 1A and A2. RGB value is (21,26,162). Sum of RGB (Red+Green+Blue) = 21+26+162=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 162 (63.67% from 255 or 77.51% from 209); Max value from RGB is 162 - color contains mainly: blue. Hex color #151AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151AA2 is #EAE55D. Grayscale: #272727. Windows color (decimal): -15394142 or 10623509. OLE color: 10623509.
HSL color Cylindrical-coordinate representation of color #151AA2: hue angle of 237.87º 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 #151AA2 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 26 | 162 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.36 |
| HSL | 237.87º | 0.77% | 0.36% | - |
| HSV(B) | 237.87º | 0.87% | 0.64% | - |
| XYZ | 7.2 | 3.51 | 34.48 | - |
| YUV | 40.01 | 196.84 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 162 | 0.87 | 0.84 | 0 | 0.36 | 237.87 | 0.77 | 0.36 |
| Hex | 15 | 1A | A2 | 57 | 54 | 0 | 24 | EE | 4D | 24 |
| Octal | 25 | 32 | 242 | 127 | 124 | 0 | 44 | 356 | 115 | 44 |
| Binary | 10101 | 11010 | 10100010 | 1010111 | 1010100 | 0 | 100100 | 11101110 | 1001101 | 100100 |
Color Harmonies of #151AA2
Complementary color
Monochromatic Colors of #151AA2
Black with #151AA2
Text Example
Text Example
White with #151AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151AA2; }
p { color: rgb(21,26,162); }
H1.HeaderClassName
{
color: #151AA2;
}
.AnyTagClassName
{
color: #151AA2;
}
</style>
background-color css
<style>
a { background-color: #151AA2; }
a { background-color: rgb(21,26,162); }
div.DivClassName
{
background-color: #151AA2;
}
.BgClassName
{
background-color: #151AA2;
}
</style>
border-color css
<style>
span { border-color: #151AA2; }
span { border-color: rgb(21,26,162); }
td.TdClassName
{
border-color: #151AA2;
}
.TagClassName
{
border-color: #151AA2;
}
</style>