Shades of Ultramarine #1C238B
Tints of Ultramarine #1C238B
RGB
CMYK
RGB Variations
Color information
#1C238B (or 0x1C238B) is known color: Ultramarine. HEX triplet: 1C, 23 and 8B. RGB value is (28,35,139). Sum of RGB (Red+Green+Blue) = 28+35+139=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C238B is #E3DC74. Grayscale: #2C2C2C. Windows color (decimal): -14933109 or 9118492. OLE color: 9118492.
HSL color Cylindrical-coordinate representation of color #1C238B: hue angle of 236.22º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C238B is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 35 | 139 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.45 |
| HSL | 236.22º | 0.66% | 0.33% | - |
| HSV(B) | 236.22º | 0.8% | 0.55% | - |
| XYZ | 5.74 | 3.31 | 24.76 | - |
| YUV | 44.76 | 181.18 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 35 | 139 | 0.80 | 0.75 | 0 | 0.45 | 236.22 | 0.66 | 0.33 |
| Hex | 1C | 23 | 8B | 50 | 4B | 0 | 2D | EC | 42 | 21 |
| Octal | 34 | 43 | 213 | 120 | 113 | 0 | 55 | 354 | 102 | 41 |
| Binary | 11100 | 100011 | 10001011 | 1010000 | 1001011 | 0 | 101101 | 11101100 | 1000010 | 100001 |
Color Harmonies of #1C238B
Complementary color
Monochromatic Colors of #1C238B
Black with #1C238B
Text Example
Text Example
White with #1C238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C238B; }
p { color: rgb(28,35,139); }
H1.HeaderClassName
{
color: #1C238B;
}
.AnyTagClassName
{
color: #1C238B;
}
</style>
background-color css
<style>
a { background-color: #1C238B; }
a { background-color: rgb(28,35,139); }
div.DivClassName
{
background-color: #1C238B;
}
.BgClassName
{
background-color: #1C238B;
}
</style>
border-color css
<style>
span { border-color: #1C238B; }
span { border-color: rgb(28,35,139); }
td.TdClassName
{
border-color: #1C238B;
}
.TagClassName
{
border-color: #1C238B;
}
</style>