Shades of Ultramarine #230192
Tints of Ultramarine #230192
RGB
CMYK
RGB Variations
Color information
#230192 (or 0x230192) is known color: Ultramarine. HEX triplet: 23, 01 and 92. RGB value is (35,1,146). Sum of RGB (Red+Green+Blue) = 35+1+146=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #230192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230192 is #DCFE6D. Grayscale: #1B1B1B. Windows color (decimal): -14483054 or 9568547. OLE color: 9568547.
HSL color Cylindrical-coordinate representation of color #230192: hue angle of 254.07º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230192 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 1 | 146 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.43 |
| HSL | 254.07º | 0.99% | 0.29% | - |
| HSV(B) | 254.07º | 0.99% | 0.57% | - |
| XYZ | 5.89 | 2.45 | 27.36 | - |
| YUV | 27.7 | 194.76 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 146 | 0.76 | 0.99 | 0 | 0.43 | 254.07 | 0.99 | 0.29 |
| Hex | 23 | 1 | 92 | 4C | 63 | 0 | 2B | FE | 63 | 1D |
| Octal | 43 | 1 | 222 | 114 | 143 | 0 | 53 | 376 | 143 | 35 |
| Binary | 100011 | 1 | 10010010 | 1001100 | 1100011 | 0 | 101011 | 11111110 | 1100011 | 11101 |
Color Harmonies of #230192
Complementary color
Monochromatic Colors of #230192
Black with #230192
Text Example
Text Example
White with #230192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230192; }
p { color: rgb(35,1,146); }
H1.HeaderClassName
{
color: #230192;
}
.AnyTagClassName
{
color: #230192;
}
</style>
background-color css
<style>
a { background-color: #230192; }
a { background-color: rgb(35,1,146); }
div.DivClassName
{
background-color: #230192;
}
.BgClassName
{
background-color: #230192;
}
</style>
border-color css
<style>
span { border-color: #230192; }
span { border-color: rgb(35,1,146); }
td.TdClassName
{
border-color: #230192;
}
.TagClassName
{
border-color: #230192;
}
</style>