Shades of Ultramarine #1F199C
Tints of Ultramarine #1F199C
RGB
CMYK
RGB Variations
Color information
#1F199C (or 0x1F199C) is known color: Ultramarine. HEX triplet: 1F, 19 and 9C. RGB value is (31,25,156). Sum of RGB (Red+Green+Blue) = 31+25+156=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F199C is #E0E663. Grayscale: #292929. Windows color (decimal): -14739044 or 10230047. OLE color: 10230047.
HSL color Cylindrical-coordinate representation of color #1F199C: hue angle of 242.75º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F199C is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 25 | 156 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.39 |
| HSL | 242.75º | 0.72% | 0.35% | - |
| HSV(B) | 242.75º | 0.84% | 0.61% | - |
| XYZ | 6.91 | 3.39 | 31.74 | - |
| YUV | 41.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 156 | 0.80 | 0.84 | 0 | 0.39 | 242.75 | 0.72 | 0.35 |
| Hex | 1F | 19 | 9C | 50 | 54 | 0 | 27 | F3 | 48 | 23 |
| Octal | 37 | 31 | 234 | 120 | 124 | 0 | 47 | 363 | 110 | 43 |
| Binary | 11111 | 11001 | 10011100 | 1010000 | 1010100 | 0 | 100111 | 11110011 | 1001000 | 100011 |
Color Harmonies of #1F199C
Complementary color
Monochromatic Colors of #1F199C
Black with #1F199C
Text Example
Text Example
White with #1F199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F199C; }
p { color: rgb(31,25,156); }
H1.HeaderClassName
{
color: #1F199C;
}
.AnyTagClassName
{
color: #1F199C;
}
</style>
background-color css
<style>
a { background-color: #1F199C; }
a { background-color: rgb(31,25,156); }
div.DivClassName
{
background-color: #1F199C;
}
.BgClassName
{
background-color: #1F199C;
}
</style>
border-color css
<style>
span { border-color: #1F199C; }
span { border-color: rgb(31,25,156); }
td.TdClassName
{
border-color: #1F199C;
}
.TagClassName
{
border-color: #1F199C;
}
</style>