Shades of Ultramarine #230D88
Tints of Ultramarine #230D88
RGB
CMYK
RGB Variations
Color information
#230D88 (or 0x230D88) is known color: Ultramarine. HEX triplet: 23, 0D and 88. RGB value is (35,13,136). Sum of RGB (Red+Green+Blue) = 35+13+136=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 136 (53.52% from 255 or 73.91% from 184); Max value from RGB is 136 - color contains mainly: blue. Hex color #230D88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230D88 is #DCF277. Grayscale: #212121. Windows color (decimal): -14479992 or 8916259. OLE color: 8916259.
HSL color Cylindrical-coordinate representation of color #230D88: hue angle of 250.73º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230D88 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 13 | 136 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.47 |
| HSL | 250.73º | 0.83% | 0.29% | - |
| HSV(B) | 250.73º | 0.9% | 0.53% | - |
| XYZ | 5.28 | 2.42 | 23.48 | - |
| YUV | 33.6 | 185.79 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 136 | 0.74 | 0.90 | 0 | 0.47 | 250.73 | 0.83 | 0.29 |
| Hex | 23 | D | 88 | 4A | 5A | 0 | 2F | FB | 53 | 1D |
| Octal | 43 | 15 | 210 | 112 | 132 | 0 | 57 | 373 | 123 | 35 |
| Binary | 100011 | 1101 | 10001000 | 1001010 | 1011010 | 0 | 101111 | 11111011 | 1010011 | 11101 |
Color Harmonies of #230D88
Complementary color
Monochromatic Colors of #230D88
Black with #230D88
Text Example
Text Example
White with #230D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230D88; }
p { color: rgb(35,13,136); }
H1.HeaderClassName
{
color: #230D88;
}
.AnyTagClassName
{
color: #230D88;
}
</style>
background-color css
<style>
a { background-color: #230D88; }
a { background-color: rgb(35,13,136); }
div.DivClassName
{
background-color: #230D88;
}
.BgClassName
{
background-color: #230D88;
}
</style>
border-color css
<style>
span { border-color: #230D88; }
span { border-color: rgb(35,13,136); }
td.TdClassName
{
border-color: #230D88;
}
.TagClassName
{
border-color: #230D88;
}
</style>