Shades of Ultramarine #232093
Tints of Ultramarine #232093
RGB
CMYK
RGB Variations
Color information
#232093 (or 0x232093) is known color: Ultramarine. HEX triplet: 23, 20 and 93. RGB value is (35,32,147). Sum of RGB (Red+Green+Blue) = 35+32+147=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #232093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232093 is #DCDF6C. Grayscale: #2D2D2D. Windows color (decimal): -14475117 or 9642019. OLE color: 9642019.
HSL color Cylindrical-coordinate representation of color #232093: hue angle of 241.57º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232093 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 32 | 147 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.42 |
| HSL | 241.57º | 0.64% | 0.35% | - |
| HSV(B) | 241.57º | 0.78% | 0.58% | - |
| XYZ | 6.48 | 3.5 | 27.94 | - |
| YUV | 46.01 | 184.99 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 147 | 0.76 | 0.78 | 0 | 0.42 | 241.57 | 0.64 | 0.35 |
| Hex | 23 | 20 | 93 | 4C | 4E | 0 | 2A | F2 | 40 | 23 |
| Octal | 43 | 40 | 223 | 114 | 116 | 0 | 52 | 362 | 100 | 43 |
| Binary | 100011 | 100000 | 10010011 | 1001100 | 1001110 | 0 | 101010 | 11110010 | 1000000 | 100011 |
Color Harmonies of #232093
Complementary color
Monochromatic Colors of #232093
Black with #232093
Text Example
Text Example
White with #232093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232093; }
p { color: rgb(35,32,147); }
H1.HeaderClassName
{
color: #232093;
}
.AnyTagClassName
{
color: #232093;
}
</style>
background-color css
<style>
a { background-color: #232093; }
a { background-color: rgb(35,32,147); }
div.DivClassName
{
background-color: #232093;
}
.BgClassName
{
background-color: #232093;
}
</style>
border-color css
<style>
span { border-color: #232093; }
span { border-color: rgb(35,32,147); }
td.TdClassName
{
border-color: #232093;
}
.TagClassName
{
border-color: #232093;
}
</style>