Shades of Ultramarine #1B05B1
Tints of Ultramarine #1B05B1
RGB
CMYK
RGB Variations
Color information
#1B05B1 (or 0x1B05B1) is known color: Ultramarine. HEX triplet: 1B, 05 and B1. RGB value is (27,5,177). Sum of RGB (Red+Green+Blue) = 27+5+177=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 177 (69.53% from 255 or 84.69% from 209); Max value from RGB is 177 - color contains mainly: blue. Hex color #1B05B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B05B1 is #E4FA4E. Grayscale: #1E1E1E. Windows color (decimal): -15006287 or 11601179. OLE color: 11601179.
HSL color Cylindrical-coordinate representation of color #1B05B1: hue angle of 247.67º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B05B1 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 5 | 177 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.31 |
| HSL | 247.67º | 0.95% | 0.36% | - |
| HSV(B) | 247.67º | 0.97% | 0.69% | - |
| XYZ | 8.44 | 3.52 | 41.83 | - |
| YUV | 31.19 | 210.29 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 177 | 0.85 | 0.97 | 0 | 0.31 | 247.67 | 0.95 | 0.36 |
| Hex | 1B | 5 | B1 | 55 | 61 | 0 | 1F | F8 | 5F | 24 |
| Octal | 33 | 5 | 261 | 125 | 141 | 0 | 37 | 370 | 137 | 44 |
| Binary | 11011 | 101 | 10110001 | 1010101 | 1100001 | 0 | 11111 | 11111000 | 1011111 | 100100 |
Color Harmonies of #1B05B1
Complementary color
Monochromatic Colors of #1B05B1
Black with #1B05B1
Text Example
Text Example
White with #1B05B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B05B1; }
p { color: rgb(27,5,177); }
H1.HeaderClassName
{
color: #1B05B1;
}
.AnyTagClassName
{
color: #1B05B1;
}
</style>
background-color css
<style>
a { background-color: #1B05B1; }
a { background-color: rgb(27,5,177); }
div.DivClassName
{
background-color: #1B05B1;
}
.BgClassName
{
background-color: #1B05B1;
}
</style>
border-color css
<style>
span { border-color: #1B05B1; }
span { border-color: rgb(27,5,177); }
td.TdClassName
{
border-color: #1B05B1;
}
.TagClassName
{
border-color: #1B05B1;
}
</style>