Shades of Ultramarine #231BAB
Tints of Ultramarine #231BAB
RGB
CMYK
RGB Variations
Color information
#231BAB (or 0x231BAB) is known color: Ultramarine. HEX triplet: 23, 1B and AB. RGB value is (35,27,171). Sum of RGB (Red+Green+Blue) = 35+27+171=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #231BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231BAB is #DCE454. Grayscale: #2D2D2D. Windows color (decimal): -14476373 or 11213603. OLE color: 11213603.
HSL color Cylindrical-coordinate representation of color #231BAB: hue angle of 243.33º 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 #231BAB is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 27 | 171 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.33 |
| HSL | 243.33º | 0.73% | 0.39% | - |
| HSV(B) | 243.33º | 0.84% | 0.67% | - |
| XYZ | 8.44 | 4.08 | 38.87 | - |
| YUV | 45.81 | 198.65 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 171 | 0.80 | 0.84 | 0 | 0.33 | 243.33 | 0.73 | 0.39 |
| Hex | 23 | 1B | AB | 50 | 54 | 0 | 21 | F3 | 49 | 27 |
| Octal | 43 | 33 | 253 | 120 | 124 | 0 | 41 | 363 | 111 | 47 |
| Binary | 100011 | 11011 | 10101011 | 1010000 | 1010100 | 0 | 100001 | 11110011 | 1001001 | 100111 |
Color Harmonies of #231BAB
Complementary color
Monochromatic Colors of #231BAB
Black with #231BAB
Text Example
Text Example
White with #231BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231BAB; }
p { color: rgb(35,27,171); }
H1.HeaderClassName
{
color: #231BAB;
}
.AnyTagClassName
{
color: #231BAB;
}
</style>
background-color css
<style>
a { background-color: #231BAB; }
a { background-color: rgb(35,27,171); }
div.DivClassName
{
background-color: #231BAB;
}
.BgClassName
{
background-color: #231BAB;
}
</style>
border-color css
<style>
span { border-color: #231BAB; }
span { border-color: rgb(35,27,171); }
td.TdClassName
{
border-color: #231BAB;
}
.TagClassName
{
border-color: #231BAB;
}
</style>