Shades of Ultramarine #240DB0
Tints of Ultramarine #240DB0
RGB
CMYK
RGB Variations
Color information
#240DB0 (or 0x240DB0) is known color: Ultramarine. HEX triplet: 24, 0D and B0. RGB value is (36,13,176). Sum of RGB (Red+Green+Blue) = 36+13+176=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 176 (69.14% from 255 or 78.22% from 225); Max value from RGB is 176 - color contains mainly: blue. Hex color #240DB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240DB0 is #DBF24F. Grayscale: #252525. Windows color (decimal): -14414416 or 11537700. OLE color: 11537700.
HSL color Cylindrical-coordinate representation of color #240DB0: hue angle of 248.47º degrees, saturation: 0.86, 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 #240DB0 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 13 | 176 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.31 |
| HSL | 248.47º | 0.86% | 0.37% | - |
| HSV(B) | 248.47º | 0.93% | 0.69% | - |
| XYZ | 8.71 | 3.8 | 41.35 | - |
| YUV | 38.46 | 205.62 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 176 | 0.80 | 0.93 | 0 | 0.31 | 248.47 | 0.86 | 0.37 |
| Hex | 24 | D | B0 | 50 | 5D | 0 | 1F | F8 | 56 | 25 |
| Octal | 44 | 15 | 260 | 120 | 135 | 0 | 37 | 370 | 126 | 45 |
| Binary | 100100 | 1101 | 10110000 | 1010000 | 1011101 | 0 | 11111 | 11111000 | 1010110 | 100101 |
Color Harmonies of #240DB0
Complementary color
Monochromatic Colors of #240DB0
Black with #240DB0
Text Example
Text Example
White with #240DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240DB0; }
p { color: rgb(36,13,176); }
H1.HeaderClassName
{
color: #240DB0;
}
.AnyTagClassName
{
color: #240DB0;
}
</style>
background-color css
<style>
a { background-color: #240DB0; }
a { background-color: rgb(36,13,176); }
div.DivClassName
{
background-color: #240DB0;
}
.BgClassName
{
background-color: #240DB0;
}
</style>
border-color css
<style>
span { border-color: #240DB0; }
span { border-color: rgb(36,13,176); }
td.TdClassName
{
border-color: #240DB0;
}
.TagClassName
{
border-color: #240DB0;
}
</style>