Shades of Ultramarine #1F068D
Tints of Ultramarine #1F068D
RGB
CMYK
RGB Variations
Color information
#1F068D (or 0x1F068D) is known color: Ultramarine. HEX triplet: 1F, 06 and 8D. RGB value is (31,6,141). Sum of RGB (Red+Green+Blue) = 31+6+141=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 141 (55.47% from 255 or 79.21% from 178); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F068D is #E0F972. Grayscale: #1C1C1C. Windows color (decimal): -14743923 or 9242143. OLE color: 9242143.
HSL color Cylindrical-coordinate representation of color #1F068D: hue angle of 251.11º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F068D is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 6 | 141 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.45 |
| HSL | 251.11º | 0.92% | 0.29% | - |
| HSV(B) | 251.11º | 0.96% | 0.55% | - |
| XYZ | 5.44 | 2.34 | 25.37 | - |
| YUV | 28.87 | 191.28 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 141 | 0.78 | 0.96 | 0 | 0.45 | 251.11 | 0.92 | 0.29 |
| Hex | 1F | 6 | 8D | 4E | 60 | 0 | 2D | FB | 5C | 1D |
| Octal | 37 | 6 | 215 | 116 | 140 | 0 | 55 | 373 | 134 | 35 |
| Binary | 11111 | 110 | 10001101 | 1001110 | 1100000 | 0 | 101101 | 11111011 | 1011100 | 11101 |
Color Harmonies of #1F068D
Complementary color
Monochromatic Colors of #1F068D
Black with #1F068D
Text Example
Text Example
White with #1F068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F068D; }
p { color: rgb(31,6,141); }
H1.HeaderClassName
{
color: #1F068D;
}
.AnyTagClassName
{
color: #1F068D;
}
</style>
background-color css
<style>
a { background-color: #1F068D; }
a { background-color: rgb(31,6,141); }
div.DivClassName
{
background-color: #1F068D;
}
.BgClassName
{
background-color: #1F068D;
}
</style>
border-color css
<style>
span { border-color: #1F068D; }
span { border-color: rgb(31,6,141); }
td.TdClassName
{
border-color: #1F068D;
}
.TagClassName
{
border-color: #1F068D;
}
</style>