Shades of Ultramarine #24038C
Tints of Ultramarine #24038C
RGB
CMYK
RGB Variations
Color information
#24038C (or 0x24038C) is known color: Ultramarine. HEX triplet: 24, 03 and 8C. RGB value is (36,3,140). Sum of RGB (Red+Green+Blue) = 36+3+140=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 140 (55.08% from 255 or 78.21% from 179); Max value from RGB is 140 - color contains mainly: blue. Hex color #24038C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24038C is #DBFC73. Grayscale: #1B1B1B. Windows color (decimal): -14417012 or 9175844. OLE color: 9175844.
HSL color Cylindrical-coordinate representation of color #24038C: hue angle of 254.45º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #24038C is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 3 | 140 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.45 |
| HSL | 254.45º | 0.96% | 0.28% | - |
| HSV(B) | 254.45º | 0.98% | 0.55% | - |
| XYZ | 5.49 | 2.33 | 24.97 | - |
| YUV | 28.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 140 | 0.74 | 0.98 | 0 | 0.45 | 254.45 | 0.96 | 0.28 |
| Hex | 24 | 3 | 8C | 4A | 62 | 0 | 2D | FE | 60 | 1C |
| Octal | 44 | 3 | 214 | 112 | 142 | 0 | 55 | 376 | 140 | 34 |
| Binary | 100100 | 11 | 10001100 | 1001010 | 1100010 | 0 | 101101 | 11111110 | 1100000 | 11100 |
Color Harmonies of #24038C
Complementary color
Monochromatic Colors of #24038C
Black with #24038C
Text Example
Text Example
White with #24038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24038C; }
p { color: rgb(36,3,140); }
H1.HeaderClassName
{
color: #24038C;
}
.AnyTagClassName
{
color: #24038C;
}
</style>
background-color css
<style>
a { background-color: #24038C; }
a { background-color: rgb(36,3,140); }
div.DivClassName
{
background-color: #24038C;
}
.BgClassName
{
background-color: #24038C;
}
</style>
border-color css
<style>
span { border-color: #24038C; }
span { border-color: rgb(36,3,140); }
td.TdClassName
{
border-color: #24038C;
}
.TagClassName
{
border-color: #24038C;
}
</style>