Shades of Ultramarine #231A89
Tints of Ultramarine #231A89
RGB
CMYK
RGB Variations
Color information
#231A89 (or 0x231A89) is known color: Ultramarine. HEX triplet: 23, 1A and 89. RGB value is (35,26,137). Sum of RGB (Red+Green+Blue) = 35+26+137=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #231A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231A89 is #DCE576. Grayscale: #282828. Windows color (decimal): -14476663 or 8985123. OLE color: 8985123.
HSL color Cylindrical-coordinate representation of color #231A89: hue angle of 244.86º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231A89 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 26 | 137 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.46 |
| HSL | 244.86º | 0.68% | 0.32% | - |
| HSV(B) | 244.86º | 0.81% | 0.54% | - |
| XYZ | 5.58 | 2.9 | 23.93 | - |
| YUV | 41.35 | 181.98 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 137 | 0.74 | 0.81 | 0 | 0.46 | 244.86 | 0.68 | 0.32 |
| Hex | 23 | 1A | 89 | 4A | 51 | 0 | 2E | F5 | 44 | 20 |
| Octal | 43 | 32 | 211 | 112 | 121 | 0 | 56 | 365 | 104 | 40 |
| Binary | 100011 | 11010 | 10001001 | 1001010 | 1010001 | 0 | 101110 | 11110101 | 1000100 | 100000 |
Color Harmonies of #231A89
Complementary color
Monochromatic Colors of #231A89
Black with #231A89
Text Example
Text Example
White with #231A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A89; }
p { color: rgb(35,26,137); }
H1.HeaderClassName
{
color: #231A89;
}
.AnyTagClassName
{
color: #231A89;
}
</style>
background-color css
<style>
a { background-color: #231A89; }
a { background-color: rgb(35,26,137); }
div.DivClassName
{
background-color: #231A89;
}
.BgClassName
{
background-color: #231A89;
}
</style>
border-color css
<style>
span { border-color: #231A89; }
span { border-color: rgb(35,26,137); }
td.TdClassName
{
border-color: #231A89;
}
.TagClassName
{
border-color: #231A89;
}
</style>