Shades of Ultramarine #1B1693
Tints of Ultramarine #1B1693
RGB
CMYK
RGB Variations
Color information
#1B1693 (or 0x1B1693) is known color: Ultramarine. HEX triplet: 1B, 16 and 93. RGB value is (27,22,147). Sum of RGB (Red+Green+Blue) = 27+22+147=196 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.78% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #1B1693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1693 is #E4E96C. Grayscale: #252525. Windows color (decimal): -15001965 or 9639451. OLE color: 9639451.
HSL color Cylindrical-coordinate representation of color #1B1693: hue angle of 242.4º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B1693 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 22 | 147 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.42 |
| HSL | 242.4º | 0.74% | 0.33% | - |
| HSV(B) | 242.4º | 0.85% | 0.58% | - |
| XYZ | 6.01 | 2.91 | 27.85 | - |
| YUV | 37.75 | 189.66 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 22 | 147 | 0.82 | 0.85 | 0 | 0.42 | 242.4 | 0.74 | 0.33 |
| Hex | 1B | 16 | 93 | 52 | 55 | 0 | 2A | F2 | 4A | 21 |
| Octal | 33 | 26 | 223 | 122 | 125 | 0 | 52 | 362 | 112 | 41 |
| Binary | 11011 | 10110 | 10010011 | 1010010 | 1010101 | 0 | 101010 | 11110010 | 1001010 | 100001 |
Color Harmonies of #1B1693
Complementary color
Monochromatic Colors of #1B1693
Black with #1B1693
Text Example
Text Example
White with #1B1693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1693; }
p { color: rgb(27,22,147); }
H1.HeaderClassName
{
color: #1B1693;
}
.AnyTagClassName
{
color: #1B1693;
}
</style>
background-color css
<style>
a { background-color: #1B1693; }
a { background-color: rgb(27,22,147); }
div.DivClassName
{
background-color: #1B1693;
}
.BgClassName
{
background-color: #1B1693;
}
</style>
border-color css
<style>
span { border-color: #1B1693; }
span { border-color: rgb(27,22,147); }
td.TdClassName
{
border-color: #1B1693;
}
.TagClassName
{
border-color: #1B1693;
}
</style>