Shades of Ultramarine #24069F
Tints of Ultramarine #24069F
RGB
CMYK
RGB Variations
Color information
#24069F (or 0x24069F) is known color: Ultramarine. HEX triplet: 24, 06 and 9F. RGB value is (36,6,159). Sum of RGB (Red+Green+Blue) = 36+6+159=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 159 (62.5% from 255 or 79.10% from 201); Max value from RGB is 159 - color contains mainly: blue. Hex color #24069F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24069F is #DBF960. Grayscale: #1F1F1F. Windows color (decimal): -14416225 or 10421796. OLE color: 10421796.
HSL color Cylindrical-coordinate representation of color #24069F: hue angle of 251.76º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #24069F is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 6 | 159 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.38 |
| HSL | 251.76º | 0.93% | 0.32% | - |
| HSV(B) | 251.76º | 0.96% | 0.62% | - |
| XYZ | 7.05 | 3.01 | 33.01 | - |
| YUV | 32.41 | 199.44 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 159 | 0.77 | 0.96 | 0 | 0.38 | 251.76 | 0.93 | 0.32 |
| Hex | 24 | 6 | 9F | 4D | 60 | 0 | 26 | FC | 5D | 20 |
| Octal | 44 | 6 | 237 | 115 | 140 | 0 | 46 | 374 | 135 | 40 |
| Binary | 100100 | 110 | 10011111 | 1001101 | 1100000 | 0 | 100110 | 11111100 | 1011101 | 100000 |
Color Harmonies of #24069F
Complementary color
Monochromatic Colors of #24069F
Black with #24069F
Text Example
Text Example
White with #24069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24069F; }
p { color: rgb(36,6,159); }
H1.HeaderClassName
{
color: #24069F;
}
.AnyTagClassName
{
color: #24069F;
}
</style>
background-color css
<style>
a { background-color: #24069F; }
a { background-color: rgb(36,6,159); }
div.DivClassName
{
background-color: #24069F;
}
.BgClassName
{
background-color: #24069F;
}
</style>
border-color css
<style>
span { border-color: #24069F; }
span { border-color: rgb(36,6,159); }
td.TdClassName
{
border-color: #24069F;
}
.TagClassName
{
border-color: #24069F;
}
</style>