Shades of Ultramarine #15238B
Tints of Ultramarine #15238B
RGB
CMYK
RGB Variations
Color information
#15238B (or 0x15238B) is known color: Ultramarine. HEX triplet: 15, 23 and 8B. RGB value is (21,35,139). Sum of RGB (Red+Green+Blue) = 21+35+139=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #15238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15238B is #EADC74. Grayscale: #2A2A2A. Windows color (decimal): -15391861 or 9118485. OLE color: 9118485.
HSL color Cylindrical-coordinate representation of color #15238B: hue angle of 232.88º 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 #15238B is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 35 | 139 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.45 |
| HSL | 232.88º | 0.74% | 0.31% | - |
| HSV(B) | 232.88º | 0.85% | 0.55% | - |
| XYZ | 5.57 | 3.23 | 24.76 | - |
| YUV | 42.67 | 182.36 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 139 | 0.85 | 0.75 | 0 | 0.45 | 232.88 | 0.74 | 0.31 |
| Hex | 15 | 23 | 8B | 55 | 4B | 0 | 2D | E9 | 4A | 1F |
| Octal | 25 | 43 | 213 | 125 | 113 | 0 | 55 | 351 | 112 | 37 |
| Binary | 10101 | 100011 | 10001011 | 1010101 | 1001011 | 0 | 101101 | 11101001 | 1001010 | 11111 |
Color Harmonies of #15238B
Complementary color
Monochromatic Colors of #15238B
Black with #15238B
Text Example
Text Example
White with #15238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15238B; }
p { color: rgb(21,35,139); }
H1.HeaderClassName
{
color: #15238B;
}
.AnyTagClassName
{
color: #15238B;
}
</style>
background-color css
<style>
a { background-color: #15238B; }
a { background-color: rgb(21,35,139); }
div.DivClassName
{
background-color: #15238B;
}
.BgClassName
{
background-color: #15238B;
}
</style>
border-color css
<style>
span { border-color: #15238B; }
span { border-color: rgb(21,35,139); }
td.TdClassName
{
border-color: #15238B;
}
.TagClassName
{
border-color: #15238B;
}
</style>