Shades of Ultramarine #251B92
Tints of Ultramarine #251B92
RGB
CMYK
RGB Variations
Color information
#251B92 (or 0x251B92) is known color: Ultramarine. HEX triplet: 25, 1B and 92. RGB value is (37,27,146). Sum of RGB (Red+Green+Blue) = 37+27+146=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #251B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251B92 is #DAE46D. Grayscale: #2B2B2B. Windows color (decimal): -14345326 or 9575205. OLE color: 9575205.
HSL color Cylindrical-coordinate representation of color #251B92: hue angle of 245.04º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251B92 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 27 | 146 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.43 |
| HSL | 245.04º | 0.69% | 0.34% | - |
| HSV(B) | 245.04º | 0.82% | 0.57% | - |
| XYZ | 6.34 | 3.25 | 27.49 | - |
| YUV | 43.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 146 | 0.75 | 0.82 | 0 | 0.43 | 245.04 | 0.69 | 0.34 |
| Hex | 25 | 1B | 92 | 4B | 52 | 0 | 2B | F5 | 45 | 22 |
| Octal | 45 | 33 | 222 | 113 | 122 | 0 | 53 | 365 | 105 | 42 |
| Binary | 100101 | 11011 | 10010010 | 1001011 | 1010010 | 0 | 101011 | 11110101 | 1000101 | 100010 |
Color Harmonies of #251B92
Complementary color
Monochromatic Colors of #251B92
Black with #251B92
Text Example
Text Example
White with #251B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B92; }
p { color: rgb(37,27,146); }
H1.HeaderClassName
{
color: #251B92;
}
.AnyTagClassName
{
color: #251B92;
}
</style>
background-color css
<style>
a { background-color: #251B92; }
a { background-color: rgb(37,27,146); }
div.DivClassName
{
background-color: #251B92;
}
.BgClassName
{
background-color: #251B92;
}
</style>
border-color css
<style>
span { border-color: #251B92; }
span { border-color: rgb(37,27,146); }
td.TdClassName
{
border-color: #251B92;
}
.TagClassName
{
border-color: #251B92;
}
</style>