Shades of Ultramarine #240CB0
Tints of Ultramarine #240CB0
RGB
CMYK
RGB Variations
Color information
#240CB0 (or 0x240CB0) is known color: Ultramarine. HEX triplet: 24, 0C and B0. RGB value is (36,12,176). Sum of RGB (Red+Green+Blue) = 36+12+176=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 176 (69.14% from 255 or 78.57% from 224); Max value from RGB is 176 - color contains mainly: blue. Hex color #240CB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240CB0 is #DBF34F. Grayscale: #252525. Windows color (decimal): -14414672 or 11537444. OLE color: 11537444.
HSL color Cylindrical-coordinate representation of color #240CB0: hue angle of 248.78º 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 #240CB0 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 12 | 176 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.31 |
| HSL | 248.78º | 0.87% | 0.37% | - |
| HSV(B) | 248.78º | 0.93% | 0.69% | - |
| XYZ | 8.7 | 3.77 | 41.34 | - |
| YUV | 37.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 176 | 0.80 | 0.93 | 0 | 0.31 | 248.78 | 0.87 | 0.37 |
| Hex | 24 | C | B0 | 50 | 5D | 0 | 1F | F9 | 57 | 25 |
| Octal | 44 | 14 | 260 | 120 | 135 | 0 | 37 | 371 | 127 | 45 |
| Binary | 100100 | 1100 | 10110000 | 1010000 | 1011101 | 0 | 11111 | 11111001 | 1010111 | 100101 |
Color Harmonies of #240CB0
Complementary color
Monochromatic Colors of #240CB0
Black with #240CB0
Text Example
Text Example
White with #240CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240CB0; }
p { color: rgb(36,12,176); }
H1.HeaderClassName
{
color: #240CB0;
}
.AnyTagClassName
{
color: #240CB0;
}
</style>
background-color css
<style>
a { background-color: #240CB0; }
a { background-color: rgb(36,12,176); }
div.DivClassName
{
background-color: #240CB0;
}
.BgClassName
{
background-color: #240CB0;
}
</style>
border-color css
<style>
span { border-color: #240CB0; }
span { border-color: rgb(36,12,176); }
td.TdClassName
{
border-color: #240CB0;
}
.TagClassName
{
border-color: #240CB0;
}
</style>