Shades of Ultramarine #230199
Tints of Ultramarine #230199
RGB
CMYK
RGB Variations
Color information
#230199 (or 0x230199) is known color: Ultramarine. HEX triplet: 23, 01 and 99. RGB value is (35,1,153). Sum of RGB (Red+Green+Blue) = 35+1+153=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #230199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230199 is #DCFE66. Grayscale: #1B1B1B. Windows color (decimal): -14483047 or 10027299. OLE color: 10027299.
HSL color Cylindrical-coordinate representation of color #230199: hue angle of 253.42º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230199 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 1 | 153 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.4 |
| HSL | 253.42º | 0.99% | 0.3% | - |
| HSV(B) | 253.42º | 0.99% | 0.6% | - |
| XYZ | 6.45 | 2.68 | 30.31 | - |
| YUV | 28.49 | 198.26 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 153 | 0.77 | 0.99 | 0 | 0.4 | 253.42 | 0.99 | 0.3 |
| Hex | 23 | 1 | 99 | 4D | 63 | 0 | 28 | FD | 63 | 1E |
| Octal | 43 | 1 | 231 | 115 | 143 | 0 | 50 | 375 | 143 | 36 |
| Binary | 100011 | 1 | 10011001 | 1001101 | 1100011 | 0 | 101000 | 11111101 | 1100011 | 11110 |
Color Harmonies of #230199
Complementary color
Monochromatic Colors of #230199
Black with #230199
Text Example
Text Example
White with #230199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230199; }
p { color: rgb(35,1,153); }
H1.HeaderClassName
{
color: #230199;
}
.AnyTagClassName
{
color: #230199;
}
</style>
background-color css
<style>
a { background-color: #230199; }
a { background-color: rgb(35,1,153); }
div.DivClassName
{
background-color: #230199;
}
.BgClassName
{
background-color: #230199;
}
</style>
border-color css
<style>
span { border-color: #230199; }
span { border-color: rgb(35,1,153); }
td.TdClassName
{
border-color: #230199;
}
.TagClassName
{
border-color: #230199;
}
</style>