Shades of Ultramarine #25249B
Tints of Ultramarine #25249B
RGB
CMYK
RGB Variations
Color information
#25249B (or 0x25249B) is known color: Ultramarine. HEX triplet: 25, 24 and 9B. RGB value is (37,36,155). Sum of RGB (Red+Green+Blue) = 37+36+155=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #25249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25249B is #DADB64. Grayscale: #313131. Windows color (decimal): -14343013 or 10167333. OLE color: 10167333.
HSL color Cylindrical-coordinate representation of color #25249B: hue angle of 240.5º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25249B is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 36 | 155 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.39 |
| HSL | 240.5º | 0.62% | 0.37% | - |
| HSV(B) | 240.5º | 0.77% | 0.61% | - |
| XYZ | 7.31 | 4.02 | 31.4 | - |
| YUV | 49.87 | 187.33 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 155 | 0.76 | 0.77 | 0 | 0.39 | 240.5 | 0.62 | 0.37 |
| Hex | 25 | 24 | 9B | 4C | 4D | 0 | 27 | F1 | 3E | 25 |
| Octal | 45 | 44 | 233 | 114 | 115 | 0 | 47 | 361 | 76 | 45 |
| Binary | 100101 | 100100 | 10011011 | 1001100 | 1001101 | 0 | 100111 | 11110001 | 111110 | 100101 |
Color Harmonies of #25249B
Complementary color
Monochromatic Colors of #25249B
Black with #25249B
Text Example
Text Example
White with #25249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25249B; }
p { color: rgb(37,36,155); }
H1.HeaderClassName
{
color: #25249B;
}
.AnyTagClassName
{
color: #25249B;
}
</style>
background-color css
<style>
a { background-color: #25249B; }
a { background-color: rgb(37,36,155); }
div.DivClassName
{
background-color: #25249B;
}
.BgClassName
{
background-color: #25249B;
}
</style>
border-color css
<style>
span { border-color: #25249B; }
span { border-color: rgb(37,36,155); }
td.TdClassName
{
border-color: #25249B;
}
.TagClassName
{
border-color: #25249B;
}
</style>