Shades of Ultramarine #231A8D
Tints of Ultramarine #231A8D
RGB
CMYK
RGB Variations
Color information
#231A8D (or 0x231A8D) is known color: Ultramarine. HEX triplet: 23, 1A and 8D. RGB value is (35,26,141). Sum of RGB (Red+Green+Blue) = 35+26+141=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #231A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231A8D is #DCE572. Grayscale: #292929. Windows color (decimal): -14476659 or 9247267. OLE color: 9247267.
HSL color Cylindrical-coordinate representation of color #231A8D: hue angle of 244.7º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231A8D is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 26 | 141 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.45 |
| HSL | 244.7º | 0.69% | 0.33% | - |
| HSV(B) | 244.7º | 0.82% | 0.55% | - |
| XYZ | 5.87 | 3.02 | 25.47 | - |
| YUV | 41.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 141 | 0.75 | 0.82 | 0 | 0.45 | 244.7 | 0.69 | 0.33 |
| Hex | 23 | 1A | 8D | 4B | 52 | 0 | 2D | F5 | 45 | 21 |
| Octal | 43 | 32 | 215 | 113 | 122 | 0 | 55 | 365 | 105 | 41 |
| Binary | 100011 | 11010 | 10001101 | 1001011 | 1010010 | 0 | 101101 | 11110101 | 1000101 | 100001 |
Color Harmonies of #231A8D
Complementary color
Monochromatic Colors of #231A8D
Black with #231A8D
Text Example
Text Example
White with #231A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A8D; }
p { color: rgb(35,26,141); }
H1.HeaderClassName
{
color: #231A8D;
}
.AnyTagClassName
{
color: #231A8D;
}
</style>
background-color css
<style>
a { background-color: #231A8D; }
a { background-color: rgb(35,26,141); }
div.DivClassName
{
background-color: #231A8D;
}
.BgClassName
{
background-color: #231A8D;
}
</style>
border-color css
<style>
span { border-color: #231A8D; }
span { border-color: rgb(35,26,141); }
td.TdClassName
{
border-color: #231A8D;
}
.TagClassName
{
border-color: #231A8D;
}
</style>