Shades of Ultramarine #1B189A
Tints of Ultramarine #1B189A
RGB
CMYK
RGB Variations
Color information
#1B189A (or 0x1B189A) is known color: Ultramarine. HEX triplet: 1B, 18 and 9A. RGB value is (27,24,154). Sum of RGB (Red+Green+Blue) = 27+24+154=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 154 (60.55% from 255 or 75.12% from 205); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B189A is #E4E765. Grayscale: #272727. Windows color (decimal): -15001446 or 10098715. OLE color: 10098715.
HSL color Cylindrical-coordinate representation of color #1B189A: hue angle of 241.38º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B189A is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 24 | 154 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.40 |
| HSL | 241.38º | 0.73% | 0.35% | - |
| HSV(B) | 241.38º | 0.84% | 0.6% | - |
| XYZ | 6.61 | 3.22 | 30.84 | - |
| YUV | 39.72 | 192.49 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 154 | 0.82 | 0.84 | 0 | 0.40 | 241.38 | 0.73 | 0.35 |
| Hex | 1B | 18 | 9A | 52 | 54 | 0 | 28 | F1 | 49 | 23 |
| Octal | 33 | 30 | 232 | 122 | 124 | 0 | 50 | 361 | 111 | 43 |
| Binary | 11011 | 11000 | 10011010 | 1010010 | 1010100 | 0 | 101000 | 11110001 | 1001001 | 100011 |
Color Harmonies of #1B189A
Complementary color
Monochromatic Colors of #1B189A
Black with #1B189A
Text Example
Text Example
White with #1B189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B189A; }
p { color: rgb(27,24,154); }
H1.HeaderClassName
{
color: #1B189A;
}
.AnyTagClassName
{
color: #1B189A;
}
</style>
background-color css
<style>
a { background-color: #1B189A; }
a { background-color: rgb(27,24,154); }
div.DivClassName
{
background-color: #1B189A;
}
.BgClassName
{
background-color: #1B189A;
}
</style>
border-color css
<style>
span { border-color: #1B189A; }
span { border-color: rgb(27,24,154); }
td.TdClassName
{
border-color: #1B189A;
}
.TagClassName
{
border-color: #1B189A;
}
</style>