Shades of Ultramarine #1F178C
Tints of Ultramarine #1F178C
RGB
CMYK
RGB Variations
Color information
#1F178C (or 0x1F178C) is known color: Ultramarine. HEX triplet: 1F, 17 and 8C. RGB value is (31,23,140). Sum of RGB (Red+Green+Blue) = 31+23+140=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F178C is #E0E873. Grayscale: #262626. Windows color (decimal): -14739572 or 9180959. OLE color: 9180959.
HSL color Cylindrical-coordinate representation of color #1F178C: hue angle of 244.1º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F178C is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 23 | 140 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.45 |
| HSL | 244.1º | 0.72% | 0.32% | - |
| HSV(B) | 244.1º | 0.84% | 0.55% | - |
| XYZ | 5.61 | 2.8 | 25.06 | - |
| YUV | 38.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 140 | 0.78 | 0.84 | 0 | 0.45 | 244.1 | 0.72 | 0.32 |
| Hex | 1F | 17 | 8C | 4E | 54 | 0 | 2D | F4 | 48 | 20 |
| Octal | 37 | 27 | 214 | 116 | 124 | 0 | 55 | 364 | 110 | 40 |
| Binary | 11111 | 10111 | 10001100 | 1001110 | 1010100 | 0 | 101101 | 11110100 | 1001000 | 100000 |
Color Harmonies of #1F178C
Complementary color
Monochromatic Colors of #1F178C
Black with #1F178C
Text Example
Text Example
White with #1F178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F178C; }
p { color: rgb(31,23,140); }
H1.HeaderClassName
{
color: #1F178C;
}
.AnyTagClassName
{
color: #1F178C;
}
</style>
background-color css
<style>
a { background-color: #1F178C; }
a { background-color: rgb(31,23,140); }
div.DivClassName
{
background-color: #1F178C;
}
.BgClassName
{
background-color: #1F178C;
}
</style>
border-color css
<style>
span { border-color: #1F178C; }
span { border-color: rgb(31,23,140); }
td.TdClassName
{
border-color: #1F178C;
}
.TagClassName
{
border-color: #1F178C;
}
</style>