Shades of Ultramarine #2D169D
Tints of Ultramarine #2D169D
RGB
CMYK
RGB Variations
Color information
#2D169D (or 0x2D169D) is known color: Ultramarine. HEX triplet: 2D, 16 and 9D. RGB value is (45,22,157). Sum of RGB (Red+Green+Blue) = 45+22+157=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D169D is #D2E962. Grayscale: #2B2B2B. Windows color (decimal): -13822307 or 10294829. OLE color: 10294829.
HSL color Cylindrical-coordinate representation of color #2D169D: hue angle of 250.22º degrees, saturation: 0.75, 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 #2D169D is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 22 | 157 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.38 |
| HSL | 250.22º | 0.75% | 0.35% | - |
| HSV(B) | 250.22º | 0.86% | 0.62% | - |
| XYZ | 7.45 | 3.57 | 32.19 | - |
| YUV | 44.27 | 191.62 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 157 | 0.71 | 0.86 | 0 | 0.38 | 250.22 | 0.75 | 0.35 |
| Hex | 2D | 16 | 9D | 47 | 56 | 0 | 26 | FA | 4B | 23 |
| Octal | 55 | 26 | 235 | 107 | 126 | 0 | 46 | 372 | 113 | 43 |
| Binary | 101101 | 10110 | 10011101 | 1000111 | 1010110 | 0 | 100110 | 11111010 | 1001011 | 100011 |
Color Harmonies of #2D169D
Complementary color
Monochromatic Colors of #2D169D
Black with #2D169D
Text Example
Text Example
White with #2D169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D169D; }
p { color: rgb(45,22,157); }
H1.HeaderClassName
{
color: #2D169D;
}
.AnyTagClassName
{
color: #2D169D;
}
</style>
background-color css
<style>
a { background-color: #2D169D; }
a { background-color: rgb(45,22,157); }
div.DivClassName
{
background-color: #2D169D;
}
.BgClassName
{
background-color: #2D169D;
}
</style>
border-color css
<style>
span { border-color: #2D169D; }
span { border-color: rgb(45,22,157); }
td.TdClassName
{
border-color: #2D169D;
}
.TagClassName
{
border-color: #2D169D;
}
</style>