Shades of Ultramarine #1F189C
Tints of Ultramarine #1F189C
RGB
CMYK
RGB Variations
Color information
#1F189C (or 0x1F189C) is known color: Ultramarine. HEX triplet: 1F, 18 and 9C. RGB value is (31,24,156). Sum of RGB (Red+Green+Blue) = 31+24+156=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F189C is #E0E763. Grayscale: #282828. Windows color (decimal): -14739300 or 10229791. OLE color: 10229791.
HSL color Cylindrical-coordinate representation of color #1F189C: hue angle of 243.18º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F189C is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 24 | 156 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.39 |
| HSL | 243.18º | 0.73% | 0.35% | - |
| HSV(B) | 243.18º | 0.85% | 0.61% | - |
| XYZ | 6.89 | 3.34 | 31.73 | - |
| YUV | 41.14 | 192.82 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 156 | 0.80 | 0.85 | 0 | 0.39 | 243.18 | 0.73 | 0.35 |
| Hex | 1F | 18 | 9C | 50 | 55 | 0 | 27 | F3 | 49 | 23 |
| Octal | 37 | 30 | 234 | 120 | 125 | 0 | 47 | 363 | 111 | 43 |
| Binary | 11111 | 11000 | 10011100 | 1010000 | 1010101 | 0 | 100111 | 11110011 | 1001001 | 100011 |
Color Harmonies of #1F189C
Complementary color
Monochromatic Colors of #1F189C
Black with #1F189C
Text Example
Text Example
White with #1F189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F189C; }
p { color: rgb(31,24,156); }
H1.HeaderClassName
{
color: #1F189C;
}
.AnyTagClassName
{
color: #1F189C;
}
</style>
background-color css
<style>
a { background-color: #1F189C; }
a { background-color: rgb(31,24,156); }
div.DivClassName
{
background-color: #1F189C;
}
.BgClassName
{
background-color: #1F189C;
}
</style>
border-color css
<style>
span { border-color: #1F189C; }
span { border-color: rgb(31,24,156); }
td.TdClassName
{
border-color: #1F189C;
}
.TagClassName
{
border-color: #1F189C;
}
</style>