Shades of Ultramarine #1F078A
Tints of Ultramarine #1F078A
RGB
CMYK
RGB Variations
Color information
#1F078A (or 0x1F078A) is known color: Ultramarine. HEX triplet: 1F, 07 and 8A. RGB value is (31,7,138). Sum of RGB (Red+Green+Blue) = 31+7+138=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 138 (54.30% from 255 or 78.41% from 176); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F078A is #E0F875. Grayscale: #1C1C1C. Windows color (decimal): -14743670 or 9045791. OLE color: 9045791.
HSL color Cylindrical-coordinate representation of color #1F078A: hue angle of 250.99º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F078A is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 7 | 138 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.46 |
| HSL | 250.99º | 0.9% | 0.28% | - |
| HSV(B) | 250.99º | 0.95% | 0.54% | - |
| XYZ | 5.23 | 2.28 | 24.21 | - |
| YUV | 29.11 | 189.45 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 138 | 0.78 | 0.95 | 0 | 0.46 | 250.99 | 0.9 | 0.28 |
| Hex | 1F | 7 | 8A | 4E | 5F | 0 | 2E | FB | 5A | 1C |
| Octal | 37 | 7 | 212 | 116 | 137 | 0 | 56 | 373 | 132 | 34 |
| Binary | 11111 | 111 | 10001010 | 1001110 | 1011111 | 0 | 101110 | 11111011 | 1011010 | 11100 |
Color Harmonies of #1F078A
Complementary color
Monochromatic Colors of #1F078A
Black with #1F078A
Text Example
Text Example
White with #1F078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F078A; }
p { color: rgb(31,7,138); }
H1.HeaderClassName
{
color: #1F078A;
}
.AnyTagClassName
{
color: #1F078A;
}
</style>
background-color css
<style>
a { background-color: #1F078A; }
a { background-color: rgb(31,7,138); }
div.DivClassName
{
background-color: #1F078A;
}
.BgClassName
{
background-color: #1F078A;
}
</style>
border-color css
<style>
span { border-color: #1F078A; }
span { border-color: rgb(31,7,138); }
td.TdClassName
{
border-color: #1F078A;
}
.TagClassName
{
border-color: #1F078A;
}
</style>