Shades of Ultramarine #1F068A
Tints of Ultramarine #1F068A
RGB
CMYK
RGB Variations
Color information
#1F068A (or 0x1F068A) is known color: Ultramarine. HEX triplet: 1F, 06 and 8A. RGB value is (31,6,138). Sum of RGB (Red+Green+Blue) = 31+6+138=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F068A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F068A is #E0F975. Grayscale: #1C1C1C. Windows color (decimal): -14743926 or 9045535. OLE color: 9045535.
HSL color Cylindrical-coordinate representation of color #1F068A: hue angle of 251.36º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F068A is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 6 | 138 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.46 |
| HSL | 251.36º | 0.92% | 0.28% | - |
| HSV(B) | 251.36º | 0.96% | 0.54% | - |
| XYZ | 5.22 | 2.26 | 24.21 | - |
| YUV | 28.52 | 189.78 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 138 | 0.78 | 0.96 | 0 | 0.46 | 251.36 | 0.92 | 0.28 |
| Hex | 1F | 6 | 8A | 4E | 60 | 0 | 2E | FB | 5C | 1C |
| Octal | 37 | 6 | 212 | 116 | 140 | 0 | 56 | 373 | 134 | 34 |
| Binary | 11111 | 110 | 10001010 | 1001110 | 1100000 | 0 | 101110 | 11111011 | 1011100 | 11100 |
Color Harmonies of #1F068A
Complementary color
Monochromatic Colors of #1F068A
Black with #1F068A
Text Example
Text Example
White with #1F068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F068A; }
p { color: rgb(31,6,138); }
H1.HeaderClassName
{
color: #1F068A;
}
.AnyTagClassName
{
color: #1F068A;
}
</style>
background-color css
<style>
a { background-color: #1F068A; }
a { background-color: rgb(31,6,138); }
div.DivClassName
{
background-color: #1F068A;
}
.BgClassName
{
background-color: #1F068A;
}
</style>
border-color css
<style>
span { border-color: #1F068A; }
span { border-color: rgb(31,6,138); }
td.TdClassName
{
border-color: #1F068A;
}
.TagClassName
{
border-color: #1F068A;
}
</style>