Shades of Ultramarine #281F9B
Tints of Ultramarine #281F9B
RGB
CMYK
RGB Variations
Color information
#281F9B (or 0x281F9B) is known color: Ultramarine. HEX triplet: 28, 1F and 9B. RGB value is (40,31,155). Sum of RGB (Red+Green+Blue) = 40+31+155=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #281F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281F9B is #D7E064. Grayscale: #2F2F2F. Windows color (decimal): -14147685 or 10166056. OLE color: 10166056.
HSL color Cylindrical-coordinate representation of color #281F9B: hue angle of 244.35º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #281F9B is Cyan = 0.74, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 31 | 155 | - |
| CMYK | 0.74 | 0.8 | 0 | 0.39 |
| HSL | 244.35º | 0.67% | 0.36% | - |
| HSV(B) | 244.35º | 0.8% | 0.61% | - |
| XYZ | 7.28 | 3.8 | 31.36 | - |
| YUV | 47.83 | 188.48 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 155 | 0.74 | 0.8 | 0 | 0.39 | 244.35 | 0.67 | 0.36 |
| Hex | 28 | 1F | 9B | 4A | 50 | 0 | 27 | F4 | 43 | 24 |
| Octal | 50 | 37 | 233 | 112 | 120 | 0 | 47 | 364 | 103 | 44 |
| Binary | 101000 | 11111 | 10011011 | 1001010 | 1010000 | 0 | 100111 | 11110100 | 1000011 | 100100 |
Color Harmonies of #281F9B
Complementary color
Monochromatic Colors of #281F9B
Black with #281F9B
Text Example
Text Example
White with #281F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F9B; }
p { color: rgb(40,31,155); }
H1.HeaderClassName
{
color: #281F9B;
}
.AnyTagClassName
{
color: #281F9B;
}
</style>
background-color css
<style>
a { background-color: #281F9B; }
a { background-color: rgb(40,31,155); }
div.DivClassName
{
background-color: #281F9B;
}
.BgClassName
{
background-color: #281F9B;
}
</style>
border-color css
<style>
span { border-color: #281F9B; }
span { border-color: rgb(40,31,155); }
td.TdClassName
{
border-color: #281F9B;
}
.TagClassName
{
border-color: #281F9B;
}
</style>