Shades of Ultramarine #23029C
Tints of Ultramarine #23029C
RGB
CMYK
RGB Variations
Color information
#23029C (or 0x23029C) is known color: Ultramarine. HEX triplet: 23, 02 and 9C. RGB value is (35,2,156). Sum of RGB (Red+Green+Blue) = 35+2+156=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 156 (61.33% from 255 or 80.83% from 193); Max value from RGB is 156 - color contains mainly: blue. Hex color #23029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23029C is #DCFD63. Grayscale: #1C1C1C. Windows color (decimal): -14482788 or 10224163. OLE color: 10224163.
HSL color Cylindrical-coordinate representation of color #23029C: hue angle of 252.86º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23029C is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 2 | 156 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.39 |
| HSL | 252.86º | 0.97% | 0.31% | - |
| HSV(B) | 252.86º | 0.99% | 0.61% | - |
| XYZ | 6.72 | 2.8 | 31.64 | - |
| YUV | 29.42 | 199.43 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 156 | 0.78 | 0.99 | 0 | 0.39 | 252.86 | 0.97 | 0.31 |
| Hex | 23 | 2 | 9C | 4E | 63 | 0 | 27 | FD | 61 | 1F |
| Octal | 43 | 2 | 234 | 116 | 143 | 0 | 47 | 375 | 141 | 37 |
| Binary | 100011 | 10 | 10011100 | 1001110 | 1100011 | 0 | 100111 | 11111101 | 1100001 | 11111 |
Color Harmonies of #23029C
Complementary color
Monochromatic Colors of #23029C
Black with #23029C
Text Example
Text Example
White with #23029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23029C; }
p { color: rgb(35,2,156); }
H1.HeaderClassName
{
color: #23029C;
}
.AnyTagClassName
{
color: #23029C;
}
</style>
background-color css
<style>
a { background-color: #23029C; }
a { background-color: rgb(35,2,156); }
div.DivClassName
{
background-color: #23029C;
}
.BgClassName
{
background-color: #23029C;
}
</style>
border-color css
<style>
span { border-color: #23029C; }
span { border-color: rgb(35,2,156); }
td.TdClassName
{
border-color: #23029C;
}
.TagClassName
{
border-color: #23029C;
}
</style>