Shades of Ultramarine #1F10B2
Tints of Ultramarine #1F10B2
RGB
CMYK
RGB Variations
Color information
#1F10B2 (or 0x1F10B2) is known color: Ultramarine. HEX triplet: 1F, 10 and B2. RGB value is (31,16,178). Sum of RGB (Red+Green+Blue) = 31+16+178=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 178 (69.92% from 255 or 79.11% from 225); Max value from RGB is 178 - color contains mainly: blue. Hex color #1F10B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F10B2 is #E0EF4D. Grayscale: #262626. Windows color (decimal): -14741326 or 11669535. OLE color: 11669535.
HSL color Cylindrical-coordinate representation of color #1F10B2: hue angle of 245.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F10B2 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 16 | 178 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.30 |
| HSL | 245.56º | 0.84% | 0.38% | - |
| HSV(B) | 245.56º | 0.91% | 0.7% | - |
| XYZ | 8.79 | 3.88 | 42.4 | - |
| YUV | 38.95 | 206.47 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 178 | 0.83 | 0.91 | 0 | 0.30 | 245.56 | 0.84 | 0.38 |
| Hex | 1F | 10 | B2 | 53 | 5B | 0 | 1E | F6 | 54 | 26 |
| Octal | 37 | 20 | 262 | 123 | 133 | 0 | 36 | 366 | 124 | 46 |
| Binary | 11111 | 10000 | 10110010 | 1010011 | 1011011 | 0 | 11110 | 11110110 | 1010100 | 100110 |
Color Harmonies of #1F10B2
Complementary color
Monochromatic Colors of #1F10B2
Black with #1F10B2
Text Example
Text Example
White with #1F10B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F10B2; }
p { color: rgb(31,16,178); }
H1.HeaderClassName
{
color: #1F10B2;
}
.AnyTagClassName
{
color: #1F10B2;
}
</style>
background-color css
<style>
a { background-color: #1F10B2; }
a { background-color: rgb(31,16,178); }
div.DivClassName
{
background-color: #1F10B2;
}
.BgClassName
{
background-color: #1F10B2;
}
</style>
border-color css
<style>
span { border-color: #1F10B2; }
span { border-color: rgb(31,16,178); }
td.TdClassName
{
border-color: #1F10B2;
}
.TagClassName
{
border-color: #1F10B2;
}
</style>