Shades of Ultramarine #230389
Tints of Ultramarine #230389
RGB
CMYK
RGB Variations
Color information
#230389 (or 0x230389) is known color: Ultramarine. HEX triplet: 23, 03 and 89. RGB value is (35,3,137). Sum of RGB (Red+Green+Blue) = 35+3+137=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 137 (53.91% from 255 or 78.29% from 175); Max value from RGB is 137 - color contains mainly: blue. Hex color #230389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230389 is #DCFC76. Grayscale: #1B1B1B. Windows color (decimal): -14482551 or 8979235. OLE color: 8979235.
HSL color Cylindrical-coordinate representation of color #230389: hue angle of 254.33º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230389 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 3 | 137 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.46 |
| HSL | 254.33º | 0.96% | 0.27% | - |
| HSV(B) | 254.33º | 0.98% | 0.54% | - |
| XYZ | 5.24 | 2.23 | 23.82 | - |
| YUV | 27.84 | 189.6 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 137 | 0.74 | 0.98 | 0 | 0.46 | 254.33 | 0.96 | 0.27 |
| Hex | 23 | 3 | 89 | 4A | 62 | 0 | 2E | FE | 60 | 1B |
| Octal | 43 | 3 | 211 | 112 | 142 | 0 | 56 | 376 | 140 | 33 |
| Binary | 100011 | 11 | 10001001 | 1001010 | 1100010 | 0 | 101110 | 11111110 | 1100000 | 11011 |
Color Harmonies of #230389
Complementary color
Monochromatic Colors of #230389
Black with #230389
Text Example
Text Example
White with #230389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230389; }
p { color: rgb(35,3,137); }
H1.HeaderClassName
{
color: #230389;
}
.AnyTagClassName
{
color: #230389;
}
</style>
background-color css
<style>
a { background-color: #230389; }
a { background-color: rgb(35,3,137); }
div.DivClassName
{
background-color: #230389;
}
.BgClassName
{
background-color: #230389;
}
</style>
border-color css
<style>
span { border-color: #230389; }
span { border-color: rgb(35,3,137); }
td.TdClassName
{
border-color: #230389;
}
.TagClassName
{
border-color: #230389;
}
</style>