Shades of Ultramarine #23099B
Tints of Ultramarine #23099B
RGB
CMYK
RGB Variations
Color information
#23099B (or 0x23099B) is known color: Ultramarine. HEX triplet: 23, 09 and 9B. RGB value is (35,9,155). Sum of RGB (Red+Green+Blue) = 35+9+155=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #23099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23099B is #DCF664. Grayscale: #202020. Windows color (decimal): -14480997 or 10160419. OLE color: 10160419.
HSL color Cylindrical-coordinate representation of color #23099B: hue angle of 250.68º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23099B is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 9 | 155 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.39 |
| HSL | 250.68º | 0.89% | 0.32% | - |
| HSV(B) | 250.68º | 0.94% | 0.61% | - |
| XYZ | 6.71 | 2.92 | 31.22 | - |
| YUV | 33.42 | 196.61 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 155 | 0.77 | 0.94 | 0 | 0.39 | 250.68 | 0.89 | 0.32 |
| Hex | 23 | 9 | 9B | 4D | 5E | 0 | 27 | FB | 59 | 20 |
| Octal | 43 | 11 | 233 | 115 | 136 | 0 | 47 | 373 | 131 | 40 |
| Binary | 100011 | 1001 | 10011011 | 1001101 | 1011110 | 0 | 100111 | 11111011 | 1011001 | 100000 |
Color Harmonies of #23099B
Complementary color
Monochromatic Colors of #23099B
Black with #23099B
Text Example
Text Example
White with #23099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23099B; }
p { color: rgb(35,9,155); }
H1.HeaderClassName
{
color: #23099B;
}
.AnyTagClassName
{
color: #23099B;
}
</style>
background-color css
<style>
a { background-color: #23099B; }
a { background-color: rgb(35,9,155); }
div.DivClassName
{
background-color: #23099B;
}
.BgClassName
{
background-color: #23099B;
}
</style>
border-color css
<style>
span { border-color: #23099B; }
span { border-color: rgb(35,9,155); }
td.TdClassName
{
border-color: #23099B;
}
.TagClassName
{
border-color: #23099B;
}
</style>