Shades of Ultramarine #23139C
Tints of Ultramarine #23139C
RGB
CMYK
RGB Variations
Color information
#23139C (or 0x23139C) is known color: Ultramarine. HEX triplet: 23, 13 and 9C. RGB value is (35,19,156). Sum of RGB (Red+Green+Blue) = 35+19+156=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #23139C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23139C is #DCEC63. Grayscale: #262626. Windows color (decimal): -14478436 or 10228515. OLE color: 10228515.
HSL color Cylindrical-coordinate representation of color #23139C: hue angle of 247.01º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #23139C is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 19 | 156 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.39 |
| HSL | 247.01º | 0.78% | 0.34% | - |
| HSV(B) | 247.01º | 0.88% | 0.61% | - |
| XYZ | 6.93 | 3.22 | 31.71 | - |
| YUV | 39.4 | 193.8 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 156 | 0.78 | 0.88 | 0 | 0.39 | 247.01 | 0.78 | 0.34 |
| Hex | 23 | 13 | 9C | 4E | 58 | 0 | 27 | F7 | 4E | 22 |
| Octal | 43 | 23 | 234 | 116 | 130 | 0 | 47 | 367 | 116 | 42 |
| Binary | 100011 | 10011 | 10011100 | 1001110 | 1011000 | 0 | 100111 | 11110111 | 1001110 | 100010 |
Color Harmonies of #23139C
Complementary color
Monochromatic Colors of #23139C
Black with #23139C
Text Example
Text Example
White with #23139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23139C; }
p { color: rgb(35,19,156); }
H1.HeaderClassName
{
color: #23139C;
}
.AnyTagClassName
{
color: #23139C;
}
</style>
background-color css
<style>
a { background-color: #23139C; }
a { background-color: rgb(35,19,156); }
div.DivClassName
{
background-color: #23139C;
}
.BgClassName
{
background-color: #23139C;
}
</style>
border-color css
<style>
span { border-color: #23139C; }
span { border-color: rgb(35,19,156); }
td.TdClassName
{
border-color: #23139C;
}
.TagClassName
{
border-color: #23139C;
}
</style>