Shades of Ultramarine #240698
Tints of Ultramarine #240698
RGB
CMYK
RGB Variations
Color information
#240698 (or 0x240698) is known color: Ultramarine. HEX triplet: 24, 06 and 98. RGB value is (36,6,152). Sum of RGB (Red+Green+Blue) = 36+6+152=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 152 (59.77% from 255 or 78.35% from 194); Max value from RGB is 152 - color contains mainly: blue. Hex color #240698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240698 is #DBF967. Grayscale: #1F1F1F. Windows color (decimal): -14416232 or 9963044. OLE color: 9963044.
HSL color Cylindrical-coordinate representation of color #240698: hue angle of 252.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240698 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 6 | 152 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.40 |
| HSL | 252.33º | 0.92% | 0.31% | - |
| HSV(B) | 252.33º | 0.96% | 0.6% | - |
| XYZ | 6.46 | 2.77 | 29.9 | - |
| YUV | 31.61 | 195.94 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 152 | 0.76 | 0.96 | 0 | 0.40 | 252.33 | 0.92 | 0.31 |
| Hex | 24 | 6 | 98 | 4C | 60 | 0 | 28 | FC | 5C | 1F |
| Octal | 44 | 6 | 230 | 114 | 140 | 0 | 50 | 374 | 134 | 37 |
| Binary | 100100 | 110 | 10011000 | 1001100 | 1100000 | 0 | 101000 | 11111100 | 1011100 | 11111 |
Color Harmonies of #240698
Complementary color
Monochromatic Colors of #240698
Black with #240698
Text Example
Text Example
White with #240698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240698; }
p { color: rgb(36,6,152); }
H1.HeaderClassName
{
color: #240698;
}
.AnyTagClassName
{
color: #240698;
}
</style>
background-color css
<style>
a { background-color: #240698; }
a { background-color: rgb(36,6,152); }
div.DivClassName
{
background-color: #240698;
}
.BgClassName
{
background-color: #240698;
}
</style>
border-color css
<style>
span { border-color: #240698; }
span { border-color: rgb(36,6,152); }
td.TdClassName
{
border-color: #240698;
}
.TagClassName
{
border-color: #240698;
}
</style>