Shades of Ultramarine #230789
Tints of Ultramarine #230789
RGB
CMYK
RGB Variations
Color information
#230789 (or 0x230789) is known color: Ultramarine. HEX triplet: 23, 07 and 89. RGB value is (35,7,137). Sum of RGB (Red+Green+Blue) = 35+7+137=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 137 (53.91% from 255 or 76.54% from 179); Max value from RGB is 137 - color contains mainly: blue. Hex color #230789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230789 is #DCF876. Grayscale: #1D1D1D. Windows color (decimal): -14481527 or 8980259. OLE color: 8980259.
HSL color Cylindrical-coordinate representation of color #230789: hue angle of 252.92º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230789 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 7 | 137 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.46 |
| HSL | 252.92º | 0.9% | 0.28% | - |
| HSV(B) | 252.92º | 0.95% | 0.54% | - |
| XYZ | 5.28 | 2.32 | 23.84 | - |
| YUV | 30.19 | 188.28 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 137 | 0.74 | 0.95 | 0 | 0.46 | 252.92 | 0.9 | 0.28 |
| Hex | 23 | 7 | 89 | 4A | 5F | 0 | 2E | FD | 5A | 1C |
| Octal | 43 | 7 | 211 | 112 | 137 | 0 | 56 | 375 | 132 | 34 |
| Binary | 100011 | 111 | 10001001 | 1001010 | 1011111 | 0 | 101110 | 11111101 | 1011010 | 11100 |
Color Harmonies of #230789
Complementary color
Monochromatic Colors of #230789
Black with #230789
Text Example
Text Example
White with #230789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230789; }
p { color: rgb(35,7,137); }
H1.HeaderClassName
{
color: #230789;
}
.AnyTagClassName
{
color: #230789;
}
</style>
background-color css
<style>
a { background-color: #230789; }
a { background-color: rgb(35,7,137); }
div.DivClassName
{
background-color: #230789;
}
.BgClassName
{
background-color: #230789;
}
</style>
border-color css
<style>
span { border-color: #230789; }
span { border-color: rgb(35,7,137); }
td.TdClassName
{
border-color: #230789;
}
.TagClassName
{
border-color: #230789;
}
</style>