Shades of Ultramarine #1F179A
Tints of Ultramarine #1F179A
RGB
CMYK
RGB Variations
Color information
#1F179A (or 0x1F179A) is known color: Ultramarine. HEX triplet: 1F, 17 and 9A. RGB value is (31,23,154). Sum of RGB (Red+Green+Blue) = 31+23+154=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 154 (60.55% from 255 or 74.04% from 208); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F179A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F179A is #E0E865. Grayscale: #272727. Windows color (decimal): -14739558 or 10098463. OLE color: 10098463.
HSL color Cylindrical-coordinate representation of color #1F179A: hue angle of 243.66º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F179A is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 23 | 154 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.40 |
| HSL | 243.66º | 0.74% | 0.35% | - |
| HSV(B) | 243.66º | 0.85% | 0.6% | - |
| XYZ | 6.7 | 3.24 | 30.84 | - |
| YUV | 40.33 | 192.15 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 154 | 0.80 | 0.85 | 0 | 0.40 | 243.66 | 0.74 | 0.35 |
| Hex | 1F | 17 | 9A | 50 | 55 | 0 | 28 | F4 | 4A | 23 |
| Octal | 37 | 27 | 232 | 120 | 125 | 0 | 50 | 364 | 112 | 43 |
| Binary | 11111 | 10111 | 10011010 | 1010000 | 1010101 | 0 | 101000 | 11110100 | 1001010 | 100011 |
Color Harmonies of #1F179A
Complementary color
Monochromatic Colors of #1F179A
Black with #1F179A
Text Example
Text Example
White with #1F179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F179A; }
p { color: rgb(31,23,154); }
H1.HeaderClassName
{
color: #1F179A;
}
.AnyTagClassName
{
color: #1F179A;
}
</style>
background-color css
<style>
a { background-color: #1F179A; }
a { background-color: rgb(31,23,154); }
div.DivClassName
{
background-color: #1F179A;
}
.BgClassName
{
background-color: #1F179A;
}
</style>
border-color css
<style>
span { border-color: #1F179A; }
span { border-color: rgb(31,23,154); }
td.TdClassName
{
border-color: #1F179A;
}
.TagClassName
{
border-color: #1F179A;
}
</style>