Shades of Ultramarine #240195
Tints of Ultramarine #240195
RGB
CMYK
RGB Variations
Color information
#240195 (or 0x240195) is known color: Ultramarine. HEX triplet: 24, 01 and 95. RGB value is (36,1,149). Sum of RGB (Red+Green+Blue) = 36+1+149=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #240195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240195 is #DBFE6A. Grayscale: #1B1B1B. Windows color (decimal): -14417515 or 9765156. OLE color: 9765156.
HSL color Cylindrical-coordinate representation of color #240195: hue angle of 254.19º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240195 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 1 | 149 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.42 |
| HSL | 254.19º | 0.99% | 0.29% | - |
| HSV(B) | 254.19º | 0.99% | 0.58% | - |
| XYZ | 6.16 | 2.57 | 28.6 | - |
| YUV | 28.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 149 | 0.76 | 0.99 | 0 | 0.42 | 254.19 | 0.99 | 0.29 |
| Hex | 24 | 1 | 95 | 4C | 63 | 0 | 2A | FE | 63 | 1D |
| Octal | 44 | 1 | 225 | 114 | 143 | 0 | 52 | 376 | 143 | 35 |
| Binary | 100100 | 1 | 10010101 | 1001100 | 1100011 | 0 | 101010 | 11111110 | 1100011 | 11101 |
Color Harmonies of #240195
Complementary color
Monochromatic Colors of #240195
Black with #240195
Text Example
Text Example
White with #240195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240195; }
p { color: rgb(36,1,149); }
H1.HeaderClassName
{
color: #240195;
}
.AnyTagClassName
{
color: #240195;
}
</style>
background-color css
<style>
a { background-color: #240195; }
a { background-color: rgb(36,1,149); }
div.DivClassName
{
background-color: #240195;
}
.BgClassName
{
background-color: #240195;
}
</style>
border-color css
<style>
span { border-color: #240195; }
span { border-color: rgb(36,1,149); }
td.TdClassName
{
border-color: #240195;
}
.TagClassName
{
border-color: #240195;
}
</style>