Shades of Ultramarine #240CB1
Tints of Ultramarine #240CB1
RGB
CMYK
RGB Variations
Color information
#240CB1 (or 0x240CB1) is known color: Ultramarine. HEX triplet: 24, 0C and B1. RGB value is (36,12,177). Sum of RGB (Red+Green+Blue) = 36+12+177=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 177 (69.53% from 255 or 78.67% from 225); Max value from RGB is 177 - color contains mainly: blue. Hex color #240CB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240CB1 is #DBF34E. Grayscale: #252525. Windows color (decimal): -14414671 or 11602980. OLE color: 11602980.
HSL color Cylindrical-coordinate representation of color #240CB1: hue angle of 248.73º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240CB1 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 12 | 177 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.31 |
| HSL | 248.73º | 0.87% | 0.37% | - |
| HSV(B) | 248.73º | 0.93% | 0.69% | - |
| XYZ | 8.79 | 3.81 | 41.87 | - |
| YUV | 37.99 | 206.45 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 177 | 0.80 | 0.93 | 0 | 0.31 | 248.73 | 0.87 | 0.37 |
| Hex | 24 | C | B1 | 50 | 5D | 0 | 1F | F9 | 57 | 25 |
| Octal | 44 | 14 | 261 | 120 | 135 | 0 | 37 | 371 | 127 | 45 |
| Binary | 100100 | 1100 | 10110001 | 1010000 | 1011101 | 0 | 11111 | 11111001 | 1010111 | 100101 |
Color Harmonies of #240CB1
Complementary color
Monochromatic Colors of #240CB1
Black with #240CB1
Text Example
Text Example
White with #240CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240CB1; }
p { color: rgb(36,12,177); }
H1.HeaderClassName
{
color: #240CB1;
}
.AnyTagClassName
{
color: #240CB1;
}
</style>
background-color css
<style>
a { background-color: #240CB1; }
a { background-color: rgb(36,12,177); }
div.DivClassName
{
background-color: #240CB1;
}
.BgClassName
{
background-color: #240CB1;
}
</style>
border-color css
<style>
span { border-color: #240CB1; }
span { border-color: rgb(36,12,177); }
td.TdClassName
{
border-color: #240CB1;
}
.TagClassName
{
border-color: #240CB1;
}
</style>