Shades of Ultramarine #1F179B
Tints of Ultramarine #1F179B
RGB
CMYK
RGB Variations
Color information
#1F179B (or 0x1F179B) is known color: Ultramarine. HEX triplet: 1F, 17 and 9B. RGB value is (31,23,155). Sum of RGB (Red+Green+Blue) = 31+23+155=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F179B is #E0E864. Grayscale: #272727. Windows color (decimal): -14739557 or 10163999. OLE color: 10163999.
HSL color Cylindrical-coordinate representation of color #1F179B: hue angle of 243.64º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F179B is Cyan = 0.8, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 23 | 155 | - |
| CMYK | 0.8 | 0.85 | 0 | 0.39 |
| HSL | 243.64º | 0.74% | 0.35% | - |
| HSV(B) | 243.64º | 0.85% | 0.61% | - |
| XYZ | 6.79 | 3.27 | 31.28 | - |
| YUV | 40.44 | 192.65 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 155 | 0.8 | 0.85 | 0 | 0.39 | 243.64 | 0.74 | 0.35 |
| Hex | 1F | 17 | 9B | 50 | 55 | 0 | 27 | F4 | 4A | 23 |
| Octal | 37 | 27 | 233 | 120 | 125 | 0 | 47 | 364 | 112 | 43 |
| Binary | 11111 | 10111 | 10011011 | 1010000 | 1010101 | 0 | 100111 | 11110100 | 1001010 | 100011 |
Color Harmonies of #1F179B
Complementary color
Monochromatic Colors of #1F179B
Black with #1F179B
Text Example
Text Example
White with #1F179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F179B; }
p { color: rgb(31,23,155); }
H1.HeaderClassName
{
color: #1F179B;
}
.AnyTagClassName
{
color: #1F179B;
}
</style>
background-color css
<style>
a { background-color: #1F179B; }
a { background-color: rgb(31,23,155); }
div.DivClassName
{
background-color: #1F179B;
}
.BgClassName
{
background-color: #1F179B;
}
</style>
border-color css
<style>
span { border-color: #1F179B; }
span { border-color: rgb(31,23,155); }
td.TdClassName
{
border-color: #1F179B;
}
.TagClassName
{
border-color: #1F179B;
}
</style>