Shades of Ultramarine #1F01A7
Tints of Ultramarine #1F01A7
RGB
CMYK
RGB Variations
Color information
#1F01A7 (or 0x1F01A7) is known color: Ultramarine. HEX triplet: 1F, 01 and A7. RGB value is (31,1,167). Sum of RGB (Red+Green+Blue) = 31+1+167=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 167 (65.62% from 255 or 83.92% from 199); Max value from RGB is 167 - color contains mainly: blue. Hex color #1F01A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F01A7 is #E0FE58. Grayscale: #1C1C1C. Windows color (decimal): -14745177 or 10944799. OLE color: 10944799.
HSL color Cylindrical-coordinate representation of color #1F01A7: hue angle of 250.84º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F01A7 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 1 | 167 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.35 |
| HSL | 250.84º | 0.99% | 0.33% | - |
| HSV(B) | 250.84º | 0.99% | 0.65% | - |
| XYZ | 7.55 | 3.1 | 36.76 | - |
| YUV | 28.89 | 205.94 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 167 | 0.81 | 0.99 | 0 | 0.35 | 250.84 | 0.99 | 0.33 |
| Hex | 1F | 1 | A7 | 51 | 63 | 0 | 23 | FB | 63 | 21 |
| Octal | 37 | 1 | 247 | 121 | 143 | 0 | 43 | 373 | 143 | 41 |
| Binary | 11111 | 1 | 10100111 | 1010001 | 1100011 | 0 | 100011 | 11111011 | 1100011 | 100001 |
Color Harmonies of #1F01A7
Complementary color
Monochromatic Colors of #1F01A7
Black with #1F01A7
Text Example
Text Example
White with #1F01A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F01A7; }
p { color: rgb(31,1,167); }
H1.HeaderClassName
{
color: #1F01A7;
}
.AnyTagClassName
{
color: #1F01A7;
}
</style>
background-color css
<style>
a { background-color: #1F01A7; }
a { background-color: rgb(31,1,167); }
div.DivClassName
{
background-color: #1F01A7;
}
.BgClassName
{
background-color: #1F01A7;
}
</style>
border-color css
<style>
span { border-color: #1F01A7; }
span { border-color: rgb(31,1,167); }
td.TdClassName
{
border-color: #1F01A7;
}
.TagClassName
{
border-color: #1F01A7;
}
</style>