Shades of Ultramarine #25019C
Tints of Ultramarine #25019C
RGB
CMYK
RGB Variations
Color information
#25019C (or 0x25019C) is known color: Ultramarine. HEX triplet: 25, 01 and 9C. RGB value is (37,1,156). Sum of RGB (Red+Green+Blue) = 37+1+156=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 156 (61.33% from 255 or 80.41% from 194); Max value from RGB is 156 - color contains mainly: blue. Hex color #25019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25019C is #DAFE63. Grayscale: #1C1C1C. Windows color (decimal): -14351972 or 10223909. OLE color: 10223909.
HSL color Cylindrical-coordinate representation of color #25019C: hue angle of 253.94º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25019C is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 1 | 156 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.39 |
| HSL | 253.94º | 0.99% | 0.31% | - |
| HSV(B) | 253.94º | 0.99% | 0.61% | - |
| XYZ | 6.77 | 2.82 | 31.64 | - |
| YUV | 29.43 | 199.43 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 156 | 0.76 | 0.99 | 0 | 0.39 | 253.94 | 0.99 | 0.31 |
| Hex | 25 | 1 | 9C | 4C | 63 | 0 | 27 | FE | 63 | 1F |
| Octal | 45 | 1 | 234 | 114 | 143 | 0 | 47 | 376 | 143 | 37 |
| Binary | 100101 | 1 | 10011100 | 1001100 | 1100011 | 0 | 100111 | 11111110 | 1100011 | 11111 |
Color Harmonies of #25019C
Complementary color
Monochromatic Colors of #25019C
Black with #25019C
Text Example
Text Example
White with #25019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25019C; }
p { color: rgb(37,1,156); }
H1.HeaderClassName
{
color: #25019C;
}
.AnyTagClassName
{
color: #25019C;
}
</style>
background-color css
<style>
a { background-color: #25019C; }
a { background-color: rgb(37,1,156); }
div.DivClassName
{
background-color: #25019C;
}
.BgClassName
{
background-color: #25019C;
}
</style>
border-color css
<style>
span { border-color: #25019C; }
span { border-color: rgb(37,1,156); }
td.TdClassName
{
border-color: #25019C;
}
.TagClassName
{
border-color: #25019C;
}
</style>