Shades of Ultramarine #23159A
Tints of Ultramarine #23159A
RGB
CMYK
RGB Variations
Color information
#23159A (or 0x23159A) is known color: Ultramarine. HEX triplet: 23, 15 and 9A. RGB value is (35,21,154). Sum of RGB (Red+Green+Blue) = 35+21+154=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 154 (60.55% from 255 or 73.33% from 210); Max value from RGB is 154 - color contains mainly: blue. Hex color #23159A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23159A is #DCEA65. Grayscale: #272727. Windows color (decimal): -14477926 or 10097955. OLE color: 10097955.
HSL color Cylindrical-coordinate representation of color #23159A: hue angle of 246.32º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23159A is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 21 | 154 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.40 |
| HSL | 246.32º | 0.76% | 0.34% | - |
| HSV(B) | 246.32º | 0.86% | 0.6% | - |
| XYZ | 6.79 | 3.23 | 30.84 | - |
| YUV | 40.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 154 | 0.77 | 0.86 | 0 | 0.40 | 246.32 | 0.76 | 0.34 |
| Hex | 23 | 15 | 9A | 4D | 56 | 0 | 28 | F6 | 4C | 22 |
| Octal | 43 | 25 | 232 | 115 | 126 | 0 | 50 | 366 | 114 | 42 |
| Binary | 100011 | 10101 | 10011010 | 1001101 | 1010110 | 0 | 101000 | 11110110 | 1001100 | 100010 |
Color Harmonies of #23159A
Complementary color
Monochromatic Colors of #23159A
Black with #23159A
Text Example
Text Example
White with #23159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23159A; }
p { color: rgb(35,21,154); }
H1.HeaderClassName
{
color: #23159A;
}
.AnyTagClassName
{
color: #23159A;
}
</style>
background-color css
<style>
a { background-color: #23159A; }
a { background-color: rgb(35,21,154); }
div.DivClassName
{
background-color: #23159A;
}
.BgClassName
{
background-color: #23159A;
}
</style>
border-color css
<style>
span { border-color: #23159A; }
span { border-color: rgb(35,21,154); }
td.TdClassName
{
border-color: #23159A;
}
.TagClassName
{
border-color: #23159A;
}
</style>