Shades of Ultramarine #231C90
Tints of Ultramarine #231C90
RGB
CMYK
RGB Variations
Color information
#231C90 (or 0x231C90) is known color: Ultramarine. HEX triplet: 23, 1C and 90. RGB value is (35,28,144). Sum of RGB (Red+Green+Blue) = 35+28+144=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #231C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231C90 is #DCE36F. Grayscale: #2A2A2A. Windows color (decimal): -14476144 or 9444387. OLE color: 9444387.
HSL color Cylindrical-coordinate representation of color #231C90: hue angle of 243.62º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231C90 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 28 | 144 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.44 |
| HSL | 243.62º | 0.67% | 0.34% | - |
| HSV(B) | 243.62º | 0.81% | 0.56% | - |
| XYZ | 6.14 | 3.2 | 26.68 | - |
| YUV | 43.32 | 184.82 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 144 | 0.76 | 0.81 | 0 | 0.44 | 243.62 | 0.67 | 0.34 |
| Hex | 23 | 1C | 90 | 4C | 51 | 0 | 2C | F4 | 43 | 22 |
| Octal | 43 | 34 | 220 | 114 | 121 | 0 | 54 | 364 | 103 | 42 |
| Binary | 100011 | 11100 | 10010000 | 1001100 | 1010001 | 0 | 101100 | 11110100 | 1000011 | 100010 |
Color Harmonies of #231C90
Complementary color
Monochromatic Colors of #231C90
Black with #231C90
Text Example
Text Example
White with #231C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C90; }
p { color: rgb(35,28,144); }
H1.HeaderClassName
{
color: #231C90;
}
.AnyTagClassName
{
color: #231C90;
}
</style>
background-color css
<style>
a { background-color: #231C90; }
a { background-color: rgb(35,28,144); }
div.DivClassName
{
background-color: #231C90;
}
.BgClassName
{
background-color: #231C90;
}
</style>
border-color css
<style>
span { border-color: #231C90; }
span { border-color: rgb(35,28,144); }
td.TdClassName
{
border-color: #231C90;
}
.TagClassName
{
border-color: #231C90;
}
</style>