Shades of Ultramarine #1B1382
Tints of Ultramarine #1B1382
RGB
CMYK
RGB Variations
Color information
#1B1382 (or 0x1B1382) is known color: Ultramarine. HEX triplet: 1B, 13 and 82. RGB value is (27,19,130). Sum of RGB (Red+Green+Blue) = 27+19+130=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 130 (51.17% from 255 or 73.86% from 176); Max value from RGB is 130 - color contains mainly: blue. Hex color #1B1382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1382 is #E4EC7D. Grayscale: #212121. Windows color (decimal): -15002750 or 8524571. OLE color: 8524571.
HSL color Cylindrical-coordinate representation of color #1B1382: hue angle of 244.32º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B1382 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 19 | 130 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.49 |
| HSL | 244.32º | 0.74% | 0.29% | - |
| HSV(B) | 244.32º | 0.85% | 0.51% | - |
| XYZ | 4.71 | 2.31 | 21.32 | - |
| YUV | 34.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 130 | 0.79 | 0.85 | 0 | 0.49 | 244.32 | 0.74 | 0.29 |
| Hex | 1B | 13 | 82 | 4F | 55 | 0 | 31 | F4 | 4A | 1D |
| Octal | 33 | 23 | 202 | 117 | 125 | 0 | 61 | 364 | 112 | 35 |
| Binary | 11011 | 10011 | 10000010 | 1001111 | 1010101 | 0 | 110001 | 11110100 | 1001010 | 11101 |
Color Harmonies of #1B1382
Complementary color
Monochromatic Colors of #1B1382
Black with #1B1382
Text Example
Text Example
White with #1B1382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1382; }
p { color: rgb(27,19,130); }
H1.HeaderClassName
{
color: #1B1382;
}
.AnyTagClassName
{
color: #1B1382;
}
</style>
background-color css
<style>
a { background-color: #1B1382; }
a { background-color: rgb(27,19,130); }
div.DivClassName
{
background-color: #1B1382;
}
.BgClassName
{
background-color: #1B1382;
}
</style>
border-color css
<style>
span { border-color: #1B1382; }
span { border-color: rgb(27,19,130); }
td.TdClassName
{
border-color: #1B1382;
}
.TagClassName
{
border-color: #1B1382;
}
</style>