Shades of Ultramarine #2D0FAA
Tints of Ultramarine #2D0FAA
RGB
CMYK
RGB Variations
Color information
#2D0FAA (or 0x2D0FAA) is known color: Ultramarine. HEX triplet: 2D, 0F and AA. RGB value is (45,15,170). Sum of RGB (Red+Green+Blue) = 45+15+170=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0FAA is #D2F055. Grayscale: #292929. Windows color (decimal): -13824086 or 11145005. OLE color: 11145005.
HSL color Cylindrical-coordinate representation of color #2D0FAA: hue angle of 251.61º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D0FAA is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 15 | 170 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.33 |
| HSL | 251.61º | 0.84% | 0.36% | - |
| HSV(B) | 251.61º | 0.91% | 0.67% | - |
| XYZ | 8.51 | 3.8 | 38.32 | - |
| YUV | 41.64 | 200.44 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 170 | 0.74 | 0.91 | 0 | 0.33 | 251.61 | 0.84 | 0.36 |
| Hex | 2D | F | AA | 4A | 5B | 0 | 21 | FC | 54 | 24 |
| Octal | 55 | 17 | 252 | 112 | 133 | 0 | 41 | 374 | 124 | 44 |
| Binary | 101101 | 1111 | 10101010 | 1001010 | 1011011 | 0 | 100001 | 11111100 | 1010100 | 100100 |
Color Harmonies of #2D0FAA
Complementary color
Monochromatic Colors of #2D0FAA
Black with #2D0FAA
Text Example
Text Example
White with #2D0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0FAA; }
p { color: rgb(45,15,170); }
H1.HeaderClassName
{
color: #2D0FAA;
}
.AnyTagClassName
{
color: #2D0FAA;
}
</style>
background-color css
<style>
a { background-color: #2D0FAA; }
a { background-color: rgb(45,15,170); }
div.DivClassName
{
background-color: #2D0FAA;
}
.BgClassName
{
background-color: #2D0FAA;
}
</style>
border-color css
<style>
span { border-color: #2D0FAA; }
span { border-color: rgb(45,15,170); }
td.TdClassName
{
border-color: #2D0FAA;
}
.TagClassName
{
border-color: #2D0FAA;
}
</style>