Shades of Ultramarine #1F268D
Tints of Ultramarine #1F268D
RGB
CMYK
RGB Variations
Color information
#1F268D (or 0x1F268D) is known color: Ultramarine. HEX triplet: 1F, 26 and 8D. RGB value is (31,38,141). Sum of RGB (Red+Green+Blue) = 31+38+141=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F268D is #E0D972. Grayscale: #2F2F2F. Windows color (decimal): -14735731 or 9250335. OLE color: 9250335.
HSL color Cylindrical-coordinate representation of color #1F268D: hue angle of 236.18º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F268D is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 38 | 141 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.45 |
| HSL | 236.18º | 0.64% | 0.34% | - |
| HSV(B) | 236.18º | 0.78% | 0.55% | - |
| XYZ | 6.07 | 3.6 | 25.57 | - |
| YUV | 47.65 | 180.68 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 141 | 0.78 | 0.73 | 0 | 0.45 | 236.18 | 0.64 | 0.34 |
| Hex | 1F | 26 | 8D | 4E | 49 | 0 | 2D | EC | 40 | 22 |
| Octal | 37 | 46 | 215 | 116 | 111 | 0 | 55 | 354 | 100 | 42 |
| Binary | 11111 | 100110 | 10001101 | 1001110 | 1001001 | 0 | 101101 | 11101100 | 1000000 | 100010 |
Color Harmonies of #1F268D
Complementary color
Monochromatic Colors of #1F268D
Black with #1F268D
Text Example
Text Example
White with #1F268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F268D; }
p { color: rgb(31,38,141); }
H1.HeaderClassName
{
color: #1F268D;
}
.AnyTagClassName
{
color: #1F268D;
}
</style>
background-color css
<style>
a { background-color: #1F268D; }
a { background-color: rgb(31,38,141); }
div.DivClassName
{
background-color: #1F268D;
}
.BgClassName
{
background-color: #1F268D;
}
</style>
border-color css
<style>
span { border-color: #1F268D; }
span { border-color: rgb(31,38,141); }
td.TdClassName
{
border-color: #1F268D;
}
.TagClassName
{
border-color: #1F268D;
}
</style>