Shades of Ultramarine #28019A
Tints of Ultramarine #28019A
RGB
CMYK
RGB Variations
Color information
#28019A (or 0x28019A) is known color: Ultramarine. HEX triplet: 28, 01 and 9A. RGB value is (40,1,154). Sum of RGB (Red+Green+Blue) = 40+1+154=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 154 (60.55% from 255 or 78.97% from 195); Max value from RGB is 154 - color contains mainly: blue. Hex color #28019A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28019A is #D7FE65. Grayscale: #1D1D1D. Windows color (decimal): -14155366 or 10092840. OLE color: 10092840.
HSL color Cylindrical-coordinate representation of color #28019A: hue angle of 255.29º 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 #28019A is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 1 | 154 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.40 |
| HSL | 255.29º | 0.99% | 0.3% | - |
| HSV(B) | 255.29º | 0.99% | 0.6% | - |
| XYZ | 6.72 | 2.81 | 30.76 | - |
| YUV | 30.1 | 197.92 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 154 | 0.74 | 0.99 | 0 | 0.40 | 255.29 | 0.99 | 0.3 |
| Hex | 28 | 1 | 9A | 4A | 63 | 0 | 28 | FF | 63 | 1E |
| Octal | 50 | 1 | 232 | 112 | 143 | 0 | 50 | 377 | 143 | 36 |
| Binary | 101000 | 1 | 10011010 | 1001010 | 1100011 | 0 | 101000 | 11111111 | 1100011 | 11110 |
Color Harmonies of #28019A
Complementary color
Monochromatic Colors of #28019A
Black with #28019A
Text Example
Text Example
White with #28019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28019A; }
p { color: rgb(40,1,154); }
H1.HeaderClassName
{
color: #28019A;
}
.AnyTagClassName
{
color: #28019A;
}
</style>
background-color css
<style>
a { background-color: #28019A; }
a { background-color: rgb(40,1,154); }
div.DivClassName
{
background-color: #28019A;
}
.BgClassName
{
background-color: #28019A;
}
</style>
border-color css
<style>
span { border-color: #28019A; }
span { border-color: rgb(40,1,154); }
td.TdClassName
{
border-color: #28019A;
}
.TagClassName
{
border-color: #28019A;
}
</style>