Shades of Ultramarine #1B01AD
Tints of Ultramarine #1B01AD
RGB
CMYK
RGB Variations
Color information
#1B01AD (or 0x1B01AD) is known color: Ultramarine. HEX triplet: 1B, 01 and AD. RGB value is (27,1,173). Sum of RGB (Red+Green+Blue) = 27+1+173=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 173 (67.97% from 255 or 86.07% from 201); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B01AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B01AD is #E4FE52. Grayscale: #1B1B1B. Windows color (decimal): -15007315 or 11338011. OLE color: 11338011.
HSL color Cylindrical-coordinate representation of color #1B01AD: hue angle of 249.07º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B01AD is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 1 | 173 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.32 |
| HSL | 249.07º | 0.99% | 0.34% | - |
| HSV(B) | 249.07º | 0.99% | 0.68% | - |
| XYZ | 8.01 | 3.27 | 39.74 | - |
| YUV | 28.38 | 209.61 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 173 | 0.84 | 0.99 | 0 | 0.32 | 249.07 | 0.99 | 0.34 |
| Hex | 1B | 1 | AD | 54 | 63 | 0 | 20 | F9 | 63 | 22 |
| Octal | 33 | 1 | 255 | 124 | 143 | 0 | 40 | 371 | 143 | 42 |
| Binary | 11011 | 1 | 10101101 | 1010100 | 1100011 | 0 | 100000 | 11111001 | 1100011 | 100010 |
Color Harmonies of #1B01AD
Complementary color
Monochromatic Colors of #1B01AD
Black with #1B01AD
Text Example
Text Example
White with #1B01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B01AD; }
p { color: rgb(27,1,173); }
H1.HeaderClassName
{
color: #1B01AD;
}
.AnyTagClassName
{
color: #1B01AD;
}
</style>
background-color css
<style>
a { background-color: #1B01AD; }
a { background-color: rgb(27,1,173); }
div.DivClassName
{
background-color: #1B01AD;
}
.BgClassName
{
background-color: #1B01AD;
}
</style>
border-color css
<style>
span { border-color: #1B01AD; }
span { border-color: rgb(27,1,173); }
td.TdClassName
{
border-color: #1B01AD;
}
.TagClassName
{
border-color: #1B01AD;
}
</style>