Shades of Ultramarine #23099F
Tints of Ultramarine #23099F
RGB
CMYK
RGB Variations
Color information
#23099F (or 0x23099F) is known color: Ultramarine. HEX triplet: 23, 09 and 9F. RGB value is (35,9,159). Sum of RGB (Red+Green+Blue) = 35+9+159=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 159 (62.5% from 255 or 78.33% from 203); Max value from RGB is 159 - color contains mainly: blue. Hex color #23099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23099F is #DCF660. Grayscale: #212121. Windows color (decimal): -14480993 or 10422563. OLE color: 10422563.
HSL color Cylindrical-coordinate representation of color #23099F: hue angle of 250.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23099F is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 9 | 159 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.38 |
| HSL | 250.4º | 0.89% | 0.33% | - |
| HSV(B) | 250.4º | 0.94% | 0.62% | - |
| XYZ | 7.05 | 3.06 | 33.02 | - |
| YUV | 33.87 | 198.61 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 159 | 0.78 | 0.94 | 0 | 0.38 | 250.4 | 0.89 | 0.33 |
| Hex | 23 | 9 | 9F | 4E | 5E | 0 | 26 | FA | 59 | 21 |
| Octal | 43 | 11 | 237 | 116 | 136 | 0 | 46 | 372 | 131 | 41 |
| Binary | 100011 | 1001 | 10011111 | 1001110 | 1011110 | 0 | 100110 | 11111010 | 1011001 | 100001 |
Color Harmonies of #23099F
Complementary color
Monochromatic Colors of #23099F
Black with #23099F
Text Example
Text Example
White with #23099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23099F; }
p { color: rgb(35,9,159); }
H1.HeaderClassName
{
color: #23099F;
}
.AnyTagClassName
{
color: #23099F;
}
</style>
background-color css
<style>
a { background-color: #23099F; }
a { background-color: rgb(35,9,159); }
div.DivClassName
{
background-color: #23099F;
}
.BgClassName
{
background-color: #23099F;
}
</style>
border-color css
<style>
span { border-color: #23099F; }
span { border-color: rgb(35,9,159); }
td.TdClassName
{
border-color: #23099F;
}
.TagClassName
{
border-color: #23099F;
}
</style>