Shades of Ultramarine #230A9B
Tints of Ultramarine #230A9B
RGB
CMYK
RGB Variations
Color information
#230A9B (or 0x230A9B) is known color: Ultramarine. HEX triplet: 23, 0A and 9B. RGB value is (35,10,155). Sum of RGB (Red+Green+Blue) = 35+10+155=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #230A9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230A9B is #DCF564. Grayscale: #212121. Windows color (decimal): -14480741 or 10160675. OLE color: 10160675.
HSL color Cylindrical-coordinate representation of color #230A9B: hue angle of 250.34º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230A9B is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 10 | 155 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.39 |
| HSL | 250.34º | 0.88% | 0.32% | - |
| HSV(B) | 250.34º | 0.94% | 0.61% | - |
| XYZ | 6.72 | 2.94 | 31.22 | - |
| YUV | 34.01 | 196.28 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 155 | 0.77 | 0.94 | 0 | 0.39 | 250.34 | 0.88 | 0.32 |
| Hex | 23 | A | 9B | 4D | 5E | 0 | 27 | FA | 58 | 20 |
| Octal | 43 | 12 | 233 | 115 | 136 | 0 | 47 | 372 | 130 | 40 |
| Binary | 100011 | 1010 | 10011011 | 1001101 | 1011110 | 0 | 100111 | 11111010 | 1011000 | 100000 |
Color Harmonies of #230A9B
Complementary color
Monochromatic Colors of #230A9B
Black with #230A9B
Text Example
Text Example
White with #230A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A9B; }
p { color: rgb(35,10,155); }
H1.HeaderClassName
{
color: #230A9B;
}
.AnyTagClassName
{
color: #230A9B;
}
</style>
background-color css
<style>
a { background-color: #230A9B; }
a { background-color: rgb(35,10,155); }
div.DivClassName
{
background-color: #230A9B;
}
.BgClassName
{
background-color: #230A9B;
}
</style>
border-color css
<style>
span { border-color: #230A9B; }
span { border-color: rgb(35,10,155); }
td.TdClassName
{
border-color: #230A9B;
}
.TagClassName
{
border-color: #230A9B;
}
</style>