Shades of Ultramarine #25028B
Tints of Ultramarine #25028B
RGB
CMYK
RGB Variations
Color information
#25028B (or 0x25028B) is known color: Ultramarine. HEX triplet: 25, 02 and 8B. RGB value is (37,2,139). Sum of RGB (Red+Green+Blue) = 37+2+139=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #25028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25028B is #DAFD74. Grayscale: #1B1B1B. Windows color (decimal): -14351733 or 9110053. OLE color: 9110053.
HSL color Cylindrical-coordinate representation of color #25028B: hue angle of 255.33º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25028B is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 2 | 139 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.45 |
| HSL | 255.33º | 0.97% | 0.28% | - |
| HSV(B) | 255.33º | 0.99% | 0.55% | - |
| XYZ | 5.44 | 2.3 | 24.58 | - |
| YUV | 28.08 | 190.6 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 139 | 0.73 | 0.99 | 0 | 0.45 | 255.33 | 0.97 | 0.28 |
| Hex | 25 | 2 | 8B | 49 | 63 | 0 | 2D | FF | 61 | 1C |
| Octal | 45 | 2 | 213 | 111 | 143 | 0 | 55 | 377 | 141 | 34 |
| Binary | 100101 | 10 | 10001011 | 1001001 | 1100011 | 0 | 101101 | 11111111 | 1100001 | 11100 |
Color Harmonies of #25028B
Complementary color
Monochromatic Colors of #25028B
Black with #25028B
Text Example
Text Example
White with #25028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25028B; }
p { color: rgb(37,2,139); }
H1.HeaderClassName
{
color: #25028B;
}
.AnyTagClassName
{
color: #25028B;
}
</style>
background-color css
<style>
a { background-color: #25028B; }
a { background-color: rgb(37,2,139); }
div.DivClassName
{
background-color: #25028B;
}
.BgClassName
{
background-color: #25028B;
}
</style>
border-color css
<style>
span { border-color: #25028B; }
span { border-color: rgb(37,2,139); }
td.TdClassName
{
border-color: #25028B;
}
.TagClassName
{
border-color: #25028B;
}
</style>