Shades of Ultramarine #23138F
Tints of Ultramarine #23138F
RGB
CMYK
RGB Variations
Color information
#23138F (or 0x23138F) is known color: Ultramarine. HEX triplet: 23, 13 and 8F. RGB value is (35,19,143). Sum of RGB (Red+Green+Blue) = 35+19+143=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 143 (56.25% from 255 or 72.59% from 197); Max value from RGB is 143 - color contains mainly: blue. Hex color #23138F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23138F is #DCEC70. Grayscale: #252525. Windows color (decimal): -14478449 or 9376547. OLE color: 9376547.
HSL color Cylindrical-coordinate representation of color #23138F: hue angle of 247.74º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #23138F is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 19 | 143 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.44 |
| HSL | 247.74º | 0.77% | 0.32% | - |
| HSV(B) | 247.74º | 0.87% | 0.56% | - |
| XYZ | 5.88 | 2.81 | 26.22 | - |
| YUV | 37.92 | 187.3 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 143 | 0.76 | 0.87 | 0 | 0.44 | 247.74 | 0.77 | 0.32 |
| Hex | 23 | 13 | 8F | 4C | 57 | 0 | 2C | F8 | 4D | 20 |
| Octal | 43 | 23 | 217 | 114 | 127 | 0 | 54 | 370 | 115 | 40 |
| Binary | 100011 | 10011 | 10001111 | 1001100 | 1010111 | 0 | 101100 | 11111000 | 1001101 | 100000 |
Color Harmonies of #23138F
Complementary color
Monochromatic Colors of #23138F
Black with #23138F
Text Example
Text Example
White with #23138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23138F; }
p { color: rgb(35,19,143); }
H1.HeaderClassName
{
color: #23138F;
}
.AnyTagClassName
{
color: #23138F;
}
</style>
background-color css
<style>
a { background-color: #23138F; }
a { background-color: rgb(35,19,143); }
div.DivClassName
{
background-color: #23138F;
}
.BgClassName
{
background-color: #23138F;
}
</style>
border-color css
<style>
span { border-color: #23138F; }
span { border-color: rgb(35,19,143); }
td.TdClassName
{
border-color: #23138F;
}
.TagClassName
{
border-color: #23138F;
}
</style>