Shades of Ultramarine #28019F
Tints of Ultramarine #28019F
RGB
CMYK
RGB Variations
Color information
#28019F (or 0x28019F) is known color: Ultramarine. HEX triplet: 28, 01 and 9F. RGB value is (40,1,159). Sum of RGB (Red+Green+Blue) = 40+1+159=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 159 (62.5% from 255 or 79.5% from 200); Max value from RGB is 159 - color contains mainly: blue. Hex color #28019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28019F is #D7FE60. Grayscale: #1E1E1E. Windows color (decimal): -14155361 or 10420520. OLE color: 10420520.
HSL color Cylindrical-coordinate representation of color #28019F: hue angle of 254.81º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28019F is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 1 | 159 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.38 |
| HSL | 254.81º | 0.99% | 0.31% | - |
| HSV(B) | 254.81º | 0.99% | 0.62% | - |
| XYZ | 7.14 | 2.98 | 33 | - |
| YUV | 30.67 | 200.42 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 159 | 0.75 | 0.99 | 0 | 0.38 | 254.81 | 0.99 | 0.31 |
| Hex | 28 | 1 | 9F | 4B | 63 | 0 | 26 | FF | 63 | 1F |
| Octal | 50 | 1 | 237 | 113 | 143 | 0 | 46 | 377 | 143 | 37 |
| Binary | 101000 | 1 | 10011111 | 1001011 | 1100011 | 0 | 100110 | 11111111 | 1100011 | 11111 |
Color Harmonies of #28019F
Complementary color
Monochromatic Colors of #28019F
Black with #28019F
Text Example
Text Example
White with #28019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28019F; }
p { color: rgb(40,1,159); }
H1.HeaderClassName
{
color: #28019F;
}
.AnyTagClassName
{
color: #28019F;
}
</style>
background-color css
<style>
a { background-color: #28019F; }
a { background-color: rgb(40,1,159); }
div.DivClassName
{
background-color: #28019F;
}
.BgClassName
{
background-color: #28019F;
}
</style>
border-color css
<style>
span { border-color: #28019F; }
span { border-color: rgb(40,1,159); }
td.TdClassName
{
border-color: #28019F;
}
.TagClassName
{
border-color: #28019F;
}
</style>