Shades of Ultramarine #23099C
Tints of Ultramarine #23099C
RGB
CMYK
RGB Variations
Color information
#23099C (or 0x23099C) is known color: Ultramarine. HEX triplet: 23, 09 and 9C. RGB value is (35,9,156). Sum of RGB (Red+Green+Blue) = 35+9+156=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 156 (61.33% from 255 or 78% from 200); Max value from RGB is 156 - color contains mainly: blue. Hex color #23099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23099C is #DCF663. Grayscale: #202020. Windows color (decimal): -14480996 or 10225955. OLE color: 10225955.
HSL color Cylindrical-coordinate representation of color #23099C: hue angle of 250.61º 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 #23099C is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 9 | 156 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.39 |
| HSL | 250.61º | 0.89% | 0.32% | - |
| HSV(B) | 250.61º | 0.94% | 0.61% | - |
| XYZ | 6.79 | 2.95 | 31.66 | - |
| YUV | 33.53 | 197.11 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 156 | 0.78 | 0.94 | 0 | 0.39 | 250.61 | 0.89 | 0.32 |
| Hex | 23 | 9 | 9C | 4E | 5E | 0 | 27 | FB | 59 | 20 |
| Octal | 43 | 11 | 234 | 116 | 136 | 0 | 47 | 373 | 131 | 40 |
| Binary | 100011 | 1001 | 10011100 | 1001110 | 1011110 | 0 | 100111 | 11111011 | 1011001 | 100000 |
Color Harmonies of #23099C
Complementary color
Monochromatic Colors of #23099C
Black with #23099C
Text Example
Text Example
White with #23099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23099C; }
p { color: rgb(35,9,156); }
H1.HeaderClassName
{
color: #23099C;
}
.AnyTagClassName
{
color: #23099C;
}
</style>
background-color css
<style>
a { background-color: #23099C; }
a { background-color: rgb(35,9,156); }
div.DivClassName
{
background-color: #23099C;
}
.BgClassName
{
background-color: #23099C;
}
</style>
border-color css
<style>
span { border-color: #23099C; }
span { border-color: rgb(35,9,156); }
td.TdClassName
{
border-color: #23099C;
}
.TagClassName
{
border-color: #23099C;
}
</style>