Shades of Ultramarine #23019F
Tints of Ultramarine #23019F
RGB
CMYK
RGB Variations
Color information
#23019F (or 0x23019F) is known color: Ultramarine. HEX triplet: 23, 01 and 9F. RGB value is (35,1,159). Sum of RGB (Red+Green+Blue) = 35+1+159=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 159 (62.5% from 255 or 81.54% from 195); Max value from RGB is 159 - color contains mainly: blue. Hex color #23019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23019F is #DCFE60. Grayscale: #1C1C1C. Windows color (decimal): -14483041 or 10420515. OLE color: 10420515.
HSL color Cylindrical-coordinate representation of color #23019F: hue angle of 252.91º 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 #23019F is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 1 | 159 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.38 |
| HSL | 252.91º | 0.99% | 0.31% | - |
| HSV(B) | 252.91º | 0.99% | 0.62% | - |
| XYZ | 6.96 | 2.88 | 32.99 | - |
| YUV | 29.18 | 201.26 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 159 | 0.78 | 0.99 | 0 | 0.38 | 252.91 | 0.99 | 0.31 |
| Hex | 23 | 1 | 9F | 4E | 63 | 0 | 26 | FD | 63 | 1F |
| Octal | 43 | 1 | 237 | 116 | 143 | 0 | 46 | 375 | 143 | 37 |
| Binary | 100011 | 1 | 10011111 | 1001110 | 1100011 | 0 | 100110 | 11111101 | 1100011 | 11111 |
Color Harmonies of #23019F
Complementary color
Monochromatic Colors of #23019F
Black with #23019F
Text Example
Text Example
White with #23019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23019F; }
p { color: rgb(35,1,159); }
H1.HeaderClassName
{
color: #23019F;
}
.AnyTagClassName
{
color: #23019F;
}
</style>
background-color css
<style>
a { background-color: #23019F; }
a { background-color: rgb(35,1,159); }
div.DivClassName
{
background-color: #23019F;
}
.BgClassName
{
background-color: #23019F;
}
</style>
border-color css
<style>
span { border-color: #23019F; }
span { border-color: rgb(35,1,159); }
td.TdClassName
{
border-color: #23019F;
}
.TagClassName
{
border-color: #23019F;
}
</style>