Shades of Ultramarine #1F1693
Tints of Ultramarine #1F1693
RGB
CMYK
RGB Variations
Color information
#1F1693 (or 0x1F1693) is known color: Ultramarine. HEX triplet: 1F, 16 and 93. RGB value is (31,22,147). Sum of RGB (Red+Green+Blue) = 31+22+147=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F1693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1693 is #E0E96C. Grayscale: #262626. Windows color (decimal): -14739821 or 9639455. OLE color: 9639455.
HSL color Cylindrical-coordinate representation of color #1F1693: hue angle of 244.32º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F1693 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 22 | 147 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.42 |
| HSL | 244.32º | 0.74% | 0.33% | - |
| HSV(B) | 244.32º | 0.85% | 0.58% | - |
| XYZ | 6.12 | 2.97 | 27.85 | - |
| YUV | 38.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 147 | 0.79 | 0.85 | 0 | 0.42 | 244.32 | 0.74 | 0.33 |
| Hex | 1F | 16 | 93 | 4F | 55 | 0 | 2A | F4 | 4A | 21 |
| Octal | 37 | 26 | 223 | 117 | 125 | 0 | 52 | 364 | 112 | 41 |
| Binary | 11111 | 10110 | 10010011 | 1001111 | 1010101 | 0 | 101010 | 11110100 | 1001010 | 100001 |
Color Harmonies of #1F1693
Complementary color
Monochromatic Colors of #1F1693
Black with #1F1693
Text Example
Text Example
White with #1F1693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1693; }
p { color: rgb(31,22,147); }
H1.HeaderClassName
{
color: #1F1693;
}
.AnyTagClassName
{
color: #1F1693;
}
</style>
background-color css
<style>
a { background-color: #1F1693; }
a { background-color: rgb(31,22,147); }
div.DivClassName
{
background-color: #1F1693;
}
.BgClassName
{
background-color: #1F1693;
}
</style>
border-color css
<style>
span { border-color: #1F1693; }
span { border-color: rgb(31,22,147); }
td.TdClassName
{
border-color: #1F1693;
}
.TagClassName
{
border-color: #1F1693;
}
</style>