Shades of Ultramarine #23139D
Tints of Ultramarine #23139D
RGB
CMYK
RGB Variations
Color information
#23139D (or 0x23139D) is known color: Ultramarine. HEX triplet: 23, 13 and 9D. RGB value is (35,19,157). Sum of RGB (Red+Green+Blue) = 35+19+157=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #23139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23139D is #DCEC62. Grayscale: #262626. Windows color (decimal): -14478435 or 10294051. OLE color: 10294051.
HSL color Cylindrical-coordinate representation of color #23139D: hue angle of 246.96º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #23139D is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 19 | 157 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.38 |
| HSL | 246.96º | 0.78% | 0.35% | - |
| HSV(B) | 246.96º | 0.88% | 0.62% | - |
| XYZ | 7.01 | 3.26 | 32.16 | - |
| YUV | 39.52 | 194.3 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 157 | 0.78 | 0.88 | 0 | 0.38 | 246.96 | 0.78 | 0.35 |
| Hex | 23 | 13 | 9D | 4E | 58 | 0 | 26 | F7 | 4E | 23 |
| Octal | 43 | 23 | 235 | 116 | 130 | 0 | 46 | 367 | 116 | 43 |
| Binary | 100011 | 10011 | 10011101 | 1001110 | 1011000 | 0 | 100110 | 11110111 | 1001110 | 100011 |
Color Harmonies of #23139D
Complementary color
Monochromatic Colors of #23139D
Black with #23139D
Text Example
Text Example
White with #23139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23139D; }
p { color: rgb(35,19,157); }
H1.HeaderClassName
{
color: #23139D;
}
.AnyTagClassName
{
color: #23139D;
}
</style>
background-color css
<style>
a { background-color: #23139D; }
a { background-color: rgb(35,19,157); }
div.DivClassName
{
background-color: #23139D;
}
.BgClassName
{
background-color: #23139D;
}
</style>
border-color css
<style>
span { border-color: #23139D; }
span { border-color: rgb(35,19,157); }
td.TdClassName
{
border-color: #23139D;
}
.TagClassName
{
border-color: #23139D;
}
</style>