Shades of Ultramarine #1F00AF
Tints of Ultramarine #1F00AF
RGB
CMYK
RGB Variations
Color information
#1F00AF (or 0x1F00AF) is known color: Ultramarine. HEX triplet: 1F, 00 and AF. RGB value is (31,0,175). Sum of RGB (Red+Green+Blue) = 31+0+175=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 175 (68.75% from 255 or 84.95% from 206); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F00AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F00AF is #E0FF50. Grayscale: #1C1C1C. Windows color (decimal): -14745425 or 11468831. OLE color: 11468831.
HSL color Cylindrical-coordinate representation of color #1F00AF: hue angle of 250.63º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F00AF is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 0 | 175 | - |
| CMYK | 0.82 | 1 | 0 | 0.31 |
| HSL | 250.63º | 1% | 0.34% | - |
| HSV(B) | 250.63º | 1% | 0.69% | - |
| XYZ | 8.3 | 3.39 | 40.77 | - |
| YUV | 29.22 | 210.27 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 175 | 0.82 | 1 | 0 | 0.31 | 250.63 | 1 | 0.34 |
| Hex | 1F | 0 | AF | 52 | 64 | 0 | 1F | FB | 64 | 22 |
| Octal | 37 | 0 | 257 | 122 | 144 | 0 | 37 | 373 | 144 | 42 |
| Binary | 11111 | 0 | 10101111 | 1010010 | 1100100 | 0 | 11111 | 11111011 | 1100100 | 100010 |
Color Harmonies of #1F00AF
Complementary color
Monochromatic Colors of #1F00AF
Black with #1F00AF
Text Example
Text Example
White with #1F00AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F00AF; }
p { color: rgb(31,0,175); }
H1.HeaderClassName
{
color: #1F00AF;
}
.AnyTagClassName
{
color: #1F00AF;
}
</style>
background-color css
<style>
a { background-color: #1F00AF; }
a { background-color: rgb(31,0,175); }
div.DivClassName
{
background-color: #1F00AF;
}
.BgClassName
{
background-color: #1F00AF;
}
</style>
border-color css
<style>
span { border-color: #1F00AF; }
span { border-color: rgb(31,0,175); }
td.TdClassName
{
border-color: #1F00AF;
}
.TagClassName
{
border-color: #1F00AF;
}
</style>