Shades of Ultramarine #25138B
Tints of Ultramarine #25138B
RGB
CMYK
RGB Variations
Color information
#25138B (or 0x25138B) is known color: Ultramarine. HEX triplet: 25, 13 and 8B. RGB value is (37,19,139). Sum of RGB (Red+Green+Blue) = 37+19+139=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #25138B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25138B is #DAEC74. Grayscale: #252525. Windows color (decimal): -14347381 or 9114405. OLE color: 9114405.
HSL color Cylindrical-coordinate representation of color #25138B: hue angle of 249º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25138B is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 19 | 139 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.45 |
| HSL | 249º | 0.76% | 0.31% | - |
| HSV(B) | 249º | 0.86% | 0.55% | - |
| XYZ | 5.66 | 2.72 | 24.65 | - |
| YUV | 38.06 | 184.96 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 139 | 0.73 | 0.86 | 0 | 0.45 | 249 | 0.76 | 0.31 |
| Hex | 25 | 13 | 8B | 49 | 56 | 0 | 2D | F9 | 4C | 1F |
| Octal | 45 | 23 | 213 | 111 | 126 | 0 | 55 | 371 | 114 | 37 |
| Binary | 100101 | 10011 | 10001011 | 1001001 | 1010110 | 0 | 101101 | 11111001 | 1001100 | 11111 |
Color Harmonies of #25138B
Complementary color
Monochromatic Colors of #25138B
Black with #25138B
Text Example
Text Example
White with #25138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25138B; }
p { color: rgb(37,19,139); }
H1.HeaderClassName
{
color: #25138B;
}
.AnyTagClassName
{
color: #25138B;
}
</style>
background-color css
<style>
a { background-color: #25138B; }
a { background-color: rgb(37,19,139); }
div.DivClassName
{
background-color: #25138B;
}
.BgClassName
{
background-color: #25138B;
}
</style>
border-color css
<style>
span { border-color: #25138B; }
span { border-color: rgb(37,19,139); }
td.TdClassName
{
border-color: #25138B;
}
.TagClassName
{
border-color: #25138B;
}
</style>