Shades of Ultramarine #1F00AE
Tints of Ultramarine #1F00AE
RGB
CMYK
RGB Variations
Color information
#1F00AE (or 0x1F00AE) is known color: Ultramarine. HEX triplet: 1F, 00 and AE. RGB value is (31,0,174). Sum of RGB (Red+Green+Blue) = 31+0+174=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 174 (68.36% from 255 or 84.88% from 205); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F00AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F00AE is #E0FF51. Grayscale: #1C1C1C. Windows color (decimal): -14745426 or 11403295. OLE color: 11403295.
HSL color Cylindrical-coordinate representation of color #1F00AE: hue angle of 250.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F00AE is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 0 | 174 | - |
| CMYK | 0.82 | 1 | 0 | 0.32 |
| HSL | 250.69º | 1% | 0.34% | - |
| HSV(B) | 250.69º | 1% | 0.68% | - |
| XYZ | 8.21 | 3.35 | 40.26 | - |
| YUV | 29.11 | 209.77 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 174 | 0.82 | 1 | 0 | 0.32 | 250.69 | 1 | 0.34 |
| Hex | 1F | 0 | AE | 52 | 64 | 0 | 20 | FB | 64 | 22 |
| Octal | 37 | 0 | 256 | 122 | 144 | 0 | 40 | 373 | 144 | 42 |
| Binary | 11111 | 0 | 10101110 | 1010010 | 1100100 | 0 | 100000 | 11111011 | 1100100 | 100010 |
Color Harmonies of #1F00AE
Complementary color
Monochromatic Colors of #1F00AE
Black with #1F00AE
Text Example
Text Example
White with #1F00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F00AE; }
p { color: rgb(31,0,174); }
H1.HeaderClassName
{
color: #1F00AE;
}
.AnyTagClassName
{
color: #1F00AE;
}
</style>
background-color css
<style>
a { background-color: #1F00AE; }
a { background-color: rgb(31,0,174); }
div.DivClassName
{
background-color: #1F00AE;
}
.BgClassName
{
background-color: #1F00AE;
}
</style>
border-color css
<style>
span { border-color: #1F00AE; }
span { border-color: rgb(31,0,174); }
td.TdClassName
{
border-color: #1F00AE;
}
.TagClassName
{
border-color: #1F00AE;
}
</style>