Shades of Ultramarine #231BAC
Tints of Ultramarine #231BAC
RGB
CMYK
RGB Variations
Color information
#231BAC (or 0x231BAC) is known color: Ultramarine. HEX triplet: 23, 1B and AC. RGB value is (35,27,172). Sum of RGB (Red+Green+Blue) = 35+27+172=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #231BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231BAC is #DCE453. Grayscale: #2D2D2D. Windows color (decimal): -14476372 or 11279139. OLE color: 11279139.
HSL color Cylindrical-coordinate representation of color #231BAC: hue angle of 243.31º degrees, saturation: 0.73, 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 #231BAC is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 27 | 172 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.33 |
| HSL | 243.31º | 0.73% | 0.39% | - |
| HSV(B) | 243.31º | 0.84% | 0.67% | - |
| XYZ | 8.53 | 4.12 | 39.38 | - |
| YUV | 45.92 | 199.15 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 172 | 0.80 | 0.84 | 0 | 0.33 | 243.31 | 0.73 | 0.39 |
| Hex | 23 | 1B | AC | 50 | 54 | 0 | 21 | F3 | 49 | 27 |
| Octal | 43 | 33 | 254 | 120 | 124 | 0 | 41 | 363 | 111 | 47 |
| Binary | 100011 | 11011 | 10101100 | 1010000 | 1010100 | 0 | 100001 | 11110011 | 1001001 | 100111 |
Color Harmonies of #231BAC
Complementary color
Monochromatic Colors of #231BAC
Black with #231BAC
Text Example
Text Example
White with #231BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231BAC; }
p { color: rgb(35,27,172); }
H1.HeaderClassName
{
color: #231BAC;
}
.AnyTagClassName
{
color: #231BAC;
}
</style>
background-color css
<style>
a { background-color: #231BAC; }
a { background-color: rgb(35,27,172); }
div.DivClassName
{
background-color: #231BAC;
}
.BgClassName
{
background-color: #231BAC;
}
</style>
border-color css
<style>
span { border-color: #231BAC; }
span { border-color: rgb(35,27,172); }
td.TdClassName
{
border-color: #231BAC;
}
.TagClassName
{
border-color: #231BAC;
}
</style>