Shades of Ultramarine #1B05A1
Tints of Ultramarine #1B05A1
RGB
CMYK
RGB Variations
Color information
#1B05A1 (or 0x1B05A1) is known color: Ultramarine. HEX triplet: 1B, 05 and A1. RGB value is (27,5,161). Sum of RGB (Red+Green+Blue) = 27+5+161=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 161 (63.28% from 255 or 83.42% from 193); Max value from RGB is 161 - color contains mainly: blue. Hex color #1B05A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B05A1 is #E4FA5E. Grayscale: #1C1C1C. Windows color (decimal): -15006303 or 10552603. OLE color: 10552603.
HSL color Cylindrical-coordinate representation of color #1B05A1: hue angle of 248.46º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B05A1 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 27 | 5 | 161 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.37 |
| HSL | 248.46º | 0.94% | 0.33% | - |
| HSV(B) | 248.46º | 0.97% | 0.63% | - |
| XYZ | 6.94 | 2.91 | 33.92 | - |
| YUV | 29.36 | 202.29 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 161 | 0.83 | 0.97 | 0 | 0.37 | 248.46 | 0.94 | 0.33 |
| Hex | 1B | 5 | A1 | 53 | 61 | 0 | 25 | F8 | 5E | 21 |
| Octal | 33 | 5 | 241 | 123 | 141 | 0 | 45 | 370 | 136 | 41 |
| Binary | 11011 | 101 | 10100001 | 1010011 | 1100001 | 0 | 100101 | 11111000 | 1011110 | 100001 |
Color Harmonies of #1B05A1
Complementary color
Monochromatic Colors of #1B05A1
Black with #1B05A1
Text Example
Text Example
White with #1B05A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B05A1; }
p { color: rgb(27,5,161); }
H1.HeaderClassName
{
color: #1B05A1;
}
.AnyTagClassName
{
color: #1B05A1;
}
</style>
background-color css
<style>
a { background-color: #1B05A1; }
a { background-color: rgb(27,5,161); }
div.DivClassName
{
background-color: #1B05A1;
}
.BgClassName
{
background-color: #1B05A1;
}
</style>
border-color css
<style>
span { border-color: #1B05A1; }
span { border-color: rgb(27,5,161); }
td.TdClassName
{
border-color: #1B05A1;
}
.TagClassName
{
border-color: #1B05A1;
}
</style>