Shades of Ultramarine #1B189F
Tints of Ultramarine #1B189F
RGB
CMYK
RGB Variations
Color information
#1B189F (or 0x1B189F) is known color: Ultramarine. HEX triplet: 1B, 18 and 9F. RGB value is (27,24,159). Sum of RGB (Red+Green+Blue) = 27+24+159=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 159 (62.5% from 255 or 75.71% from 210); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B189F is #E4E760. Grayscale: #272727. Windows color (decimal): -15001441 or 10426395. OLE color: 10426395.
HSL color Cylindrical-coordinate representation of color #1B189F: hue angle of 241.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B189F is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 24 | 159 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.38 |
| HSL | 241.33º | 0.74% | 0.36% | - |
| HSV(B) | 241.33º | 0.85% | 0.62% | - |
| XYZ | 7.04 | 3.39 | 33.08 | - |
| YUV | 40.29 | 194.99 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 159 | 0.83 | 0.85 | 0 | 0.38 | 241.33 | 0.74 | 0.36 |
| Hex | 1B | 18 | 9F | 53 | 55 | 0 | 26 | F1 | 4A | 24 |
| Octal | 33 | 30 | 237 | 123 | 125 | 0 | 46 | 361 | 112 | 44 |
| Binary | 11011 | 11000 | 10011111 | 1010011 | 1010101 | 0 | 100110 | 11110001 | 1001010 | 100100 |
Color Harmonies of #1B189F
Complementary color
Monochromatic Colors of #1B189F
Black with #1B189F
Text Example
Text Example
White with #1B189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B189F; }
p { color: rgb(27,24,159); }
H1.HeaderClassName
{
color: #1B189F;
}
.AnyTagClassName
{
color: #1B189F;
}
</style>
background-color css
<style>
a { background-color: #1B189F; }
a { background-color: rgb(27,24,159); }
div.DivClassName
{
background-color: #1B189F;
}
.BgClassName
{
background-color: #1B189F;
}
</style>
border-color css
<style>
span { border-color: #1B189F; }
span { border-color: rgb(27,24,159); }
td.TdClassName
{
border-color: #1B189F;
}
.TagClassName
{
border-color: #1B189F;
}
</style>