Shades of Ultramarine #231988
Tints of Ultramarine #231988
RGB
CMYK
RGB Variations
Color information
#231988 (or 0x231988) is known color: Ultramarine. HEX triplet: 23, 19 and 88. RGB value is (35,25,136). Sum of RGB (Red+Green+Blue) = 35+25+136=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 136 (53.52% from 255 or 69.39% from 196); Max value from RGB is 136 - color contains mainly: blue. Hex color #231988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231988 is #DCE677. Grayscale: #282828. Windows color (decimal): -14476920 or 8919331. OLE color: 8919331.
HSL color Cylindrical-coordinate representation of color #231988: hue angle of 245.41º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231988 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 25 | 136 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.47 |
| HSL | 245.41º | 0.69% | 0.32% | - |
| HSV(B) | 245.41º | 0.82% | 0.53% | - |
| XYZ | 5.48 | 2.83 | 23.55 | - |
| YUV | 40.64 | 181.81 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 136 | 0.74 | 0.82 | 0 | 0.47 | 245.41 | 0.69 | 0.32 |
| Hex | 23 | 19 | 88 | 4A | 52 | 0 | 2F | F5 | 45 | 20 |
| Octal | 43 | 31 | 210 | 112 | 122 | 0 | 57 | 365 | 105 | 40 |
| Binary | 100011 | 11001 | 10001000 | 1001010 | 1010010 | 0 | 101111 | 11110101 | 1000101 | 100000 |
Color Harmonies of #231988
Complementary color
Monochromatic Colors of #231988
Black with #231988
Text Example
Text Example
White with #231988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231988; }
p { color: rgb(35,25,136); }
H1.HeaderClassName
{
color: #231988;
}
.AnyTagClassName
{
color: #231988;
}
</style>
background-color css
<style>
a { background-color: #231988; }
a { background-color: rgb(35,25,136); }
div.DivClassName
{
background-color: #231988;
}
.BgClassName
{
background-color: #231988;
}
</style>
border-color css
<style>
span { border-color: #231988; }
span { border-color: rgb(35,25,136); }
td.TdClassName
{
border-color: #231988;
}
.TagClassName
{
border-color: #231988;
}
</style>