Shades of Ultramarine #250A8A
Tints of Ultramarine #250A8A
RGB
CMYK
RGB Variations
Color information
#250A8A (or 0x250A8A) is known color: Ultramarine. HEX triplet: 25, 0A and 8A. RGB value is (37,10,138). Sum of RGB (Red+Green+Blue) = 37+10+138=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 138 (54.30% from 255 or 74.59% from 185); Max value from RGB is 138 - color contains mainly: blue. Hex color #250A8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250A8A is #DAF575. Grayscale: #202020. Windows color (decimal): -14349686 or 9046565. OLE color: 9046565.
HSL color Cylindrical-coordinate representation of color #250A8A: hue angle of 252.66º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250A8A is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 10 | 138 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.46 |
| HSL | 252.66º | 0.86% | 0.29% | - |
| HSV(B) | 252.66º | 0.93% | 0.54% | - |
| XYZ | 5.46 | 2.45 | 24.23 | - |
| YUV | 32.67 | 187.45 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 138 | 0.73 | 0.93 | 0 | 0.46 | 252.66 | 0.86 | 0.29 |
| Hex | 25 | A | 8A | 49 | 5D | 0 | 2E | FD | 56 | 1D |
| Octal | 45 | 12 | 212 | 111 | 135 | 0 | 56 | 375 | 126 | 35 |
| Binary | 100101 | 1010 | 10001010 | 1001001 | 1011101 | 0 | 101110 | 11111101 | 1010110 | 11101 |
Color Harmonies of #250A8A
Complementary color
Monochromatic Colors of #250A8A
Black with #250A8A
Text Example
Text Example
White with #250A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A8A; }
p { color: rgb(37,10,138); }
H1.HeaderClassName
{
color: #250A8A;
}
.AnyTagClassName
{
color: #250A8A;
}
</style>
background-color css
<style>
a { background-color: #250A8A; }
a { background-color: rgb(37,10,138); }
div.DivClassName
{
background-color: #250A8A;
}
.BgClassName
{
background-color: #250A8A;
}
</style>
border-color css
<style>
span { border-color: #250A8A; }
span { border-color: rgb(37,10,138); }
td.TdClassName
{
border-color: #250A8A;
}
.TagClassName
{
border-color: #250A8A;
}
</style>