Shades of Ultramarine #231FA4
Tints of Ultramarine #231FA4
RGB
CMYK
RGB Variations
Color information
#231FA4 (or 0x231FA4) is known color: Ultramarine. HEX triplet: 23, 1F and A4. RGB value is (35,31,164). Sum of RGB (Red+Green+Blue) = 35+31+164=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 164 (64.45% from 255 or 71.30% from 230); Max value from RGB is 164 - color contains mainly: blue. Hex color #231FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231FA4 is #DCE05B. Grayscale: #2E2E2E. Windows color (decimal): -14475356 or 10755875. OLE color: 10755875.
HSL color Cylindrical-coordinate representation of color #231FA4: hue angle of 241.8º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231FA4 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 31 | 164 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.36 |
| HSL | 241.8º | 0.68% | 0.38% | - |
| HSV(B) | 241.8º | 0.81% | 0.64% | - |
| XYZ | 7.88 | 4.02 | 35.48 | - |
| YUV | 47.36 | 193.83 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 164 | 0.79 | 0.81 | 0 | 0.36 | 241.8 | 0.68 | 0.38 |
| Hex | 23 | 1F | A4 | 4F | 51 | 0 | 24 | F2 | 44 | 26 |
| Octal | 43 | 37 | 244 | 117 | 121 | 0 | 44 | 362 | 104 | 46 |
| Binary | 100011 | 11111 | 10100100 | 1001111 | 1010001 | 0 | 100100 | 11110010 | 1000100 | 100110 |
Color Harmonies of #231FA4
Complementary color
Monochromatic Colors of #231FA4
Black with #231FA4
Text Example
Text Example
White with #231FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231FA4; }
p { color: rgb(35,31,164); }
H1.HeaderClassName
{
color: #231FA4;
}
.AnyTagClassName
{
color: #231FA4;
}
</style>
background-color css
<style>
a { background-color: #231FA4; }
a { background-color: rgb(35,31,164); }
div.DivClassName
{
background-color: #231FA4;
}
.BgClassName
{
background-color: #231FA4;
}
</style>
border-color css
<style>
span { border-color: #231FA4; }
span { border-color: rgb(35,31,164); }
td.TdClassName
{
border-color: #231FA4;
}
.TagClassName
{
border-color: #231FA4;
}
</style>