Shades of Ultramarine #2D169E
Tints of Ultramarine #2D169E
RGB
CMYK
RGB Variations
Color information
#2D169E (or 0x2D169E) is known color: Ultramarine. HEX triplet: 2D, 16 and 9E. RGB value is (45,22,158). Sum of RGB (Red+Green+Blue) = 45+22+158=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D169E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D169E is #D2E961. Grayscale: #2B2B2B. Windows color (decimal): -13822306 or 10360365. OLE color: 10360365.
HSL color Cylindrical-coordinate representation of color #2D169E: hue angle of 250.15º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D169E is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 22 | 158 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.38 |
| HSL | 250.15º | 0.76% | 0.35% | - |
| HSV(B) | 250.15º | 0.86% | 0.62% | - |
| XYZ | 7.54 | 3.6 | 32.65 | - |
| YUV | 44.38 | 192.12 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 158 | 0.72 | 0.86 | 0 | 0.38 | 250.15 | 0.76 | 0.35 |
| Hex | 2D | 16 | 9E | 48 | 56 | 0 | 26 | FA | 4C | 23 |
| Octal | 55 | 26 | 236 | 110 | 126 | 0 | 46 | 372 | 114 | 43 |
| Binary | 101101 | 10110 | 10011110 | 1001000 | 1010110 | 0 | 100110 | 11111010 | 1001100 | 100011 |
Color Harmonies of #2D169E
Complementary color
Monochromatic Colors of #2D169E
Black with #2D169E
Text Example
Text Example
White with #2D169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D169E; }
p { color: rgb(45,22,158); }
H1.HeaderClassName
{
color: #2D169E;
}
.AnyTagClassName
{
color: #2D169E;
}
</style>
background-color css
<style>
a { background-color: #2D169E; }
a { background-color: rgb(45,22,158); }
div.DivClassName
{
background-color: #2D169E;
}
.BgClassName
{
background-color: #2D169E;
}
</style>
border-color css
<style>
span { border-color: #2D169E; }
span { border-color: rgb(45,22,158); }
td.TdClassName
{
border-color: #2D169E;
}
.TagClassName
{
border-color: #2D169E;
}
</style>