Shades of Ultramarine #2805B5
Tints of Ultramarine #2805B5
RGB
CMYK
RGB Variations
Color information
#2805B5 (or 0x2805B5) is known color: Ultramarine. HEX triplet: 28, 05 and B5. RGB value is (40,5,181). Sum of RGB (Red+Green+Blue) = 40+5+181=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 181 (71.09% from 255 or 80.09% from 226); Max value from RGB is 181 - color contains mainly: blue. Hex color #2805B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2805B5 is #D7FA4A. Grayscale: #222222. Windows color (decimal): -14154315 or 11863336. OLE color: 11863336.
HSL color Cylindrical-coordinate representation of color #2805B5: hue angle of 251.93º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2805B5 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 5 | 181 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.29 |
| HSL | 251.93º | 0.95% | 0.36% | - |
| HSV(B) | 251.93º | 0.97% | 0.71% | - |
| XYZ | 9.27 | 3.9 | 43.98 | - |
| YUV | 35.53 | 210.1 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 181 | 0.78 | 0.97 | 0 | 0.29 | 251.93 | 0.95 | 0.36 |
| Hex | 28 | 5 | B5 | 4E | 61 | 0 | 1D | FC | 5F | 24 |
| Octal | 50 | 5 | 265 | 116 | 141 | 0 | 35 | 374 | 137 | 44 |
| Binary | 101000 | 101 | 10110101 | 1001110 | 1100001 | 0 | 11101 | 11111100 | 1011111 | 100100 |
Color Harmonies of #2805B5
Complementary color
Monochromatic Colors of #2805B5
Black with #2805B5
Text Example
Text Example
White with #2805B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2805B5; }
p { color: rgb(40,5,181); }
H1.HeaderClassName
{
color: #2805B5;
}
.AnyTagClassName
{
color: #2805B5;
}
</style>
background-color css
<style>
a { background-color: #2805B5; }
a { background-color: rgb(40,5,181); }
div.DivClassName
{
background-color: #2805B5;
}
.BgClassName
{
background-color: #2805B5;
}
</style>
border-color css
<style>
span { border-color: #2805B5; }
span { border-color: rgb(40,5,181); }
td.TdClassName
{
border-color: #2805B5;
}
.TagClassName
{
border-color: #2805B5;
}
</style>