Shades of Ultramarine #1B05A2
Tints of Ultramarine #1B05A2
RGB
CMYK
RGB Variations
Color information
#1B05A2 (or 0x1B05A2) is known color: Ultramarine. HEX triplet: 1B, 05 and A2. RGB value is (27,5,162). Sum of RGB (Red+Green+Blue) = 27+5+162=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 162 (63.67% from 255 or 83.51% from 194); Max value from RGB is 162 - color contains mainly: blue. Hex color #1B05A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B05A2 is #E4FA5D. Grayscale: #1C1C1C. Windows color (decimal): -15006302 or 10618139. OLE color: 10618139.
HSL color Cylindrical-coordinate representation of color #1B05A2: hue angle of 248.41º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B05A2 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 5 | 162 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.36 |
| HSL | 248.41º | 0.94% | 0.33% | - |
| HSV(B) | 248.41º | 0.97% | 0.64% | - |
| XYZ | 7.03 | 2.95 | 34.38 | - |
| YUV | 29.48 | 202.79 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 162 | 0.83 | 0.97 | 0 | 0.36 | 248.41 | 0.94 | 0.33 |
| Hex | 1B | 5 | A2 | 53 | 61 | 0 | 24 | F8 | 5E | 21 |
| Octal | 33 | 5 | 242 | 123 | 141 | 0 | 44 | 370 | 136 | 41 |
| Binary | 11011 | 101 | 10100010 | 1010011 | 1100001 | 0 | 100100 | 11111000 | 1011110 | 100001 |
Color Harmonies of #1B05A2
Complementary color
Monochromatic Colors of #1B05A2
Black with #1B05A2
Text Example
Text Example
White with #1B05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B05A2; }
p { color: rgb(27,5,162); }
H1.HeaderClassName
{
color: #1B05A2;
}
.AnyTagClassName
{
color: #1B05A2;
}
</style>
background-color css
<style>
a { background-color: #1B05A2; }
a { background-color: rgb(27,5,162); }
div.DivClassName
{
background-color: #1B05A2;
}
.BgClassName
{
background-color: #1B05A2;
}
</style>
border-color css
<style>
span { border-color: #1B05A2; }
span { border-color: rgb(27,5,162); }
td.TdClassName
{
border-color: #1B05A2;
}
.TagClassName
{
border-color: #1B05A2;
}
</style>