Shades of Ultramarine #2409B7
Tints of Ultramarine #2409B7
RGB
CMYK
RGB Variations
Color information
#2409B7 (or 0x2409B7) is known color: Ultramarine. HEX triplet: 24, 09 and B7. RGB value is (36,9,183). Sum of RGB (Red+Green+Blue) = 36+9+183=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 183 (71.88% from 255 or 80.26% from 228); Max value from RGB is 183 - color contains mainly: blue. Hex color #2409B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2409B7 is #DBF648. Grayscale: #242424. Windows color (decimal): -14415433 or 11995428. OLE color: 11995428.
HSL color Cylindrical-coordinate representation of color #2409B7: hue angle of 249.31º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2409B7 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 36 | 9 | 183 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.28 |
| HSL | 249.31º | 0.91% | 0.38% | - |
| HSV(B) | 249.31º | 0.95% | 0.72% | - |
| XYZ | 9.37 | 3.99 | 45.08 | - |
| YUV | 36.91 | 210.45 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 183 | 0.80 | 0.95 | 0 | 0.28 | 249.31 | 0.91 | 0.38 |
| Hex | 24 | 9 | B7 | 50 | 5F | 0 | 1C | F9 | 5B | 26 |
| Octal | 44 | 11 | 267 | 120 | 137 | 0 | 34 | 371 | 133 | 46 |
| Binary | 100100 | 1001 | 10110111 | 1010000 | 1011111 | 0 | 11100 | 11111001 | 1011011 | 100110 |
Color Harmonies of #2409B7
Complementary color
Monochromatic Colors of #2409B7
Black with #2409B7
Text Example
Text Example
White with #2409B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2409B7; }
p { color: rgb(36,9,183); }
H1.HeaderClassName
{
color: #2409B7;
}
.AnyTagClassName
{
color: #2409B7;
}
</style>
background-color css
<style>
a { background-color: #2409B7; }
a { background-color: rgb(36,9,183); }
div.DivClassName
{
background-color: #2409B7;
}
.BgClassName
{
background-color: #2409B7;
}
</style>
border-color css
<style>
span { border-color: #2409B7; }
span { border-color: rgb(36,9,183); }
td.TdClassName
{
border-color: #2409B7;
}
.TagClassName
{
border-color: #2409B7;
}
</style>