Shades of Ultramarine #230E8A
Tints of Ultramarine #230E8A
RGB
CMYK
RGB Variations
Color information
#230E8A (or 0x230E8A) is known color: Ultramarine. HEX triplet: 23, 0E and 8A. RGB value is (35,14,138). Sum of RGB (Red+Green+Blue) = 35+14+138=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #230E8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230E8A is #DCF175. Grayscale: #212121. Windows color (decimal): -14479734 or 9047587. OLE color: 9047587.
HSL color Cylindrical-coordinate representation of color #230E8A: hue angle of 250.16º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230E8A is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 14 | 138 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.46 |
| HSL | 250.16º | 0.82% | 0.3% | - |
| HSV(B) | 250.16º | 0.9% | 0.54% | - |
| XYZ | 5.44 | 2.51 | 24.24 | - |
| YUV | 34.42 | 186.46 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 138 | 0.75 | 0.90 | 0 | 0.46 | 250.16 | 0.82 | 0.3 |
| Hex | 23 | E | 8A | 4B | 5A | 0 | 2E | FA | 52 | 1E |
| Octal | 43 | 16 | 212 | 113 | 132 | 0 | 56 | 372 | 122 | 36 |
| Binary | 100011 | 1110 | 10001010 | 1001011 | 1011010 | 0 | 101110 | 11111010 | 1010010 | 11110 |
Color Harmonies of #230E8A
Complementary color
Monochromatic Colors of #230E8A
Black with #230E8A
Text Example
Text Example
White with #230E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E8A; }
p { color: rgb(35,14,138); }
H1.HeaderClassName
{
color: #230E8A;
}
.AnyTagClassName
{
color: #230E8A;
}
</style>
background-color css
<style>
a { background-color: #230E8A; }
a { background-color: rgb(35,14,138); }
div.DivClassName
{
background-color: #230E8A;
}
.BgClassName
{
background-color: #230E8A;
}
</style>
border-color css
<style>
span { border-color: #230E8A; }
span { border-color: rgb(35,14,138); }
td.TdClassName
{
border-color: #230E8A;
}
.TagClassName
{
border-color: #230E8A;
}
</style>