Shades of Ultramarine #1F00B2
Tints of Ultramarine #1F00B2
RGB
CMYK
RGB Variations
Color information
#1F00B2 (or 0x1F00B2) is known color: Ultramarine. HEX triplet: 1F, 00 and B2. RGB value is (31,0,178). Sum of RGB (Red+Green+Blue) = 31+0+178=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 178 (69.92% from 255 or 85.17% from 209); Max value from RGB is 178 - color contains mainly: blue. Hex color #1F00B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F00B2 is #E0FF4D. Grayscale: #1C1C1C. Windows color (decimal): -14745422 or 11665439. OLE color: 11665439.
HSL color Cylindrical-coordinate representation of color #1F00B2: hue angle of 250.45º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F00B2 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 0 | 178 | - |
| CMYK | 0.83 | 1 | 0 | 0.30 |
| HSL | 250.45º | 1% | 0.35% | - |
| HSV(B) | 250.45º | 1% | 0.7% | - |
| XYZ | 8.6 | 3.51 | 42.34 | - |
| YUV | 29.56 | 211.77 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 178 | 0.83 | 1 | 0 | 0.30 | 250.45 | 1 | 0.35 |
| Hex | 1F | 0 | B2 | 53 | 64 | 0 | 1E | FA | 64 | 23 |
| Octal | 37 | 0 | 262 | 123 | 144 | 0 | 36 | 372 | 144 | 43 |
| Binary | 11111 | 0 | 10110010 | 1010011 | 1100100 | 0 | 11110 | 11111010 | 1100100 | 100011 |
Color Harmonies of #1F00B2
Complementary color
Monochromatic Colors of #1F00B2
Black with #1F00B2
Text Example
Text Example
White with #1F00B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F00B2; }
p { color: rgb(31,0,178); }
H1.HeaderClassName
{
color: #1F00B2;
}
.AnyTagClassName
{
color: #1F00B2;
}
</style>
background-color css
<style>
a { background-color: #1F00B2; }
a { background-color: rgb(31,0,178); }
div.DivClassName
{
background-color: #1F00B2;
}
.BgClassName
{
background-color: #1F00B2;
}
</style>
border-color css
<style>
span { border-color: #1F00B2; }
span { border-color: rgb(31,0,178); }
td.TdClassName
{
border-color: #1F00B2;
}
.TagClassName
{
border-color: #1F00B2;
}
</style>