Shades of Ultramarine #231F99
Tints of Ultramarine #231F99
RGB
CMYK
RGB Variations
Color information
#231F99 (or 0x231F99) is known color: Ultramarine. HEX triplet: 23, 1F and 99. RGB value is (35,31,153). Sum of RGB (Red+Green+Blue) = 35+31+153=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #231F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231F99 is #DCE066. Grayscale: #2D2D2D. Windows color (decimal): -14475367 or 10034979. OLE color: 10034979.
HSL color Cylindrical-coordinate representation of color #231F99: hue angle of 241.97º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231F99 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 31 | 153 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.4 |
| HSL | 241.97º | 0.66% | 0.36% | - |
| HSV(B) | 241.97º | 0.8% | 0.6% | - |
| XYZ | 6.93 | 3.64 | 30.47 | - |
| YUV | 46.1 | 188.33 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 153 | 0.77 | 0.80 | 0 | 0.4 | 241.97 | 0.66 | 0.36 |
| Hex | 23 | 1F | 99 | 4D | 50 | 0 | 28 | F2 | 42 | 24 |
| Octal | 43 | 37 | 231 | 115 | 120 | 0 | 50 | 362 | 102 | 44 |
| Binary | 100011 | 11111 | 10011001 | 1001101 | 1010000 | 0 | 101000 | 11110010 | 1000010 | 100100 |
Color Harmonies of #231F99
Complementary color
Monochromatic Colors of #231F99
Black with #231F99
Text Example
Text Example
White with #231F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F99; }
p { color: rgb(35,31,153); }
H1.HeaderClassName
{
color: #231F99;
}
.AnyTagClassName
{
color: #231F99;
}
</style>
background-color css
<style>
a { background-color: #231F99; }
a { background-color: rgb(35,31,153); }
div.DivClassName
{
background-color: #231F99;
}
.BgClassName
{
background-color: #231F99;
}
</style>
border-color css
<style>
span { border-color: #231F99; }
span { border-color: rgb(35,31,153); }
td.TdClassName
{
border-color: #231F99;
}
.TagClassName
{
border-color: #231F99;
}
</style>