Shades of Ultramarine #251792
Tints of Ultramarine #251792
RGB
CMYK
RGB Variations
Color information
#251792 (or 0x251792) is known color: Ultramarine. HEX triplet: 25, 17 and 92. RGB value is (37,23,146). Sum of RGB (Red+Green+Blue) = 37+23+146=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 146 (57.42% from 255 or 70.87% from 206); Max value from RGB is 146 - color contains mainly: blue. Hex color #251792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251792 is #DAE86D. Grayscale: #282828. Windows color (decimal): -14346350 or 9574181. OLE color: 9574181.
HSL color Cylindrical-coordinate representation of color #251792: hue angle of 246.83º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251792 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 23 | 146 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.43 |
| HSL | 246.83º | 0.73% | 0.33% | - |
| HSV(B) | 246.83º | 0.84% | 0.57% | - |
| XYZ | 6.26 | 3.08 | 27.46 | - |
| YUV | 41.21 | 187.14 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 146 | 0.75 | 0.84 | 0 | 0.43 | 246.83 | 0.73 | 0.33 |
| Hex | 25 | 17 | 92 | 4B | 54 | 0 | 2B | F7 | 49 | 21 |
| Octal | 45 | 27 | 222 | 113 | 124 | 0 | 53 | 367 | 111 | 41 |
| Binary | 100101 | 10111 | 10010010 | 1001011 | 1010100 | 0 | 101011 | 11110111 | 1001001 | 100001 |
Color Harmonies of #251792
Complementary color
Monochromatic Colors of #251792
Black with #251792
Text Example
Text Example
White with #251792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251792; }
p { color: rgb(37,23,146); }
H1.HeaderClassName
{
color: #251792;
}
.AnyTagClassName
{
color: #251792;
}
</style>
background-color css
<style>
a { background-color: #251792; }
a { background-color: rgb(37,23,146); }
div.DivClassName
{
background-color: #251792;
}
.BgClassName
{
background-color: #251792;
}
</style>
border-color css
<style>
span { border-color: #251792; }
span { border-color: rgb(37,23,146); }
td.TdClassName
{
border-color: #251792;
}
.TagClassName
{
border-color: #251792;
}
</style>