Shades of Ultramarine #23028B
Tints of Ultramarine #23028B
RGB
CMYK
RGB Variations
Color information
#23028B (or 0x23028B) is known color: Ultramarine. HEX triplet: 23, 02 and 8B. RGB value is (35,2,139). Sum of RGB (Red+Green+Blue) = 35+2+139=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 139 (54.69% from 255 or 78.98% from 176); Max value from RGB is 139 - color contains mainly: blue. Hex color #23028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23028B is #DCFD74. Grayscale: #1A1A1A. Windows color (decimal): -14482805 or 9110051. OLE color: 9110051.
HSL color Cylindrical-coordinate representation of color #23028B: hue angle of 254.45º 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 #23028B is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 2 | 139 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.45 |
| HSL | 254.45º | 0.97% | 0.28% | - |
| HSV(B) | 254.45º | 0.99% | 0.55% | - |
| XYZ | 5.38 | 2.26 | 24.58 | - |
| YUV | 27.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 139 | 0.75 | 0.99 | 0 | 0.45 | 254.45 | 0.97 | 0.28 |
| Hex | 23 | 2 | 8B | 4B | 63 | 0 | 2D | FE | 61 | 1C |
| Octal | 43 | 2 | 213 | 113 | 143 | 0 | 55 | 376 | 141 | 34 |
| Binary | 100011 | 10 | 10001011 | 1001011 | 1100011 | 0 | 101101 | 11111110 | 1100001 | 11100 |
Color Harmonies of #23028B
Complementary color
Monochromatic Colors of #23028B
Black with #23028B
Text Example
Text Example
White with #23028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23028B; }
p { color: rgb(35,2,139); }
H1.HeaderClassName
{
color: #23028B;
}
.AnyTagClassName
{
color: #23028B;
}
</style>
background-color css
<style>
a { background-color: #23028B; }
a { background-color: rgb(35,2,139); }
div.DivClassName
{
background-color: #23028B;
}
.BgClassName
{
background-color: #23028B;
}
</style>
border-color css
<style>
span { border-color: #23028B; }
span { border-color: rgb(35,2,139); }
td.TdClassName
{
border-color: #23028B;
}
.TagClassName
{
border-color: #23028B;
}
</style>