Shades of Ultramarine #231BA4
Tints of Ultramarine #231BA4
RGB
CMYK
RGB Variations
Color information
#231BA4 (or 0x231BA4) is known color: Ultramarine. HEX triplet: 23, 1B and A4. RGB value is (35,27,164). Sum of RGB (Red+Green+Blue) = 35+27+164=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 164 (64.45% from 255 or 72.57% from 226); Max value from RGB is 164 - color contains mainly: blue. Hex color #231BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231BA4 is #DCE45B. Grayscale: #2C2C2C. Windows color (decimal): -14476380 or 10754851. OLE color: 10754851.
HSL color Cylindrical-coordinate representation of color #231BA4: hue angle of 243.5º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231BA4 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 27 | 164 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.36 |
| HSL | 243.5º | 0.72% | 0.37% | - |
| HSV(B) | 243.5º | 0.84% | 0.64% | - |
| XYZ | 7.79 | 3.82 | 35.45 | - |
| YUV | 45.01 | 195.15 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 164 | 0.79 | 0.84 | 0 | 0.36 | 243.5 | 0.72 | 0.37 |
| Hex | 23 | 1B | A4 | 4F | 54 | 0 | 24 | F4 | 48 | 25 |
| Octal | 43 | 33 | 244 | 117 | 124 | 0 | 44 | 364 | 110 | 45 |
| Binary | 100011 | 11011 | 10100100 | 1001111 | 1010100 | 0 | 100100 | 11110100 | 1001000 | 100101 |
Color Harmonies of #231BA4
Complementary color
Monochromatic Colors of #231BA4
Black with #231BA4
Text Example
Text Example
White with #231BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231BA4; }
p { color: rgb(35,27,164); }
H1.HeaderClassName
{
color: #231BA4;
}
.AnyTagClassName
{
color: #231BA4;
}
</style>
background-color css
<style>
a { background-color: #231BA4; }
a { background-color: rgb(35,27,164); }
div.DivClassName
{
background-color: #231BA4;
}
.BgClassName
{
background-color: #231BA4;
}
</style>
border-color css
<style>
span { border-color: #231BA4; }
span { border-color: rgb(35,27,164); }
td.TdClassName
{
border-color: #231BA4;
}
.TagClassName
{
border-color: #231BA4;
}
</style>