Shades of Ultramarine #230289
Tints of Ultramarine #230289
RGB
CMYK
RGB Variations
Color information
#230289 (or 0x230289) is known color: Ultramarine. HEX triplet: 23, 02 and 89. RGB value is (35,2,137). Sum of RGB (Red+Green+Blue) = 35+2+137=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 137 (53.91% from 255 or 78.74% from 174); Max value from RGB is 137 - color contains mainly: blue. Hex color #230289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230289 is #DCFD76. Grayscale: #1A1A1A. Windows color (decimal): -14482807 or 8978979. OLE color: 8978979.
HSL color Cylindrical-coordinate representation of color #230289: hue angle of 254.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230289 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 2 | 137 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.46 |
| HSL | 254.67º | 0.97% | 0.27% | - |
| HSV(B) | 254.67º | 0.99% | 0.54% | - |
| XYZ | 5.23 | 2.21 | 23.82 | - |
| YUV | 27.26 | 189.93 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 137 | 0.74 | 0.99 | 0 | 0.46 | 254.67 | 0.97 | 0.27 |
| Hex | 23 | 2 | 89 | 4A | 63 | 0 | 2E | FF | 61 | 1B |
| Octal | 43 | 2 | 211 | 112 | 143 | 0 | 56 | 377 | 141 | 33 |
| Binary | 100011 | 10 | 10001001 | 1001010 | 1100011 | 0 | 101110 | 11111111 | 1100001 | 11011 |
Color Harmonies of #230289
Complementary color
Monochromatic Colors of #230289
Black with #230289
Text Example
Text Example
White with #230289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230289; }
p { color: rgb(35,2,137); }
H1.HeaderClassName
{
color: #230289;
}
.AnyTagClassName
{
color: #230289;
}
</style>
background-color css
<style>
a { background-color: #230289; }
a { background-color: rgb(35,2,137); }
div.DivClassName
{
background-color: #230289;
}
.BgClassName
{
background-color: #230289;
}
</style>
border-color css
<style>
span { border-color: #230289; }
span { border-color: rgb(35,2,137); }
td.TdClassName
{
border-color: #230289;
}
.TagClassName
{
border-color: #230289;
}
</style>