Shades of Ultramarine #1B1D93
Tints of Ultramarine #1B1D93
RGB
CMYK
RGB Variations
Color information
#1B1D93 (or 0x1B1D93) is known color: Ultramarine. HEX triplet: 1B, 1D and 93. RGB value is (27,29,147). Sum of RGB (Red+Green+Blue) = 27+29+147=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #1B1D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1D93 is #E4E26C. Grayscale: #292929. Windows color (decimal): -15000173 or 9641243. OLE color: 9641243.
HSL color Cylindrical-coordinate representation of color #1B1D93: hue angle of 239º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B1D93 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 29 | 147 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.42 |
| HSL | 239º | 0.69% | 0.34% | - |
| HSV(B) | 239º | 0.82% | 0.58% | - |
| XYZ | 6.16 | 3.22 | 27.9 | - |
| YUV | 41.85 | 187.34 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 147 | 0.82 | 0.80 | 0 | 0.42 | 239 | 0.69 | 0.34 |
| Hex | 1B | 1D | 93 | 52 | 50 | 0 | 2A | EF | 45 | 22 |
| Octal | 33 | 35 | 223 | 122 | 120 | 0 | 52 | 357 | 105 | 42 |
| Binary | 11011 | 11101 | 10010011 | 1010010 | 1010000 | 0 | 101010 | 11101111 | 1000101 | 100010 |
Color Harmonies of #1B1D93
Complementary color
Monochromatic Colors of #1B1D93
Black with #1B1D93
Text Example
Text Example
White with #1B1D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1D93; }
p { color: rgb(27,29,147); }
H1.HeaderClassName
{
color: #1B1D93;
}
.AnyTagClassName
{
color: #1B1D93;
}
</style>
background-color css
<style>
a { background-color: #1B1D93; }
a { background-color: rgb(27,29,147); }
div.DivClassName
{
background-color: #1B1D93;
}
.BgClassName
{
background-color: #1B1D93;
}
</style>
border-color css
<style>
span { border-color: #1B1D93; }
span { border-color: rgb(27,29,147); }
td.TdClassName
{
border-color: #1B1D93;
}
.TagClassName
{
border-color: #1B1D93;
}
</style>