Shades of Ultramarine #1C198A
Tints of Ultramarine #1C198A
RGB
CMYK
RGB Variations
Color information
#1C198A (or 0x1C198A) is known color: Ultramarine. HEX triplet: 1C, 19 and 8A. RGB value is (28,25,138). Sum of RGB (Red+Green+Blue) = 28+25+138=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C198A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C198A is #E3E675. Grayscale: #262626. Windows color (decimal): -14935670 or 9050396. OLE color: 9050396.
HSL color Cylindrical-coordinate representation of color #1C198A: hue angle of 241.59º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C198A is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 25 | 138 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.46 |
| HSL | 241.59º | 0.69% | 0.32% | - |
| HSV(B) | 241.59º | 0.82% | 0.54% | - |
| XYZ | 5.41 | 2.78 | 24.3 | - |
| YUV | 38.78 | 183.99 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 138 | 0.80 | 0.82 | 0 | 0.46 | 241.59 | 0.69 | 0.32 |
| Hex | 1C | 19 | 8A | 50 | 52 | 0 | 2E | F2 | 45 | 20 |
| Octal | 34 | 31 | 212 | 120 | 122 | 0 | 56 | 362 | 105 | 40 |
| Binary | 11100 | 11001 | 10001010 | 1010000 | 1010010 | 0 | 101110 | 11110010 | 1000101 | 100000 |
Color Harmonies of #1C198A
Complementary color
Monochromatic Colors of #1C198A
Black with #1C198A
Text Example
Text Example
White with #1C198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C198A; }
p { color: rgb(28,25,138); }
H1.HeaderClassName
{
color: #1C198A;
}
.AnyTagClassName
{
color: #1C198A;
}
</style>
background-color css
<style>
a { background-color: #1C198A; }
a { background-color: rgb(28,25,138); }
div.DivClassName
{
background-color: #1C198A;
}
.BgClassName
{
background-color: #1C198A;
}
</style>
border-color css
<style>
span { border-color: #1C198A; }
span { border-color: rgb(28,25,138); }
td.TdClassName
{
border-color: #1C198A;
}
.TagClassName
{
border-color: #1C198A;
}
</style>