Shades of Ultramarine #23009E
Tints of Ultramarine #23009E
RGB
CMYK
RGB Variations
Color information
#23009E (or 0x23009E) is known color: Ultramarine. HEX triplet: 23, 00 and 9E. RGB value is (35,0,158). Sum of RGB (Red+Green+Blue) = 35+0+158=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 158 (62.11% from 255 or 81.87% from 193); Max value from RGB is 158 - color contains mainly: blue. Hex color #23009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23009E is #DCFF61. Grayscale: #1B1B1B. Windows color (decimal): -14483298 or 10354723. OLE color: 10354723.
HSL color Cylindrical-coordinate representation of color #23009E: hue angle of 253.29º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23009E is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 0 | 158 | - |
| CMYK | 0.78 | 1 | 0 | 0.38 |
| HSL | 253.29º | 1% | 0.31% | - |
| HSV(B) | 253.29º | 1% | 0.62% | - |
| XYZ | 6.86 | 2.83 | 32.53 | - |
| YUV | 28.48 | 201.1 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 158 | 0.78 | 1 | 0 | 0.38 | 253.29 | 1 | 0.31 |
| Hex | 23 | 0 | 9E | 4E | 64 | 0 | 26 | FD | 64 | 1F |
| Octal | 43 | 0 | 236 | 116 | 144 | 0 | 46 | 375 | 144 | 37 |
| Binary | 100011 | 0 | 10011110 | 1001110 | 1100100 | 0 | 100110 | 11111101 | 1100100 | 11111 |
Color Harmonies of #23009E
Complementary color
Monochromatic Colors of #23009E
Black with #23009E
Text Example
Text Example
White with #23009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23009E; }
p { color: rgb(35,0,158); }
H1.HeaderClassName
{
color: #23009E;
}
.AnyTagClassName
{
color: #23009E;
}
</style>
background-color css
<style>
a { background-color: #23009E; }
a { background-color: rgb(35,0,158); }
div.DivClassName
{
background-color: #23009E;
}
.BgClassName
{
background-color: #23009E;
}
</style>
border-color css
<style>
span { border-color: #23009E; }
span { border-color: rgb(35,0,158); }
td.TdClassName
{
border-color: #23009E;
}
.TagClassName
{
border-color: #23009E;
}
</style>