Shades of Ultramarine #1F078E
Tints of Ultramarine #1F078E
RGB
CMYK
RGB Variations
Color information
#1F078E (or 0x1F078E) is known color: Ultramarine. HEX triplet: 1F, 07 and 8E. RGB value is (31,7,142). Sum of RGB (Red+Green+Blue) = 31+7+142=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 142 (55.86% from 255 or 78.89% from 180); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F078E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F078E is #E0F871. Grayscale: #1D1D1D. Windows color (decimal): -14743666 or 9307935. OLE color: 9307935.
HSL color Cylindrical-coordinate representation of color #1F078E: hue angle of 250.67º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F078E is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 7 | 142 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.44 |
| HSL | 250.67º | 0.91% | 0.29% | - |
| HSV(B) | 250.67º | 0.95% | 0.56% | - |
| XYZ | 5.52 | 2.4 | 25.76 | - |
| YUV | 29.57 | 191.45 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 142 | 0.78 | 0.95 | 0 | 0.44 | 250.67 | 0.91 | 0.29 |
| Hex | 1F | 7 | 8E | 4E | 5F | 0 | 2C | FB | 5B | 1D |
| Octal | 37 | 7 | 216 | 116 | 137 | 0 | 54 | 373 | 133 | 35 |
| Binary | 11111 | 111 | 10001110 | 1001110 | 1011111 | 0 | 101100 | 11111011 | 1011011 | 11101 |
Color Harmonies of #1F078E
Complementary color
Monochromatic Colors of #1F078E
Black with #1F078E
Text Example
Text Example
White with #1F078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F078E; }
p { color: rgb(31,7,142); }
H1.HeaderClassName
{
color: #1F078E;
}
.AnyTagClassName
{
color: #1F078E;
}
</style>
background-color css
<style>
a { background-color: #1F078E; }
a { background-color: rgb(31,7,142); }
div.DivClassName
{
background-color: #1F078E;
}
.BgClassName
{
background-color: #1F078E;
}
</style>
border-color css
<style>
span { border-color: #1F078E; }
span { border-color: rgb(31,7,142); }
td.TdClassName
{
border-color: #1F078E;
}
.TagClassName
{
border-color: #1F078E;
}
</style>