Shades of Ultramarine #23028C
Tints of Ultramarine #23028C
RGB
CMYK
RGB Variations
Color information
#23028C (or 0x23028C) is known color: Ultramarine. HEX triplet: 23, 02 and 8C. RGB value is (35,2,140). Sum of RGB (Red+Green+Blue) = 35+2+140=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 140 (55.08% from 255 or 79.10% from 177); Max value from RGB is 140 - color contains mainly: blue. Hex color #23028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23028C is #DCFD73. Grayscale: #1B1B1B. Windows color (decimal): -14482804 or 9175587. OLE color: 9175587.
HSL color Cylindrical-coordinate representation of color #23028C: hue angle of 254.35º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23028C is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 2 | 140 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.45 |
| HSL | 254.35º | 0.97% | 0.28% | - |
| HSV(B) | 254.35º | 0.99% | 0.55% | - |
| XYZ | 5.45 | 2.29 | 24.97 | - |
| YUV | 27.6 | 191.43 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 140 | 0.75 | 0.99 | 0 | 0.45 | 254.35 | 0.97 | 0.28 |
| Hex | 23 | 2 | 8C | 4B | 63 | 0 | 2D | FE | 61 | 1C |
| Octal | 43 | 2 | 214 | 113 | 143 | 0 | 55 | 376 | 141 | 34 |
| Binary | 100011 | 10 | 10001100 | 1001011 | 1100011 | 0 | 101101 | 11111110 | 1100001 | 11100 |
Color Harmonies of #23028C
Complementary color
Monochromatic Colors of #23028C
Black with #23028C
Text Example
Text Example
White with #23028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23028C; }
p { color: rgb(35,2,140); }
H1.HeaderClassName
{
color: #23028C;
}
.AnyTagClassName
{
color: #23028C;
}
</style>
background-color css
<style>
a { background-color: #23028C; }
a { background-color: rgb(35,2,140); }
div.DivClassName
{
background-color: #23028C;
}
.BgClassName
{
background-color: #23028C;
}
</style>
border-color css
<style>
span { border-color: #23028C; }
span { border-color: rgb(35,2,140); }
td.TdClassName
{
border-color: #23028C;
}
.TagClassName
{
border-color: #23028C;
}
</style>