Shades of Ultramarine #151A9D
Tints of Ultramarine #151A9D
RGB
CMYK
RGB Variations
Color information
#151A9D (or 0x151A9D) is known color: Ultramarine. HEX triplet: 15, 1A and 9D. RGB value is (21,26,157). Sum of RGB (Red+Green+Blue) = 21+26+157=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #151A9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151A9D is #EAE562. Grayscale: #262626. Windows color (decimal): -15394147 or 10295829. OLE color: 10295829.
HSL color Cylindrical-coordinate representation of color #151A9D: hue angle of 237.79º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151A9D is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 26 | 157 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.38 |
| HSL | 237.79º | 0.76% | 0.35% | - |
| HSV(B) | 237.79º | 0.87% | 0.62% | - |
| XYZ | 6.76 | 3.33 | 32.19 | - |
| YUV | 39.44 | 194.34 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 157 | 0.87 | 0.83 | 0 | 0.38 | 237.79 | 0.76 | 0.35 |
| Hex | 15 | 1A | 9D | 57 | 53 | 0 | 26 | EE | 4C | 23 |
| Octal | 25 | 32 | 235 | 127 | 123 | 0 | 46 | 356 | 114 | 43 |
| Binary | 10101 | 11010 | 10011101 | 1010111 | 1010011 | 0 | 100110 | 11101110 | 1001100 | 100011 |
Color Harmonies of #151A9D
Complementary color
Monochromatic Colors of #151A9D
Black with #151A9D
Text Example
Text Example
White with #151A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A9D; }
p { color: rgb(21,26,157); }
H1.HeaderClassName
{
color: #151A9D;
}
.AnyTagClassName
{
color: #151A9D;
}
</style>
background-color css
<style>
a { background-color: #151A9D; }
a { background-color: rgb(21,26,157); }
div.DivClassName
{
background-color: #151A9D;
}
.BgClassName
{
background-color: #151A9D;
}
</style>
border-color css
<style>
span { border-color: #151A9D; }
span { border-color: rgb(21,26,157); }
td.TdClassName
{
border-color: #151A9D;
}
.TagClassName
{
border-color: #151A9D;
}
</style>