Shades of Ultramarine #1B1785
Tints of Ultramarine #1B1785
RGB
CMYK
RGB Variations
Color information
#1B1785 (or 0x1B1785) is known color: Ultramarine. HEX triplet: 1B, 17 and 85. RGB value is (27,23,133). Sum of RGB (Red+Green+Blue) = 27+23+133=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B1785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1785 is #E4E87A. Grayscale: #242424. Windows color (decimal): -15001723 or 8722203. OLE color: 8722203.
HSL color Cylindrical-coordinate representation of color #1B1785: hue angle of 242.18º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B1785 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 23 | 133 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.48 |
| HSL | 242.18º | 0.71% | 0.31% | - |
| HSV(B) | 242.18º | 0.83% | 0.52% | - |
| XYZ | 4.99 | 2.54 | 22.42 | - |
| YUV | 36.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 133 | 0.80 | 0.83 | 0 | 0.48 | 242.18 | 0.71 | 0.31 |
| Hex | 1B | 17 | 85 | 50 | 53 | 0 | 30 | F2 | 47 | 1F |
| Octal | 33 | 27 | 205 | 120 | 123 | 0 | 60 | 362 | 107 | 37 |
| Binary | 11011 | 10111 | 10000101 | 1010000 | 1010011 | 0 | 110000 | 11110010 | 1000111 | 11111 |
Color Harmonies of #1B1785
Complementary color
Monochromatic Colors of #1B1785
Black with #1B1785
Text Example
Text Example
White with #1B1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1785; }
p { color: rgb(27,23,133); }
H1.HeaderClassName
{
color: #1B1785;
}
.AnyTagClassName
{
color: #1B1785;
}
</style>
background-color css
<style>
a { background-color: #1B1785; }
a { background-color: rgb(27,23,133); }
div.DivClassName
{
background-color: #1B1785;
}
.BgClassName
{
background-color: #1B1785;
}
</style>
border-color css
<style>
span { border-color: #1B1785; }
span { border-color: rgb(27,23,133); }
td.TdClassName
{
border-color: #1B1785;
}
.TagClassName
{
border-color: #1B1785;
}
</style>