Shades of Ultramarine #231CAC
Tints of Ultramarine #231CAC
RGB
CMYK
RGB Variations
Color information
#231CAC (or 0x231CAC) is known color: Ultramarine. HEX triplet: 23, 1C and AC. RGB value is (35,28,172). Sum of RGB (Red+Green+Blue) = 35+28+172=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #231CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231CAC is #DCE353. Grayscale: #2D2D2D. Windows color (decimal): -14476116 or 11279395. OLE color: 11279395.
HSL color Cylindrical-coordinate representation of color #231CAC: hue angle of 242.92º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231CAC is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 28 | 172 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.33 |
| HSL | 242.92º | 0.72% | 0.39% | - |
| HSV(B) | 242.92º | 0.84% | 0.67% | - |
| XYZ | 8.55 | 4.17 | 39.38 | - |
| YUV | 46.51 | 198.82 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 172 | 0.80 | 0.84 | 0 | 0.33 | 242.92 | 0.72 | 0.39 |
| Hex | 23 | 1C | AC | 50 | 54 | 0 | 21 | F3 | 48 | 27 |
| Octal | 43 | 34 | 254 | 120 | 124 | 0 | 41 | 363 | 110 | 47 |
| Binary | 100011 | 11100 | 10101100 | 1010000 | 1010100 | 0 | 100001 | 11110011 | 1001000 | 100111 |
Color Harmonies of #231CAC
Complementary color
Monochromatic Colors of #231CAC
Black with #231CAC
Text Example
Text Example
White with #231CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CAC; }
p { color: rgb(35,28,172); }
H1.HeaderClassName
{
color: #231CAC;
}
.AnyTagClassName
{
color: #231CAC;
}
</style>
background-color css
<style>
a { background-color: #231CAC; }
a { background-color: rgb(35,28,172); }
div.DivClassName
{
background-color: #231CAC;
}
.BgClassName
{
background-color: #231CAC;
}
</style>
border-color css
<style>
span { border-color: #231CAC; }
span { border-color: rgb(35,28,172); }
td.TdClassName
{
border-color: #231CAC;
}
.TagClassName
{
border-color: #231CAC;
}
</style>