Shades of Ultramarine #231185
Tints of Ultramarine #231185
RGB
CMYK
RGB Variations
Color information
#231185 (or 0x231185) is known color: Ultramarine. HEX triplet: 23, 11 and 85. RGB value is (35,17,133). Sum of RGB (Red+Green+Blue) = 35+17+133=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #231185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231185 is #DCEE7A. Grayscale: #232323. Windows color (decimal): -14478971 or 8720675. OLE color: 8720675.
HSL color Cylindrical-coordinate representation of color #231185: hue angle of 249.31º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231185 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 17 | 133 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.48 |
| HSL | 249.31º | 0.77% | 0.29% | - |
| HSV(B) | 249.31º | 0.87% | 0.52% | - |
| XYZ | 5.13 | 2.45 | 22.39 | - |
| YUV | 35.61 | 182.96 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 133 | 0.74 | 0.87 | 0 | 0.48 | 249.31 | 0.77 | 0.29 |
| Hex | 23 | 11 | 85 | 4A | 57 | 0 | 30 | F9 | 4D | 1D |
| Octal | 43 | 21 | 205 | 112 | 127 | 0 | 60 | 371 | 115 | 35 |
| Binary | 100011 | 10001 | 10000101 | 1001010 | 1010111 | 0 | 110000 | 11111001 | 1001101 | 11101 |
Color Harmonies of #231185
Complementary color
Monochromatic Colors of #231185
Black with #231185
Text Example
Text Example
White with #231185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231185; }
p { color: rgb(35,17,133); }
H1.HeaderClassName
{
color: #231185;
}
.AnyTagClassName
{
color: #231185;
}
</style>
background-color css
<style>
a { background-color: #231185; }
a { background-color: rgb(35,17,133); }
div.DivClassName
{
background-color: #231185;
}
.BgClassName
{
background-color: #231185;
}
</style>
border-color css
<style>
span { border-color: #231185; }
span { border-color: rgb(35,17,133); }
td.TdClassName
{
border-color: #231185;
}
.TagClassName
{
border-color: #231185;
}
</style>