Shades of Ultramarine #2D169F
Tints of Ultramarine #2D169F
RGB
CMYK
RGB Variations
Color information
#2D169F (or 0x2D169F) is known color: Ultramarine. HEX triplet: 2D, 16 and 9F. RGB value is (45,22,159). Sum of RGB (Red+Green+Blue) = 45+22+159=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D169F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D169F is #D2E960. Grayscale: #2B2B2B. Windows color (decimal): -13822305 or 10425901. OLE color: 10425901.
HSL color Cylindrical-coordinate representation of color #2D169F: hue angle of 250.07º 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 #2D169F is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 22 | 159 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.38 |
| HSL | 250.07º | 0.76% | 0.35% | - |
| HSV(B) | 250.07º | 0.86% | 0.62% | - |
| XYZ | 7.63 | 3.63 | 33.1 | - |
| YUV | 44.5 | 192.62 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 159 | 0.72 | 0.86 | 0 | 0.38 | 250.07 | 0.76 | 0.35 |
| Hex | 2D | 16 | 9F | 48 | 56 | 0 | 26 | FA | 4C | 23 |
| Octal | 55 | 26 | 237 | 110 | 126 | 0 | 46 | 372 | 114 | 43 |
| Binary | 101101 | 10110 | 10011111 | 1001000 | 1010110 | 0 | 100110 | 11111010 | 1001100 | 100011 |
Color Harmonies of #2D169F
Complementary color
Monochromatic Colors of #2D169F
Black with #2D169F
Text Example
Text Example
White with #2D169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D169F; }
p { color: rgb(45,22,159); }
H1.HeaderClassName
{
color: #2D169F;
}
.AnyTagClassName
{
color: #2D169F;
}
</style>
background-color css
<style>
a { background-color: #2D169F; }
a { background-color: rgb(45,22,159); }
div.DivClassName
{
background-color: #2D169F;
}
.BgClassName
{
background-color: #2D169F;
}
</style>
border-color css
<style>
span { border-color: #2D169F; }
span { border-color: rgb(45,22,159); }
td.TdClassName
{
border-color: #2D169F;
}
.TagClassName
{
border-color: #2D169F;
}
</style>