Shades of Ultramarine #1B0B92
Tints of Ultramarine #1B0B92
RGB
CMYK
RGB Variations
Color information
#1B0B92 (or 0x1B0B92) is known color: Ultramarine. HEX triplet: 1B, 0B and 92. RGB value is (27,11,146). Sum of RGB (Red+Green+Blue) = 27+11+146=184 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.67% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B0B92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0B92 is #E4F46D. Grayscale: #1E1E1E. Windows color (decimal): -15004782 or 9571099. OLE color: 9571099.
HSL color Cylindrical-coordinate representation of color #1B0B92: hue angle of 247.11º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B0B92 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 11 | 146 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.43 |
| HSL | 247.11º | 0.86% | 0.31% | - |
| HSV(B) | 247.11º | 0.92% | 0.57% | - |
| XYZ | 5.76 | 2.55 | 27.38 | - |
| YUV | 31.17 | 192.8 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 146 | 0.82 | 0.92 | 0 | 0.43 | 247.11 | 0.86 | 0.31 |
| Hex | 1B | B | 92 | 52 | 5C | 0 | 2B | F7 | 56 | 1F |
| Octal | 33 | 13 | 222 | 122 | 134 | 0 | 53 | 367 | 126 | 37 |
| Binary | 11011 | 1011 | 10010010 | 1010010 | 1011100 | 0 | 101011 | 11110111 | 1010110 | 11111 |
Color Harmonies of #1B0B92
Complementary color
Monochromatic Colors of #1B0B92
Black with #1B0B92
Text Example
Text Example
White with #1B0B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0B92; }
p { color: rgb(27,11,146); }
H1.HeaderClassName
{
color: #1B0B92;
}
.AnyTagClassName
{
color: #1B0B92;
}
</style>
background-color css
<style>
a { background-color: #1B0B92; }
a { background-color: rgb(27,11,146); }
div.DivClassName
{
background-color: #1B0B92;
}
.BgClassName
{
background-color: #1B0B92;
}
</style>
border-color css
<style>
span { border-color: #1B0B92; }
span { border-color: rgb(27,11,146); }
td.TdClassName
{
border-color: #1B0B92;
}
.TagClassName
{
border-color: #1B0B92;
}
</style>