Shades of Ultramarine #25009B
Tints of Ultramarine #25009B
RGB
CMYK
RGB Variations
Color information
#25009B (or 0x25009B) is known color: Ultramarine. HEX triplet: 25, 00 and 9B. RGB value is (37,0,155). Sum of RGB (Red+Green+Blue) = 37+0+155=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #25009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25009B is #DAFF64. Grayscale: #1C1C1C. Windows color (decimal): -14352229 or 10158117. OLE color: 10158117.
HSL color Cylindrical-coordinate representation of color #25009B: hue angle of 254.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25009B is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 0 | 155 | - |
| CMYK | 0.76 | 1 | 0 | 0.39 |
| HSL | 254.32º | 1% | 0.3% | - |
| HSV(B) | 254.32º | 1% | 0.61% | - |
| XYZ | 6.68 | 2.76 | 31.19 | - |
| YUV | 28.73 | 199.26 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 155 | 0.76 | 1 | 0 | 0.39 | 254.32 | 1 | 0.3 |
| Hex | 25 | 0 | 9B | 4C | 64 | 0 | 27 | FE | 64 | 1E |
| Octal | 45 | 0 | 233 | 114 | 144 | 0 | 47 | 376 | 144 | 36 |
| Binary | 100101 | 0 | 10011011 | 1001100 | 1100100 | 0 | 100111 | 11111110 | 1100100 | 11110 |
Color Harmonies of #25009B
Complementary color
Monochromatic Colors of #25009B
Black with #25009B
Text Example
Text Example
White with #25009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25009B; }
p { color: rgb(37,0,155); }
H1.HeaderClassName
{
color: #25009B;
}
.AnyTagClassName
{
color: #25009B;
}
</style>
background-color css
<style>
a { background-color: #25009B; }
a { background-color: rgb(37,0,155); }
div.DivClassName
{
background-color: #25009B;
}
.BgClassName
{
background-color: #25009B;
}
</style>
border-color css
<style>
span { border-color: #25009B; }
span { border-color: rgb(37,0,155); }
td.TdClassName
{
border-color: #25009B;
}
.TagClassName
{
border-color: #25009B;
}
</style>