Shades of Ultramarine #231C8D
Tints of Ultramarine #231C8D
RGB
CMYK
RGB Variations
Color information
#231C8D (or 0x231C8D) is known color: Ultramarine. HEX triplet: 23, 1C and 8D. RGB value is (35,28,141). Sum of RGB (Red+Green+Blue) = 35+28+141=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #231C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231C8D is #DCE372. Grayscale: #2A2A2A. Windows color (decimal): -14476147 or 9247779. OLE color: 9247779.
HSL color Cylindrical-coordinate representation of color #231C8D: hue angle of 243.72º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231C8D is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 28 | 141 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.45 |
| HSL | 243.72º | 0.67% | 0.33% | - |
| HSV(B) | 243.72º | 0.8% | 0.55% | - |
| XYZ | 5.92 | 3.11 | 25.49 | - |
| YUV | 42.98 | 183.32 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 141 | 0.75 | 0.80 | 0 | 0.45 | 243.72 | 0.67 | 0.33 |
| Hex | 23 | 1C | 8D | 4B | 50 | 0 | 2D | F4 | 43 | 21 |
| Octal | 43 | 34 | 215 | 113 | 120 | 0 | 55 | 364 | 103 | 41 |
| Binary | 100011 | 11100 | 10001101 | 1001011 | 1010000 | 0 | 101101 | 11110100 | 1000011 | 100001 |
Color Harmonies of #231C8D
Complementary color
Monochromatic Colors of #231C8D
Black with #231C8D
Text Example
Text Example
White with #231C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C8D; }
p { color: rgb(35,28,141); }
H1.HeaderClassName
{
color: #231C8D;
}
.AnyTagClassName
{
color: #231C8D;
}
</style>
background-color css
<style>
a { background-color: #231C8D; }
a { background-color: rgb(35,28,141); }
div.DivClassName
{
background-color: #231C8D;
}
.BgClassName
{
background-color: #231C8D;
}
</style>
border-color css
<style>
span { border-color: #231C8D; }
span { border-color: rgb(35,28,141); }
td.TdClassName
{
border-color: #231C8D;
}
.TagClassName
{
border-color: #231C8D;
}
</style>