Shades of Ultramarine #1B0CB3
Tints of Ultramarine #1B0CB3
RGB
CMYK
RGB Variations
Color information
#1B0CB3 (or 0x1B0CB3) is known color: Ultramarine. HEX triplet: 1B, 0C and B3. RGB value is (27,12,179). Sum of RGB (Red+Green+Blue) = 27+12+179=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 179 (70.31% from 255 or 82.11% from 218); Max value from RGB is 179 - color contains mainly: blue. Hex color #1B0CB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0CB3 is #E4F34C. Grayscale: #222222. Windows color (decimal): -15004493 or 11734043. OLE color: 11734043.
HSL color Cylindrical-coordinate representation of color #1B0CB3: hue angle of 245.39º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0CB3 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 12 | 179 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.30 |
| HSL | 245.39º | 0.87% | 0.37% | - |
| HSV(B) | 245.39º | 0.93% | 0.7% | - |
| XYZ | 8.72 | 3.75 | 42.91 | - |
| YUV | 35.52 | 208.97 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 12 | 179 | 0.85 | 0.93 | 0 | 0.30 | 245.39 | 0.87 | 0.37 |
| Hex | 1B | C | B3 | 55 | 5D | 0 | 1E | F5 | 57 | 25 |
| Octal | 33 | 14 | 263 | 125 | 135 | 0 | 36 | 365 | 127 | 45 |
| Binary | 11011 | 1100 | 10110011 | 1010101 | 1011101 | 0 | 11110 | 11110101 | 1010111 | 100101 |
Color Harmonies of #1B0CB3
Complementary color
Monochromatic Colors of #1B0CB3
Black with #1B0CB3
Text Example
Text Example
White with #1B0CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0CB3; }
p { color: rgb(27,12,179); }
H1.HeaderClassName
{
color: #1B0CB3;
}
.AnyTagClassName
{
color: #1B0CB3;
}
</style>
background-color css
<style>
a { background-color: #1B0CB3; }
a { background-color: rgb(27,12,179); }
div.DivClassName
{
background-color: #1B0CB3;
}
.BgClassName
{
background-color: #1B0CB3;
}
</style>
border-color css
<style>
span { border-color: #1B0CB3; }
span { border-color: rgb(27,12,179); }
td.TdClassName
{
border-color: #1B0CB3;
}
.TagClassName
{
border-color: #1B0CB3;
}
</style>