Shades of Ultramarine #1B238D
Tints of Ultramarine #1B238D
RGB
CMYK
RGB Variations
Color information
#1B238D (or 0x1B238D) is known color: Ultramarine. HEX triplet: 1B, 23 and 8D. RGB value is (27,35,141). Sum of RGB (Red+Green+Blue) = 27+35+141=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B238D is #E4DC72. Grayscale: #2C2C2C. Windows color (decimal): -14998643 or 9249563. OLE color: 9249563.
HSL color Cylindrical-coordinate representation of color #1B238D: hue angle of 235.79º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B238D is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 35 | 141 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.45 |
| HSL | 235.79º | 0.68% | 0.33% | - |
| HSV(B) | 235.79º | 0.81% | 0.55% | - |
| XYZ | 5.86 | 3.36 | 25.54 | - |
| YUV | 44.69 | 182.35 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 141 | 0.81 | 0.75 | 0 | 0.45 | 235.79 | 0.68 | 0.33 |
| Hex | 1B | 23 | 8D | 51 | 4B | 0 | 2D | EC | 44 | 21 |
| Octal | 33 | 43 | 215 | 121 | 113 | 0 | 55 | 354 | 104 | 41 |
| Binary | 11011 | 100011 | 10001101 | 1010001 | 1001011 | 0 | 101101 | 11101100 | 1000100 | 100001 |
Color Harmonies of #1B238D
Complementary color
Monochromatic Colors of #1B238D
Black with #1B238D
Text Example
Text Example
White with #1B238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B238D; }
p { color: rgb(27,35,141); }
H1.HeaderClassName
{
color: #1B238D;
}
.AnyTagClassName
{
color: #1B238D;
}
</style>
background-color css
<style>
a { background-color: #1B238D; }
a { background-color: rgb(27,35,141); }
div.DivClassName
{
background-color: #1B238D;
}
.BgClassName
{
background-color: #1B238D;
}
</style>
border-color css
<style>
span { border-color: #1B238D; }
span { border-color: rgb(27,35,141); }
td.TdClassName
{
border-color: #1B238D;
}
.TagClassName
{
border-color: #1B238D;
}
</style>