Shades of Ultramarine #250CA2
Tints of Ultramarine #250CA2
RGB
CMYK
RGB Variations
Color information
#250CA2 (or 0x250CA2) is known color: Ultramarine. HEX triplet: 25, 0C and A2. RGB value is (37,12,162). Sum of RGB (Red+Green+Blue) = 37+12+162=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 162 (63.67% from 255 or 76.78% from 211); Max value from RGB is 162 - color contains mainly: blue. Hex color #250CA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250CA2 is #DAF35D. Grayscale: #242424. Windows color (decimal): -14349150 or 10619941. OLE color: 10619941.
HSL color Cylindrical-coordinate representation of color #250CA2: hue angle of 250º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250CA2 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 12 | 162 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.36 |
| HSL | 250º | 0.86% | 0.34% | - |
| HSV(B) | 250º | 0.93% | 0.64% | - |
| XYZ | 7.42 | 3.26 | 34.42 | - |
| YUV | 36.58 | 198.78 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 162 | 0.77 | 0.93 | 0 | 0.36 | 250 | 0.86 | 0.34 |
| Hex | 25 | C | A2 | 4D | 5D | 0 | 24 | FA | 56 | 22 |
| Octal | 45 | 14 | 242 | 115 | 135 | 0 | 44 | 372 | 126 | 42 |
| Binary | 100101 | 1100 | 10100010 | 1001101 | 1011101 | 0 | 100100 | 11111010 | 1010110 | 100010 |
Color Harmonies of #250CA2
Complementary color
Monochromatic Colors of #250CA2
Black with #250CA2
Text Example
Text Example
White with #250CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250CA2; }
p { color: rgb(37,12,162); }
H1.HeaderClassName
{
color: #250CA2;
}
.AnyTagClassName
{
color: #250CA2;
}
</style>
background-color css
<style>
a { background-color: #250CA2; }
a { background-color: rgb(37,12,162); }
div.DivClassName
{
background-color: #250CA2;
}
.BgClassName
{
background-color: #250CA2;
}
</style>
border-color css
<style>
span { border-color: #250CA2; }
span { border-color: rgb(37,12,162); }
td.TdClassName
{
border-color: #250CA2;
}
.TagClassName
{
border-color: #250CA2;
}
</style>