Shades of Ultramarine #1B0182
Tints of Ultramarine #1B0182
RGB
CMYK
RGB Variations
Color information
#1B0182 (or 0x1B0182) is known color: Ultramarine. HEX triplet: 1B, 01 and 82. RGB value is (27,1,130). Sum of RGB (Red+Green+Blue) = 27+1+130=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #1B0182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0182 is #E4FE7D. Grayscale: #161616. Windows color (decimal): -15007358 or 8519963. OLE color: 8519963.
HSL color Cylindrical-coordinate representation of color #1B0182: hue angle of 252.09º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B0182 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 1 | 130 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.49 |
| HSL | 252.09º | 0.98% | 0.26% | - |
| HSV(B) | 252.09º | 0.99% | 0.51% | - |
| XYZ | 4.49 | 1.87 | 21.24 | - |
| YUV | 23.48 | 188.11 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 130 | 0.79 | 0.99 | 0 | 0.49 | 252.09 | 0.98 | 0.26 |
| Hex | 1B | 1 | 82 | 4F | 63 | 0 | 31 | FC | 62 | 1A |
| Octal | 33 | 1 | 202 | 117 | 143 | 0 | 61 | 374 | 142 | 32 |
| Binary | 11011 | 1 | 10000010 | 1001111 | 1100011 | 0 | 110001 | 11111100 | 1100010 | 11010 |
Color Harmonies of #1B0182
Complementary color
Monochromatic Colors of #1B0182
Black with #1B0182
Text Example
Text Example
White with #1B0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0182; }
p { color: rgb(27,1,130); }
H1.HeaderClassName
{
color: #1B0182;
}
.AnyTagClassName
{
color: #1B0182;
}
</style>
background-color css
<style>
a { background-color: #1B0182; }
a { background-color: rgb(27,1,130); }
div.DivClassName
{
background-color: #1B0182;
}
.BgClassName
{
background-color: #1B0182;
}
</style>
border-color css
<style>
span { border-color: #1B0182; }
span { border-color: rgb(27,1,130); }
td.TdClassName
{
border-color: #1B0182;
}
.TagClassName
{
border-color: #1B0182;
}
</style>