Shades of Ultramarine #1F069D
Tints of Ultramarine #1F069D
RGB
CMYK
RGB Variations
Color information
#1F069D (or 0x1F069D) is known color: Ultramarine. HEX triplet: 1F, 06 and 9D. RGB value is (31,6,157). Sum of RGB (Red+Green+Blue) = 31+6+157=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 157 (61.72% from 255 or 80.93% from 194); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F069D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F069D is #E0F962. Grayscale: #1E1E1E. Windows color (decimal): -14743907 or 10290719. OLE color: 10290719.
HSL color Cylindrical-coordinate representation of color #1F069D: hue angle of 249.93º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F069D is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 6 | 157 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.38 |
| HSL | 249.93º | 0.93% | 0.32% | - |
| HSV(B) | 249.93º | 0.96% | 0.62% | - |
| XYZ | 6.72 | 2.86 | 32.1 | - |
| YUV | 30.69 | 199.28 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 157 | 0.80 | 0.96 | 0 | 0.38 | 249.93 | 0.93 | 0.32 |
| Hex | 1F | 6 | 9D | 50 | 60 | 0 | 26 | FA | 5D | 20 |
| Octal | 37 | 6 | 235 | 120 | 140 | 0 | 46 | 372 | 135 | 40 |
| Binary | 11111 | 110 | 10011101 | 1010000 | 1100000 | 0 | 100110 | 11111010 | 1011101 | 100000 |
Color Harmonies of #1F069D
Complementary color
Monochromatic Colors of #1F069D
Black with #1F069D
Text Example
Text Example
White with #1F069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F069D; }
p { color: rgb(31,6,157); }
H1.HeaderClassName
{
color: #1F069D;
}
.AnyTagClassName
{
color: #1F069D;
}
</style>
background-color css
<style>
a { background-color: #1F069D; }
a { background-color: rgb(31,6,157); }
div.DivClassName
{
background-color: #1F069D;
}
.BgClassName
{
background-color: #1F069D;
}
</style>
border-color css
<style>
span { border-color: #1F069D; }
span { border-color: rgb(31,6,157); }
td.TdClassName
{
border-color: #1F069D;
}
.TagClassName
{
border-color: #1F069D;
}
</style>