Shades of Ultramarine #25238C
Tints of Ultramarine #25238C
RGB
CMYK
RGB Variations
Color information
#25238C (or 0x25238C) is known color: Ultramarine. HEX triplet: 25, 23 and 8C. RGB value is (37,35,140). Sum of RGB (Red+Green+Blue) = 37+35+140=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #25238C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25238C is #DADC73. Grayscale: #2F2F2F. Windows color (decimal): -14343284 or 9184037. OLE color: 9184037.
HSL color Cylindrical-coordinate representation of color #25238C: hue angle of 241.14º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25238C is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 35 | 140 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.45 |
| HSL | 241.14º | 0.6% | 0.34% | - |
| HSV(B) | 241.14º | 0.75% | 0.55% | - |
| XYZ | 6.1 | 3.49 | 25.16 | - |
| YUV | 47.57 | 180.16 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 140 | 0.74 | 0.75 | 0 | 0.45 | 241.14 | 0.6 | 0.34 |
| Hex | 25 | 23 | 8C | 4A | 4B | 0 | 2D | F1 | 3C | 22 |
| Octal | 45 | 43 | 214 | 112 | 113 | 0 | 55 | 361 | 74 | 42 |
| Binary | 100101 | 100011 | 10001100 | 1001010 | 1001011 | 0 | 101101 | 11110001 | 111100 | 100010 |
Color Harmonies of #25238C
Complementary color
Monochromatic Colors of #25238C
Black with #25238C
Text Example
Text Example
White with #25238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25238C; }
p { color: rgb(37,35,140); }
H1.HeaderClassName
{
color: #25238C;
}
.AnyTagClassName
{
color: #25238C;
}
</style>
background-color css
<style>
a { background-color: #25238C; }
a { background-color: rgb(37,35,140); }
div.DivClassName
{
background-color: #25238C;
}
.BgClassName
{
background-color: #25238C;
}
</style>
border-color css
<style>
span { border-color: #25238C; }
span { border-color: rgb(37,35,140); }
td.TdClassName
{
border-color: #25238C;
}
.TagClassName
{
border-color: #25238C;
}
</style>