Shades of Ultramarine #1C139B
Tints of Ultramarine #1C139B
RGB
CMYK
RGB Variations
Color information
#1C139B (or 0x1C139B) is known color: Ultramarine. HEX triplet: 1C, 13 and 9B. RGB value is (28,19,155). Sum of RGB (Red+Green+Blue) = 28+19+155=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C139B is #E3EC64. Grayscale: #242424. Windows color (decimal): -14937189 or 10162972. OLE color: 10162972.
HSL color Cylindrical-coordinate representation of color #1C139B: hue angle of 243.97º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C139B is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 19 | 155 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.39 |
| HSL | 243.97º | 0.78% | 0.34% | - |
| HSV(B) | 243.97º | 0.88% | 0.61% | - |
| XYZ | 6.63 | 3.08 | 31.26 | - |
| YUV | 37.2 | 194.48 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 155 | 0.82 | 0.88 | 0 | 0.39 | 243.97 | 0.78 | 0.34 |
| Hex | 1C | 13 | 9B | 52 | 58 | 0 | 27 | F4 | 4E | 22 |
| Octal | 34 | 23 | 233 | 122 | 130 | 0 | 47 | 364 | 116 | 42 |
| Binary | 11100 | 10011 | 10011011 | 1010010 | 1011000 | 0 | 100111 | 11110100 | 1001110 | 100010 |
Color Harmonies of #1C139B
Complementary color
Monochromatic Colors of #1C139B
Black with #1C139B
Text Example
Text Example
White with #1C139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C139B; }
p { color: rgb(28,19,155); }
H1.HeaderClassName
{
color: #1C139B;
}
.AnyTagClassName
{
color: #1C139B;
}
</style>
background-color css
<style>
a { background-color: #1C139B; }
a { background-color: rgb(28,19,155); }
div.DivClassName
{
background-color: #1C139B;
}
.BgClassName
{
background-color: #1C139B;
}
</style>
border-color css
<style>
span { border-color: #1C139B; }
span { border-color: rgb(28,19,155); }
td.TdClassName
{
border-color: #1C139B;
}
.TagClassName
{
border-color: #1C139B;
}
</style>