Shades of Ultramarine #1F07AF
Tints of Ultramarine #1F07AF
RGB
CMYK
RGB Variations
Color information
#1F07AF (or 0x1F07AF) is known color: Ultramarine. HEX triplet: 1F, 07 and AF. RGB value is (31,7,175). Sum of RGB (Red+Green+Blue) = 31+7+175=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 175 (68.75% from 255 or 82.16% from 213); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F07AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F07AF is #E0F850. Grayscale: #202020. Windows color (decimal): -14743633 or 11470623. OLE color: 11470623.
HSL color Cylindrical-coordinate representation of color #1F07AF: hue angle of 248.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F07AF is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 7 | 175 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.31 |
| HSL | 248.57º | 0.92% | 0.36% | - |
| HSV(B) | 248.57º | 0.96% | 0.69% | - |
| XYZ | 8.38 | 3.54 | 40.8 | - |
| YUV | 33.33 | 207.95 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 175 | 0.82 | 0.96 | 0 | 0.31 | 248.57 | 0.92 | 0.36 |
| Hex | 1F | 7 | AF | 52 | 60 | 0 | 1F | F9 | 5C | 24 |
| Octal | 37 | 7 | 257 | 122 | 140 | 0 | 37 | 371 | 134 | 44 |
| Binary | 11111 | 111 | 10101111 | 1010010 | 1100000 | 0 | 11111 | 11111001 | 1011100 | 100100 |
Color Harmonies of #1F07AF
Complementary color
Monochromatic Colors of #1F07AF
Black with #1F07AF
Text Example
Text Example
White with #1F07AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F07AF; }
p { color: rgb(31,7,175); }
H1.HeaderClassName
{
color: #1F07AF;
}
.AnyTagClassName
{
color: #1F07AF;
}
</style>
background-color css
<style>
a { background-color: #1F07AF; }
a { background-color: rgb(31,7,175); }
div.DivClassName
{
background-color: #1F07AF;
}
.BgClassName
{
background-color: #1F07AF;
}
</style>
border-color css
<style>
span { border-color: #1F07AF; }
span { border-color: rgb(31,7,175); }
td.TdClassName
{
border-color: #1F07AF;
}
.TagClassName
{
border-color: #1F07AF;
}
</style>