Shades of Ultramarine #151C8B
Tints of Ultramarine #151C8B
RGB
CMYK
RGB Variations
Color information
#151C8B (or 0x151C8B) is known color: Ultramarine. HEX triplet: 15, 1C and 8B. RGB value is (21,28,139). Sum of RGB (Red+Green+Blue) = 21+28+139=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #151C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151C8B is #EAE374. Grayscale: #262626. Windows color (decimal): -15393653 or 9116693. OLE color: 9116693.
HSL color Cylindrical-coordinate representation of color #151C8B: hue angle of 236.44º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #151C8B is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 28 | 139 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.45 |
| HSL | 236.44º | 0.74% | 0.31% | - |
| HSV(B) | 236.44º | 0.85% | 0.55% | - |
| XYZ | 5.38 | 2.85 | 24.69 | - |
| YUV | 38.56 | 184.68 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 139 | 0.85 | 0.80 | 0 | 0.45 | 236.44 | 0.74 | 0.31 |
| Hex | 15 | 1C | 8B | 55 | 50 | 0 | 2D | EC | 4A | 1F |
| Octal | 25 | 34 | 213 | 125 | 120 | 0 | 55 | 354 | 112 | 37 |
| Binary | 10101 | 11100 | 10001011 | 1010101 | 1010000 | 0 | 101101 | 11101100 | 1001010 | 11111 |
Color Harmonies of #151C8B
Complementary color
Monochromatic Colors of #151C8B
Black with #151C8B
Text Example
Text Example
White with #151C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C8B; }
p { color: rgb(21,28,139); }
H1.HeaderClassName
{
color: #151C8B;
}
.AnyTagClassName
{
color: #151C8B;
}
</style>
background-color css
<style>
a { background-color: #151C8B; }
a { background-color: rgb(21,28,139); }
div.DivClassName
{
background-color: #151C8B;
}
.BgClassName
{
background-color: #151C8B;
}
</style>
border-color css
<style>
span { border-color: #151C8B; }
span { border-color: rgb(21,28,139); }
td.TdClassName
{
border-color: #151C8B;
}
.TagClassName
{
border-color: #151C8B;
}
</style>