Shades of Ultramarine #23028E
Tints of Ultramarine #23028E
RGB
CMYK
RGB Variations
Color information
#23028E (or 0x23028E) is known color: Ultramarine. HEX triplet: 23, 02 and 8E. RGB value is (35,2,142). Sum of RGB (Red+Green+Blue) = 35+2+142=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 142 (55.86% from 255 or 79.33% from 179); Max value from RGB is 142 - color contains mainly: blue. Hex color #23028E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23028E is #DCFD71. Grayscale: #1B1B1B. Windows color (decimal): -14482802 or 9306659. OLE color: 9306659.
HSL color Cylindrical-coordinate representation of color #23028E: hue angle of 254.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23028E is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 2 | 142 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.44 |
| HSL | 254.14º | 0.97% | 0.28% | - |
| HSV(B) | 254.14º | 0.99% | 0.56% | - |
| XYZ | 5.6 | 2.35 | 25.75 | - |
| YUV | 27.83 | 192.43 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 142 | 0.75 | 0.99 | 0 | 0.44 | 254.14 | 0.97 | 0.28 |
| Hex | 23 | 2 | 8E | 4B | 63 | 0 | 2C | FE | 61 | 1C |
| Octal | 43 | 2 | 216 | 113 | 143 | 0 | 54 | 376 | 141 | 34 |
| Binary | 100011 | 10 | 10001110 | 1001011 | 1100011 | 0 | 101100 | 11111110 | 1100001 | 11100 |
Color Harmonies of #23028E
Complementary color
Monochromatic Colors of #23028E
Black with #23028E
Text Example
Text Example
White with #23028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23028E; }
p { color: rgb(35,2,142); }
H1.HeaderClassName
{
color: #23028E;
}
.AnyTagClassName
{
color: #23028E;
}
</style>
background-color css
<style>
a { background-color: #23028E; }
a { background-color: rgb(35,2,142); }
div.DivClassName
{
background-color: #23028E;
}
.BgClassName
{
background-color: #23028E;
}
</style>
border-color css
<style>
span { border-color: #23028E; }
span { border-color: rgb(35,2,142); }
td.TdClassName
{
border-color: #23028E;
}
.TagClassName
{
border-color: #23028E;
}
</style>