Shades of Ultramarine #231B90
Tints of Ultramarine #231B90
RGB
CMYK
RGB Variations
Color information
#231B90 (or 0x231B90) is known color: Ultramarine. HEX triplet: 23, 1B and 90. RGB value is (35,27,144). Sum of RGB (Red+Green+Blue) = 35+27+144=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 144 (56.64% from 255 or 69.90% from 206); Max value from RGB is 144 - color contains mainly: blue. Hex color #231B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231B90 is #DCE46F. Grayscale: #2A2A2A. Windows color (decimal): -14476400 or 9444131. OLE color: 9444131.
HSL color Cylindrical-coordinate representation of color #231B90: hue angle of 244.1º degrees, saturation: 0.68, 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 #231B90 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 27 | 144 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.44 |
| HSL | 244.1º | 0.68% | 0.34% | - |
| HSV(B) | 244.1º | 0.81% | 0.56% | - |
| XYZ | 6.12 | 3.15 | 26.67 | - |
| YUV | 42.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 144 | 0.76 | 0.81 | 0 | 0.44 | 244.1 | 0.68 | 0.34 |
| Hex | 23 | 1B | 90 | 4C | 51 | 0 | 2C | F4 | 44 | 22 |
| Octal | 43 | 33 | 220 | 114 | 121 | 0 | 54 | 364 | 104 | 42 |
| Binary | 100011 | 11011 | 10010000 | 1001100 | 1010001 | 0 | 101100 | 11110100 | 1000100 | 100010 |
Color Harmonies of #231B90
Complementary color
Monochromatic Colors of #231B90
Black with #231B90
Text Example
Text Example
White with #231B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B90; }
p { color: rgb(35,27,144); }
H1.HeaderClassName
{
color: #231B90;
}
.AnyTagClassName
{
color: #231B90;
}
</style>
background-color css
<style>
a { background-color: #231B90; }
a { background-color: rgb(35,27,144); }
div.DivClassName
{
background-color: #231B90;
}
.BgClassName
{
background-color: #231B90;
}
</style>
border-color css
<style>
span { border-color: #231B90; }
span { border-color: rgb(35,27,144); }
td.TdClassName
{
border-color: #231B90;
}
.TagClassName
{
border-color: #231B90;
}
</style>