Shades of Ultramarine #231F9D
Tints of Ultramarine #231F9D
RGB
CMYK
RGB Variations
Color information
#231F9D (or 0x231F9D) is known color: Ultramarine. HEX triplet: 23, 1F and 9D. RGB value is (35,31,157). Sum of RGB (Red+Green+Blue) = 35+31+157=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #231F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231F9D is #DCE062. Grayscale: #2E2E2E. Windows color (decimal): -14475363 or 10297123. OLE color: 10297123.
HSL color Cylindrical-coordinate representation of color #231F9D: hue angle of 241.9º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231F9D is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 31 | 157 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.38 |
| HSL | 241.9º | 0.67% | 0.37% | - |
| HSV(B) | 241.9º | 0.8% | 0.62% | - |
| XYZ | 7.27 | 3.77 | 32.24 | - |
| YUV | 46.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 157 | 0.78 | 0.80 | 0 | 0.38 | 241.9 | 0.67 | 0.37 |
| Hex | 23 | 1F | 9D | 4E | 50 | 0 | 26 | F2 | 43 | 25 |
| Octal | 43 | 37 | 235 | 116 | 120 | 0 | 46 | 362 | 103 | 45 |
| Binary | 100011 | 11111 | 10011101 | 1001110 | 1010000 | 0 | 100110 | 11110010 | 1000011 | 100101 |
Color Harmonies of #231F9D
Complementary color
Monochromatic Colors of #231F9D
Black with #231F9D
Text Example
Text Example
White with #231F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F9D; }
p { color: rgb(35,31,157); }
H1.HeaderClassName
{
color: #231F9D;
}
.AnyTagClassName
{
color: #231F9D;
}
</style>
background-color css
<style>
a { background-color: #231F9D; }
a { background-color: rgb(35,31,157); }
div.DivClassName
{
background-color: #231F9D;
}
.BgClassName
{
background-color: #231F9D;
}
</style>
border-color css
<style>
span { border-color: #231F9D; }
span { border-color: rgb(35,31,157); }
td.TdClassName
{
border-color: #231F9D;
}
.TagClassName
{
border-color: #231F9D;
}
</style>