Shades of Ultramarine #23038D
Tints of Ultramarine #23038D
RGB
CMYK
RGB Variations
Color information
#23038D (or 0x23038D) is known color: Ultramarine. HEX triplet: 23, 03 and 8D. RGB value is (35,3,141). Sum of RGB (Red+Green+Blue) = 35+3+141=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 141 (55.47% from 255 or 78.77% from 179); Max value from RGB is 141 - color contains mainly: blue. Hex color #23038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23038D is #DCFC72. Grayscale: #1B1B1B. Windows color (decimal): -14482547 or 9241379. OLE color: 9241379.
HSL color Cylindrical-coordinate representation of color #23038D: hue angle of 253.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23038D is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 3 | 141 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.45 |
| HSL | 253.91º | 0.96% | 0.28% | - |
| HSV(B) | 253.91º | 0.98% | 0.55% | - |
| XYZ | 5.53 | 2.35 | 25.36 | - |
| YUV | 28.3 | 191.6 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 141 | 0.75 | 0.98 | 0 | 0.45 | 253.91 | 0.96 | 0.28 |
| Hex | 23 | 3 | 8D | 4B | 62 | 0 | 2D | FE | 60 | 1C |
| Octal | 43 | 3 | 215 | 113 | 142 | 0 | 55 | 376 | 140 | 34 |
| Binary | 100011 | 11 | 10001101 | 1001011 | 1100010 | 0 | 101101 | 11111110 | 1100000 | 11100 |
Color Harmonies of #23038D
Complementary color
Monochromatic Colors of #23038D
Black with #23038D
Text Example
Text Example
White with #23038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23038D; }
p { color: rgb(35,3,141); }
H1.HeaderClassName
{
color: #23038D;
}
.AnyTagClassName
{
color: #23038D;
}
</style>
background-color css
<style>
a { background-color: #23038D; }
a { background-color: rgb(35,3,141); }
div.DivClassName
{
background-color: #23038D;
}
.BgClassName
{
background-color: #23038D;
}
</style>
border-color css
<style>
span { border-color: #23038D; }
span { border-color: rgb(35,3,141); }
td.TdClassName
{
border-color: #23038D;
}
.TagClassName
{
border-color: #23038D;
}
</style>