Shades of Ultramarine #23209F
Tints of Ultramarine #23209F
RGB
CMYK
RGB Variations
Color information
#23209F (or 0x23209F) is known color: Ultramarine. HEX triplet: 23, 20 and 9F. RGB value is (35,32,159). Sum of RGB (Red+Green+Blue) = 35+32+159=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #23209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23209F is #DCDF60. Grayscale: #2E2E2E. Windows color (decimal): -14475105 or 10428451. OLE color: 10428451.
HSL color Cylindrical-coordinate representation of color #23209F: hue angle of 241.42º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23209F is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 32 | 159 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.38 |
| HSL | 241.42º | 0.66% | 0.37% | - |
| HSV(B) | 241.42º | 0.8% | 0.62% | - |
| XYZ | 7.47 | 3.89 | 33.16 | - |
| YUV | 47.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 159 | 0.78 | 0.80 | 0 | 0.38 | 241.42 | 0.66 | 0.37 |
| Hex | 23 | 20 | 9F | 4E | 50 | 0 | 26 | F1 | 42 | 25 |
| Octal | 43 | 40 | 237 | 116 | 120 | 0 | 46 | 361 | 102 | 45 |
| Binary | 100011 | 100000 | 10011111 | 1001110 | 1010000 | 0 | 100110 | 11110001 | 1000010 | 100101 |
Color Harmonies of #23209F
Complementary color
Monochromatic Colors of #23209F
Black with #23209F
Text Example
Text Example
White with #23209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23209F; }
p { color: rgb(35,32,159); }
H1.HeaderClassName
{
color: #23209F;
}
.AnyTagClassName
{
color: #23209F;
}
</style>
background-color css
<style>
a { background-color: #23209F; }
a { background-color: rgb(35,32,159); }
div.DivClassName
{
background-color: #23209F;
}
.BgClassName
{
background-color: #23209F;
}
</style>
border-color css
<style>
span { border-color: #23209F; }
span { border-color: rgb(35,32,159); }
td.TdClassName
{
border-color: #23209F;
}
.TagClassName
{
border-color: #23209F;
}
</style>