Shades of Ultramarine #25008B
Tints of Ultramarine #25008B
RGB
CMYK
RGB Variations
Color information
#25008B (or 0x25008B) is known color: Ultramarine. HEX triplet: 25, 00 and 8B. RGB value is (37,0,139). Sum of RGB (Red+Green+Blue) = 37+0+139=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 139 (54.69% from 255 or 78.98% from 176); Max value from RGB is 139 - color contains mainly: blue. Hex color #25008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25008B is #DAFF74. Grayscale: #1A1A1A. Windows color (decimal): -14352245 or 9109541. OLE color: 9109541.
HSL color Cylindrical-coordinate representation of color #25008B: hue angle of 255.97º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25008B is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 0 | 139 | - |
| CMYK | 0.73 | 1 | 0 | 0.45 |
| HSL | 255.97º | 1% | 0.27% | - |
| HSV(B) | 255.97º | 1% | 0.55% | - |
| XYZ | 5.42 | 2.26 | 24.58 | - |
| YUV | 26.91 | 191.26 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 139 | 0.73 | 1 | 0 | 0.45 | 255.97 | 1 | 0.27 |
| Hex | 25 | 0 | 8B | 49 | 64 | 0 | 2D | 100 | 64 | 1B |
| Octal | 45 | 0 | 213 | 111 | 144 | 0 | 55 | 400 | 144 | 33 |
| Binary | 100101 | 0 | 10001011 | 1001001 | 1100100 | 0 | 101101 | 100000000 | 1100100 | 11011 |
Color Harmonies of #25008B
Complementary color
Monochromatic Colors of #25008B
Black with #25008B
Text Example
Text Example
White with #25008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25008B; }
p { color: rgb(37,0,139); }
H1.HeaderClassName
{
color: #25008B;
}
.AnyTagClassName
{
color: #25008B;
}
</style>
background-color css
<style>
a { background-color: #25008B; }
a { background-color: rgb(37,0,139); }
div.DivClassName
{
background-color: #25008B;
}
.BgClassName
{
background-color: #25008B;
}
</style>
border-color css
<style>
span { border-color: #25008B; }
span { border-color: rgb(37,0,139); }
td.TdClassName
{
border-color: #25008B;
}
.TagClassName
{
border-color: #25008B;
}
</style>