Shades of Ultramarine #231C9A
Tints of Ultramarine #231C9A
RGB
CMYK
RGB Variations
Color information
#231C9A (or 0x231C9A) is known color: Ultramarine. HEX triplet: 23, 1C and 9A. RGB value is (35,28,154). Sum of RGB (Red+Green+Blue) = 35+28+154=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #231C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231C9A is #DCE365. Grayscale: #2B2B2B. Windows color (decimal): -14476134 or 10099747. OLE color: 10099747.
HSL color Cylindrical-coordinate representation of color #231C9A: hue angle of 243.33º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231C9A is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 28 | 154 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.40 |
| HSL | 243.33º | 0.69% | 0.36% | - |
| HSV(B) | 243.33º | 0.82% | 0.6% | - |
| XYZ | 6.94 | 3.52 | 30.89 | - |
| YUV | 44.46 | 189.82 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 154 | 0.77 | 0.82 | 0 | 0.40 | 243.33 | 0.69 | 0.36 |
| Hex | 23 | 1C | 9A | 4D | 52 | 0 | 28 | F3 | 45 | 24 |
| Octal | 43 | 34 | 232 | 115 | 122 | 0 | 50 | 363 | 105 | 44 |
| Binary | 100011 | 11100 | 10011010 | 1001101 | 1010010 | 0 | 101000 | 11110011 | 1000101 | 100100 |
Color Harmonies of #231C9A
Complementary color
Monochromatic Colors of #231C9A
Black with #231C9A
Text Example
Text Example
White with #231C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C9A; }
p { color: rgb(35,28,154); }
H1.HeaderClassName
{
color: #231C9A;
}
.AnyTagClassName
{
color: #231C9A;
}
</style>
background-color css
<style>
a { background-color: #231C9A; }
a { background-color: rgb(35,28,154); }
div.DivClassName
{
background-color: #231C9A;
}
.BgClassName
{
background-color: #231C9A;
}
</style>
border-color css
<style>
span { border-color: #231C9A; }
span { border-color: rgb(35,28,154); }
td.TdClassName
{
border-color: #231C9A;
}
.TagClassName
{
border-color: #231C9A;
}
</style>