Shades of Ultramarine #28249B
Tints of Ultramarine #28249B
RGB
CMYK
RGB Variations
Color information
#28249B (or 0x28249B) is known color: Ultramarine. HEX triplet: 28, 24 and 9B. RGB value is (40,36,155). Sum of RGB (Red+Green+Blue) = 40+36+155=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #28249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28249B is #D7DB64. Grayscale: #323232. Windows color (decimal): -14146405 or 10167336. OLE color: 10167336.
HSL color Cylindrical-coordinate representation of color #28249B: hue angle of 242.02º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28249B is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 36 | 155 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.39 |
| HSL | 242.02º | 0.62% | 0.37% | - |
| HSV(B) | 242.02º | 0.77% | 0.61% | - |
| XYZ | 7.42 | 4.08 | 31.41 | - |
| YUV | 50.76 | 186.83 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 155 | 0.74 | 0.77 | 0 | 0.39 | 242.02 | 0.62 | 0.37 |
| Hex | 28 | 24 | 9B | 4A | 4D | 0 | 27 | F2 | 3E | 25 |
| Octal | 50 | 44 | 233 | 112 | 115 | 0 | 47 | 362 | 76 | 45 |
| Binary | 101000 | 100100 | 10011011 | 1001010 | 1001101 | 0 | 100111 | 11110010 | 111110 | 100101 |
Color Harmonies of #28249B
Complementary color
Monochromatic Colors of #28249B
Black with #28249B
Text Example
Text Example
White with #28249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28249B; }
p { color: rgb(40,36,155); }
H1.HeaderClassName
{
color: #28249B;
}
.AnyTagClassName
{
color: #28249B;
}
</style>
background-color css
<style>
a { background-color: #28249B; }
a { background-color: rgb(40,36,155); }
div.DivClassName
{
background-color: #28249B;
}
.BgClassName
{
background-color: #28249B;
}
</style>
border-color css
<style>
span { border-color: #28249B; }
span { border-color: rgb(40,36,155); }
td.TdClassName
{
border-color: #28249B;
}
.TagClassName
{
border-color: #28249B;
}
</style>