Shades of Ultramarine #1F0F9B
Tints of Ultramarine #1F0F9B
RGB
CMYK
RGB Variations
Color information
#1F0F9B (or 0x1F0F9B) is known color: Ultramarine. HEX triplet: 1F, 0F and 9B. RGB value is (31,15,155). Sum of RGB (Red+Green+Blue) = 31+15+155=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F0F9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0F9B is #E0F064. Grayscale: #232323. Windows color (decimal): -14741605 or 10161951. OLE color: 10161951.
HSL color Cylindrical-coordinate representation of color #1F0F9B: hue angle of 246.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0F9B is Cyan = 0.8, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 15 | 155 | - |
| CMYK | 0.8 | 0.90 | 0 | 0.39 |
| HSL | 246.86º | 0.82% | 0.33% | - |
| HSV(B) | 246.86º | 0.9% | 0.61% | - |
| XYZ | 6.65 | 3 | 31.24 | - |
| YUV | 35.74 | 195.3 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 155 | 0.8 | 0.90 | 0 | 0.39 | 246.86 | 0.82 | 0.33 |
| Hex | 1F | F | 9B | 50 | 5A | 0 | 27 | F7 | 52 | 21 |
| Octal | 37 | 17 | 233 | 120 | 132 | 0 | 47 | 367 | 122 | 41 |
| Binary | 11111 | 1111 | 10011011 | 1010000 | 1011010 | 0 | 100111 | 11110111 | 1010010 | 100001 |
Color Harmonies of #1F0F9B
Complementary color
Monochromatic Colors of #1F0F9B
Black with #1F0F9B
Text Example
Text Example
White with #1F0F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0F9B; }
p { color: rgb(31,15,155); }
H1.HeaderClassName
{
color: #1F0F9B;
}
.AnyTagClassName
{
color: #1F0F9B;
}
</style>
background-color css
<style>
a { background-color: #1F0F9B; }
a { background-color: rgb(31,15,155); }
div.DivClassName
{
background-color: #1F0F9B;
}
.BgClassName
{
background-color: #1F0F9B;
}
</style>
border-color css
<style>
span { border-color: #1F0F9B; }
span { border-color: rgb(31,15,155); }
td.TdClassName
{
border-color: #1F0F9B;
}
.TagClassName
{
border-color: #1F0F9B;
}
</style>