Shades of Ultramarine #1B258D
Tints of Ultramarine #1B258D
RGB
CMYK
RGB Variations
Color information
#1B258D (or 0x1B258D) is known color: Ultramarine. HEX triplet: 1B, 25 and 8D. RGB value is (27,37,141). Sum of RGB (Red+Green+Blue) = 27+37+141=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B258D is #E4DA72. Grayscale: #2D2D2D. Windows color (decimal): -14998131 or 9250075. OLE color: 9250075.
HSL color Cylindrical-coordinate representation of color #1B258D: hue angle of 234.74º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B258D is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 37 | 141 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.45 |
| HSL | 234.74º | 0.68% | 0.33% | - |
| HSV(B) | 234.74º | 0.81% | 0.55% | - |
| XYZ | 5.92 | 3.48 | 25.56 | - |
| YUV | 45.87 | 181.69 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 141 | 0.81 | 0.74 | 0 | 0.45 | 234.74 | 0.68 | 0.33 |
| Hex | 1B | 25 | 8D | 51 | 4A | 0 | 2D | EB | 44 | 21 |
| Octal | 33 | 45 | 215 | 121 | 112 | 0 | 55 | 353 | 104 | 41 |
| Binary | 11011 | 100101 | 10001101 | 1010001 | 1001010 | 0 | 101101 | 11101011 | 1000100 | 100001 |
Color Harmonies of #1B258D
Complementary color
Monochromatic Colors of #1B258D
Black with #1B258D
Text Example
Text Example
White with #1B258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B258D; }
p { color: rgb(27,37,141); }
H1.HeaderClassName
{
color: #1B258D;
}
.AnyTagClassName
{
color: #1B258D;
}
</style>
background-color css
<style>
a { background-color: #1B258D; }
a { background-color: rgb(27,37,141); }
div.DivClassName
{
background-color: #1B258D;
}
.BgClassName
{
background-color: #1B258D;
}
</style>
border-color css
<style>
span { border-color: #1B258D; }
span { border-color: rgb(27,37,141); }
td.TdClassName
{
border-color: #1B258D;
}
.TagClassName
{
border-color: #1B258D;
}
</style>