Shades of Ultramarine #231F8C
Tints of Ultramarine #231F8C
RGB
CMYK
RGB Variations
Color information
#231F8C (or 0x231F8C) is known color: Ultramarine. HEX triplet: 23, 1F and 8C. RGB value is (35,31,140). Sum of RGB (Red+Green+Blue) = 35+31+140=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #231F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231F8C is #DCE073. Grayscale: #2C2C2C. Windows color (decimal): -14475380 or 9183011. OLE color: 9183011.
HSL color Cylindrical-coordinate representation of color #231F8C: hue angle of 242.2º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231F8C is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 31 | 140 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.45 |
| HSL | 242.2º | 0.64% | 0.34% | - |
| HSV(B) | 242.2º | 0.78% | 0.55% | - |
| XYZ | 5.92 | 3.23 | 25.12 | - |
| YUV | 44.62 | 181.83 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 140 | 0.75 | 0.78 | 0 | 0.45 | 242.2 | 0.64 | 0.34 |
| Hex | 23 | 1F | 8C | 4B | 4E | 0 | 2D | F2 | 40 | 22 |
| Octal | 43 | 37 | 214 | 113 | 116 | 0 | 55 | 362 | 100 | 42 |
| Binary | 100011 | 11111 | 10001100 | 1001011 | 1001110 | 0 | 101101 | 11110010 | 1000000 | 100010 |
Color Harmonies of #231F8C
Complementary color
Monochromatic Colors of #231F8C
Black with #231F8C
Text Example
Text Example
White with #231F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F8C; }
p { color: rgb(35,31,140); }
H1.HeaderClassName
{
color: #231F8C;
}
.AnyTagClassName
{
color: #231F8C;
}
</style>
background-color css
<style>
a { background-color: #231F8C; }
a { background-color: rgb(35,31,140); }
div.DivClassName
{
background-color: #231F8C;
}
.BgClassName
{
background-color: #231F8C;
}
</style>
border-color css
<style>
span { border-color: #231F8C; }
span { border-color: rgb(35,31,140); }
td.TdClassName
{
border-color: #231F8C;
}
.TagClassName
{
border-color: #231F8C;
}
</style>