Shades of Ultramarine #230696
Tints of Ultramarine #230696
RGB
CMYK
RGB Variations
Color information
#230696 (or 0x230696) is known color: Ultramarine. HEX triplet: 23, 06 and 96. RGB value is (35,6,150). Sum of RGB (Red+Green+Blue) = 35+6+150=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 150 (58.98% from 255 or 78.53% from 191); Max value from RGB is 150 - color contains mainly: blue. Hex color #230696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230696 is #DCF969. Grayscale: #1E1E1E. Windows color (decimal): -14481770 or 9831971. OLE color: 9831971.
HSL color Cylindrical-coordinate representation of color #230696: hue angle of 252.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230696 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 6 | 150 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.41 |
| HSL | 252.08º | 0.92% | 0.31% | - |
| HSV(B) | 252.08º | 0.96% | 0.59% | - |
| XYZ | 6.26 | 2.69 | 29.04 | - |
| YUV | 31.09 | 195.11 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 150 | 0.77 | 0.96 | 0 | 0.41 | 252.08 | 0.92 | 0.31 |
| Hex | 23 | 6 | 96 | 4D | 60 | 0 | 29 | FC | 5C | 1F |
| Octal | 43 | 6 | 226 | 115 | 140 | 0 | 51 | 374 | 134 | 37 |
| Binary | 100011 | 110 | 10010110 | 1001101 | 1100000 | 0 | 101001 | 11111100 | 1011100 | 11111 |
Color Harmonies of #230696
Complementary color
Monochromatic Colors of #230696
Black with #230696
Text Example
Text Example
White with #230696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230696; }
p { color: rgb(35,6,150); }
H1.HeaderClassName
{
color: #230696;
}
.AnyTagClassName
{
color: #230696;
}
</style>
background-color css
<style>
a { background-color: #230696; }
a { background-color: rgb(35,6,150); }
div.DivClassName
{
background-color: #230696;
}
.BgClassName
{
background-color: #230696;
}
</style>
border-color css
<style>
span { border-color: #230696; }
span { border-color: rgb(35,6,150); }
td.TdClassName
{
border-color: #230696;
}
.TagClassName
{
border-color: #230696;
}
</style>