Shades of Ultramarine #1C188B
Tints of Ultramarine #1C188B
RGB
CMYK
RGB Variations
Color information
#1C188B (or 0x1C188B) is known color: Ultramarine. HEX triplet: 1C, 18 and 8B. RGB value is (28,24,139). Sum of RGB (Red+Green+Blue) = 28+24+139=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 139 (54.69% from 255 or 72.77% from 191); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C188B is #E3E774. Grayscale: #252525. Windows color (decimal): -14935925 or 9115676. OLE color: 9115676.
HSL color Cylindrical-coordinate representation of color #1C188B: hue angle of 242.09º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C188B is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 24 | 139 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.45 |
| HSL | 242.09º | 0.71% | 0.32% | - |
| HSV(B) | 242.09º | 0.83% | 0.55% | - |
| XYZ | 5.47 | 2.76 | 24.67 | - |
| YUV | 38.31 | 184.83 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 139 | 0.80 | 0.83 | 0 | 0.45 | 242.09 | 0.71 | 0.32 |
| Hex | 1C | 18 | 8B | 50 | 53 | 0 | 2D | F2 | 47 | 20 |
| Octal | 34 | 30 | 213 | 120 | 123 | 0 | 55 | 362 | 107 | 40 |
| Binary | 11100 | 11000 | 10001011 | 1010000 | 1010011 | 0 | 101101 | 11110010 | 1000111 | 100000 |
Color Harmonies of #1C188B
Complementary color
Monochromatic Colors of #1C188B
Black with #1C188B
Text Example
Text Example
White with #1C188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C188B; }
p { color: rgb(28,24,139); }
H1.HeaderClassName
{
color: #1C188B;
}
.AnyTagClassName
{
color: #1C188B;
}
</style>
background-color css
<style>
a { background-color: #1C188B; }
a { background-color: rgb(28,24,139); }
div.DivClassName
{
background-color: #1C188B;
}
.BgClassName
{
background-color: #1C188B;
}
</style>
border-color css
<style>
span { border-color: #1C188B; }
span { border-color: rgb(28,24,139); }
td.TdClassName
{
border-color: #1C188B;
}
.TagClassName
{
border-color: #1C188B;
}
</style>