Shades of Ultramarine #1B017A
Tints of Ultramarine #1B017A
RGB
CMYK
RGB Variations
Color information
#1B017A (or 0x1B017A) is known color: Ultramarine. HEX triplet: 1B, 01 and 7A. RGB value is (27,1,122). Sum of RGB (Red+Green+Blue) = 27+1+122=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 122 (48.05% from 255 or 81.33% from 150); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B017A is #E4FE85. Grayscale: #161616. Windows color (decimal): -15007366 or 7995675. OLE color: 7995675.
HSL color Cylindrical-coordinate representation of color #1B017A: hue angle of 252.89º 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 #1B017A is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 1 | 122 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.52 |
| HSL | 252.89º | 0.98% | 0.24% | - |
| HSV(B) | 252.89º | 0.99% | 0.48% | - |
| XYZ | 3.98 | 1.66 | 18.52 | - |
| YUV | 22.57 | 184.11 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 122 | 0.78 | 0.99 | 0 | 0.52 | 252.89 | 0.98 | 0.24 |
| Hex | 1B | 1 | 7A | 4E | 63 | 0 | 34 | FD | 62 | 18 |
| Octal | 33 | 1 | 172 | 116 | 143 | 0 | 64 | 375 | 142 | 30 |
| Binary | 11011 | 1 | 1111010 | 1001110 | 1100011 | 0 | 110100 | 11111101 | 1100010 | 11000 |
Color Harmonies of #1B017A
Complementary color
Monochromatic Colors of #1B017A
Black with #1B017A
Text Example
Text Example
White with #1B017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B017A; }
p { color: rgb(27,1,122); }
H1.HeaderClassName
{
color: #1B017A;
}
.AnyTagClassName
{
color: #1B017A;
}
</style>
background-color css
<style>
a { background-color: #1B017A; }
a { background-color: rgb(27,1,122); }
div.DivClassName
{
background-color: #1B017A;
}
.BgClassName
{
background-color: #1B017A;
}
</style>
border-color css
<style>
span { border-color: #1B017A; }
span { border-color: rgb(27,1,122); }
td.TdClassName
{
border-color: #1B017A;
}
.TagClassName
{
border-color: #1B017A;
}
</style>