Shades of Ultramarine #2F1A9D
Tints of Ultramarine #2F1A9D
RGB
CMYK
RGB Variations
Color information
#2F1A9D (or 0x2F1A9D) is known color: Ultramarine. HEX triplet: 2F, 1A and 9D. RGB value is (47,26,157). Sum of RGB (Red+Green+Blue) = 47+26+157=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F1A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F1A9D is #D0E562. Grayscale: #2E2E2E. Windows color (decimal): -13690211 or 10295855. OLE color: 10295855.
HSL color Cylindrical-coordinate representation of color #2F1A9D: hue angle of 249.62º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F1A9D is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 26 | 157 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.38 |
| HSL | 249.62º | 0.72% | 0.36% | - |
| HSV(B) | 249.62º | 0.83% | 0.62% | - |
| XYZ | 7.63 | 3.78 | 32.23 | - |
| YUV | 47.21 | 189.96 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 157 | 0.70 | 0.83 | 0 | 0.38 | 249.62 | 0.72 | 0.36 |
| Hex | 2F | 1A | 9D | 46 | 53 | 0 | 26 | FA | 48 | 24 |
| Octal | 57 | 32 | 235 | 106 | 123 | 0 | 46 | 372 | 110 | 44 |
| Binary | 101111 | 11010 | 10011101 | 1000110 | 1010011 | 0 | 100110 | 11111010 | 1001000 | 100100 |
Color Harmonies of #2F1A9D
Complementary color
Monochromatic Colors of #2F1A9D
Black with #2F1A9D
Text Example
Text Example
White with #2F1A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1A9D; }
p { color: rgb(47,26,157); }
H1.HeaderClassName
{
color: #2F1A9D;
}
.AnyTagClassName
{
color: #2F1A9D;
}
</style>
background-color css
<style>
a { background-color: #2F1A9D; }
a { background-color: rgb(47,26,157); }
div.DivClassName
{
background-color: #2F1A9D;
}
.BgClassName
{
background-color: #2F1A9D;
}
</style>
border-color css
<style>
span { border-color: #2F1A9D; }
span { border-color: rgb(47,26,157); }
td.TdClassName
{
border-color: #2F1A9D;
}
.TagClassName
{
border-color: #2F1A9D;
}
</style>