Shades of Ultramarine #1B0BA5
Tints of Ultramarine #1B0BA5
RGB
CMYK
RGB Variations
Color information
#1B0BA5 (or 0x1B0BA5) is known color: Ultramarine. HEX triplet: 1B, 0B and A5. RGB value is (27,11,165). Sum of RGB (Red+Green+Blue) = 27+11+165=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 165 (64.84% from 255 or 81.28% from 203); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B0BA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0BA5 is #E4F45A. Grayscale: #202020. Windows color (decimal): -15004763 or 10816283. OLE color: 10816283.
HSL color Cylindrical-coordinate representation of color #1B0BA5: hue angle of 246.23º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0BA5 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 11 | 165 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.35 |
| HSL | 246.23º | 0.88% | 0.35% | - |
| HSV(B) | 246.23º | 0.93% | 0.65% | - |
| XYZ | 7.36 | 3.19 | 35.82 | - |
| YUV | 33.34 | 202.3 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 165 | 0.84 | 0.93 | 0 | 0.35 | 246.23 | 0.88 | 0.35 |
| Hex | 1B | B | A5 | 54 | 5D | 0 | 23 | F6 | 58 | 23 |
| Octal | 33 | 13 | 245 | 124 | 135 | 0 | 43 | 366 | 130 | 43 |
| Binary | 11011 | 1011 | 10100101 | 1010100 | 1011101 | 0 | 100011 | 11110110 | 1011000 | 100011 |
Color Harmonies of #1B0BA5
Complementary color
Monochromatic Colors of #1B0BA5
Black with #1B0BA5
Text Example
Text Example
White with #1B0BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0BA5; }
p { color: rgb(27,11,165); }
H1.HeaderClassName
{
color: #1B0BA5;
}
.AnyTagClassName
{
color: #1B0BA5;
}
</style>
background-color css
<style>
a { background-color: #1B0BA5; }
a { background-color: rgb(27,11,165); }
div.DivClassName
{
background-color: #1B0BA5;
}
.BgClassName
{
background-color: #1B0BA5;
}
</style>
border-color css
<style>
span { border-color: #1B0BA5; }
span { border-color: rgb(27,11,165); }
td.TdClassName
{
border-color: #1B0BA5;
}
.TagClassName
{
border-color: #1B0BA5;
}
</style>