Shades of Ultramarine #1F0C9C
Tints of Ultramarine #1F0C9C
RGB
CMYK
RGB Variations
Color information
#1F0C9C (or 0x1F0C9C) is known color: Ultramarine. HEX triplet: 1F, 0C and 9C. RGB value is (31,12,156). Sum of RGB (Red+Green+Blue) = 31+12+156=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 156 (61.33% from 255 or 78.39% from 199); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F0C9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0C9C is #E0F363. Grayscale: #212121. Windows color (decimal): -14742372 or 10226719. OLE color: 10226719.
HSL color Cylindrical-coordinate representation of color #1F0C9C: hue angle of 247.92º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0C9C is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 12 | 156 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.39 |
| HSL | 247.92º | 0.86% | 0.33% | - |
| HSV(B) | 247.92º | 0.92% | 0.61% | - |
| XYZ | 6.7 | 2.95 | 31.67 | - |
| YUV | 34.1 | 196.79 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 156 | 0.80 | 0.92 | 0 | 0.39 | 247.92 | 0.86 | 0.33 |
| Hex | 1F | C | 9C | 50 | 5C | 0 | 27 | F8 | 56 | 21 |
| Octal | 37 | 14 | 234 | 120 | 134 | 0 | 47 | 370 | 126 | 41 |
| Binary | 11111 | 1100 | 10011100 | 1010000 | 1011100 | 0 | 100111 | 11111000 | 1010110 | 100001 |
Color Harmonies of #1F0C9C
Complementary color
Monochromatic Colors of #1F0C9C
Black with #1F0C9C
Text Example
Text Example
White with #1F0C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C9C; }
p { color: rgb(31,12,156); }
H1.HeaderClassName
{
color: #1F0C9C;
}
.AnyTagClassName
{
color: #1F0C9C;
}
</style>
background-color css
<style>
a { background-color: #1F0C9C; }
a { background-color: rgb(31,12,156); }
div.DivClassName
{
background-color: #1F0C9C;
}
.BgClassName
{
background-color: #1F0C9C;
}
</style>
border-color css
<style>
span { border-color: #1F0C9C; }
span { border-color: rgb(31,12,156); }
td.TdClassName
{
border-color: #1F0C9C;
}
.TagClassName
{
border-color: #1F0C9C;
}
</style>