Shades of Ultramarine #23008D
Tints of Ultramarine #23008D
RGB
CMYK
RGB Variations
Color information
#23008D (or 0x23008D) is known color: Ultramarine. HEX triplet: 23, 00 and 8D. RGB value is (35,0,141). Sum of RGB (Red+Green+Blue) = 35+0+141=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #23008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23008D is #DCFF72. Grayscale: #1A1A1A. Windows color (decimal): -14483315 or 9240611. OLE color: 9240611.
HSL color Cylindrical-coordinate representation of color #23008D: hue angle of 254.89º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23008D is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 0 | 141 | - |
| CMYK | 0.75 | 1 | 0 | 0.45 |
| HSL | 254.89º | 1% | 0.28% | - |
| HSV(B) | 254.89º | 1% | 0.55% | - |
| XYZ | 5.5 | 2.28 | 25.35 | - |
| YUV | 26.54 | 192.6 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 141 | 0.75 | 1 | 0 | 0.45 | 254.89 | 1 | 0.28 |
| Hex | 23 | 0 | 8D | 4B | 64 | 0 | 2D | FF | 64 | 1C |
| Octal | 43 | 0 | 215 | 113 | 144 | 0 | 55 | 377 | 144 | 34 |
| Binary | 100011 | 0 | 10001101 | 1001011 | 1100100 | 0 | 101101 | 11111111 | 1100100 | 11100 |
Color Harmonies of #23008D
Complementary color
Monochromatic Colors of #23008D
Black with #23008D
Text Example
Text Example
White with #23008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23008D; }
p { color: rgb(35,0,141); }
H1.HeaderClassName
{
color: #23008D;
}
.AnyTagClassName
{
color: #23008D;
}
</style>
background-color css
<style>
a { background-color: #23008D; }
a { background-color: rgb(35,0,141); }
div.DivClassName
{
background-color: #23008D;
}
.BgClassName
{
background-color: #23008D;
}
</style>
border-color css
<style>
span { border-color: #23008D; }
span { border-color: rgb(35,0,141); }
td.TdClassName
{
border-color: #23008D;
}
.TagClassName
{
border-color: #23008D;
}
</style>