Shades of Ultramarine #250294
Tints of Ultramarine #250294
RGB
CMYK
RGB Variations
Color information
#250294 (or 0x250294) is known color: Ultramarine. HEX triplet: 25, 02 and 94. RGB value is (37,2,148). Sum of RGB (Red+Green+Blue) = 37+2+148=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 148 (58.20% from 255 or 79.14% from 187); Max value from RGB is 148 - color contains mainly: blue. Hex color #250294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250294 is #DAFD6B. Grayscale: #1C1C1C. Windows color (decimal): -14351724 or 9699877. OLE color: 9699877.
HSL color Cylindrical-coordinate representation of color #250294: hue angle of 254.38º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250294 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 2 | 148 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.42 |
| HSL | 254.38º | 0.97% | 0.29% | - |
| HSV(B) | 254.38º | 0.99% | 0.58% | - |
| XYZ | 6.13 | 2.57 | 28.19 | - |
| YUV | 29.11 | 195.1 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 148 | 0.75 | 0.99 | 0 | 0.42 | 254.38 | 0.97 | 0.29 |
| Hex | 25 | 2 | 94 | 4B | 63 | 0 | 2A | FE | 61 | 1D |
| Octal | 45 | 2 | 224 | 113 | 143 | 0 | 52 | 376 | 141 | 35 |
| Binary | 100101 | 10 | 10010100 | 1001011 | 1100011 | 0 | 101010 | 11111110 | 1100001 | 11101 |
Color Harmonies of #250294
Complementary color
Monochromatic Colors of #250294
Black with #250294
Text Example
Text Example
White with #250294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250294; }
p { color: rgb(37,2,148); }
H1.HeaderClassName
{
color: #250294;
}
.AnyTagClassName
{
color: #250294;
}
</style>
background-color css
<style>
a { background-color: #250294; }
a { background-color: rgb(37,2,148); }
div.DivClassName
{
background-color: #250294;
}
.BgClassName
{
background-color: #250294;
}
</style>
border-color css
<style>
span { border-color: #250294; }
span { border-color: rgb(37,2,148); }
td.TdClassName
{
border-color: #250294;
}
.TagClassName
{
border-color: #250294;
}
</style>