Shades of Ultramarine #23019D
Tints of Ultramarine #23019D
RGB
CMYK
RGB Variations
Color information
#23019D (or 0x23019D) is known color: Ultramarine. HEX triplet: 23, 01 and 9D. RGB value is (35,1,157). Sum of RGB (Red+Green+Blue) = 35+1+157=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 157 (61.72% from 255 or 81.35% from 193); Max value from RGB is 157 - color contains mainly: blue. Hex color #23019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23019D is #DCFE62. Grayscale: #1C1C1C. Windows color (decimal): -14483043 or 10289443. OLE color: 10289443.
HSL color Cylindrical-coordinate representation of color #23019D: hue angle of 253.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23019D is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 1 | 157 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.38 |
| HSL | 253.08º | 0.99% | 0.31% | - |
| HSV(B) | 253.08º | 0.99% | 0.62% | - |
| XYZ | 6.79 | 2.81 | 32.08 | - |
| YUV | 28.95 | 200.26 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 157 | 0.78 | 0.99 | 0 | 0.38 | 253.08 | 0.99 | 0.31 |
| Hex | 23 | 1 | 9D | 4E | 63 | 0 | 26 | FD | 63 | 1F |
| Octal | 43 | 1 | 235 | 116 | 143 | 0 | 46 | 375 | 143 | 37 |
| Binary | 100011 | 1 | 10011101 | 1001110 | 1100011 | 0 | 100110 | 11111101 | 1100011 | 11111 |
Color Harmonies of #23019D
Complementary color
Monochromatic Colors of #23019D
Black with #23019D
Text Example
Text Example
White with #23019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23019D; }
p { color: rgb(35,1,157); }
H1.HeaderClassName
{
color: #23019D;
}
.AnyTagClassName
{
color: #23019D;
}
</style>
background-color css
<style>
a { background-color: #23019D; }
a { background-color: rgb(35,1,157); }
div.DivClassName
{
background-color: #23019D;
}
.BgClassName
{
background-color: #23019D;
}
</style>
border-color css
<style>
span { border-color: #23019D; }
span { border-color: rgb(35,1,157); }
td.TdClassName
{
border-color: #23019D;
}
.TagClassName
{
border-color: #23019D;
}
</style>