Shades of Ultramarine #1F018B
Tints of Ultramarine #1F018B
RGB
CMYK
RGB Variations
Color information
#1F018B (or 0x1F018B) is known color: Ultramarine. HEX triplet: 1F, 01 and 8B. RGB value is (31,1,139). Sum of RGB (Red+Green+Blue) = 31+1+139=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 139 (54.69% from 255 or 81.29% from 171); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F018B is #E0FE74. Grayscale: #191919. Windows color (decimal): -14745205 or 9109791. OLE color: 9109791.
HSL color Cylindrical-coordinate representation of color #1F018B: hue angle of 253.04º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F018B is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 1 | 139 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.45 |
| HSL | 253.04º | 0.99% | 0.27% | - |
| HSV(B) | 253.04º | 0.99% | 0.55% | - |
| XYZ | 5.24 | 2.18 | 24.57 | - |
| YUV | 25.7 | 191.94 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 139 | 0.78 | 0.99 | 0 | 0.45 | 253.04 | 0.99 | 0.27 |
| Hex | 1F | 1 | 8B | 4E | 63 | 0 | 2D | FD | 63 | 1B |
| Octal | 37 | 1 | 213 | 116 | 143 | 0 | 55 | 375 | 143 | 33 |
| Binary | 11111 | 1 | 10001011 | 1001110 | 1100011 | 0 | 101101 | 11111101 | 1100011 | 11011 |
Color Harmonies of #1F018B
Complementary color
Monochromatic Colors of #1F018B
Black with #1F018B
Text Example
Text Example
White with #1F018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F018B; }
p { color: rgb(31,1,139); }
H1.HeaderClassName
{
color: #1F018B;
}
.AnyTagClassName
{
color: #1F018B;
}
</style>
background-color css
<style>
a { background-color: #1F018B; }
a { background-color: rgb(31,1,139); }
div.DivClassName
{
background-color: #1F018B;
}
.BgClassName
{
background-color: #1F018B;
}
</style>
border-color css
<style>
span { border-color: #1F018B; }
span { border-color: rgb(31,1,139); }
td.TdClassName
{
border-color: #1F018B;
}
.TagClassName
{
border-color: #1F018B;
}
</style>