Shades of Ultramarine #1B017B
Tints of Ultramarine #1B017B
RGB
CMYK
RGB Variations
Color information
#1B017B (or 0x1B017B) is known color: Ultramarine. HEX triplet: 1B, 01 and 7B. RGB value is (27,1,123). Sum of RGB (Red+Green+Blue) = 27+1+123=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 123 (48.44% from 255 or 81.46% from 151); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B017B is #E4FE84. Grayscale: #161616. Windows color (decimal): -15007365 or 8061211. OLE color: 8061211.
HSL color Cylindrical-coordinate representation of color #1B017B: hue angle of 252.79º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B017B is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 1 | 123 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.52 |
| HSL | 252.79º | 0.98% | 0.24% | - |
| HSV(B) | 252.79º | 0.99% | 0.48% | - |
| XYZ | 4.04 | 1.68 | 18.85 | - |
| YUV | 22.68 | 184.61 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 123 | 0.78 | 0.99 | 0 | 0.52 | 252.79 | 0.98 | 0.24 |
| Hex | 1B | 1 | 7B | 4E | 63 | 0 | 34 | FD | 62 | 18 |
| Octal | 33 | 1 | 173 | 116 | 143 | 0 | 64 | 375 | 142 | 30 |
| Binary | 11011 | 1 | 1111011 | 1001110 | 1100011 | 0 | 110100 | 11111101 | 1100010 | 11000 |
Color Harmonies of #1B017B
Complementary color
Monochromatic Colors of #1B017B
Black with #1B017B
Text Example
Text Example
White with #1B017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B017B; }
p { color: rgb(27,1,123); }
H1.HeaderClassName
{
color: #1B017B;
}
.AnyTagClassName
{
color: #1B017B;
}
</style>
background-color css
<style>
a { background-color: #1B017B; }
a { background-color: rgb(27,1,123); }
div.DivClassName
{
background-color: #1B017B;
}
.BgClassName
{
background-color: #1B017B;
}
</style>
border-color css
<style>
span { border-color: #1B017B; }
span { border-color: rgb(27,1,123); }
td.TdClassName
{
border-color: #1B017B;
}
.TagClassName
{
border-color: #1B017B;
}
</style>