Shades of Ultramarine #27218F
Tints of Ultramarine #27218F
RGB
CMYK
RGB Variations
Color information
#27218F (or 0x27218F) is known color: Ultramarine. HEX triplet: 27, 21 and 8F. RGB value is (39,33,143). Sum of RGB (Red+Green+Blue) = 39+33+143=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #27218F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27218F is #D8DE70. Grayscale: #2E2E2E. Windows color (decimal): -14212721 or 9380135. OLE color: 9380135.
HSL color Cylindrical-coordinate representation of color #27218F: hue angle of 243.27º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27218F is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 33 | 143 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.44 |
| HSL | 243.27º | 0.63% | 0.35% | - |
| HSV(B) | 243.27º | 0.77% | 0.56% | - |
| XYZ | 6.34 | 3.5 | 26.33 | - |
| YUV | 47.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 143 | 0.73 | 0.77 | 0 | 0.44 | 243.27 | 0.63 | 0.35 |
| Hex | 27 | 21 | 8F | 49 | 4D | 0 | 2C | F3 | 3E | 23 |
| Octal | 47 | 41 | 217 | 111 | 115 | 0 | 54 | 363 | 76 | 43 |
| Binary | 100111 | 100001 | 10001111 | 1001001 | 1001101 | 0 | 101100 | 11110011 | 111110 | 100011 |
Color Harmonies of #27218F
Complementary color
Monochromatic Colors of #27218F
Black with #27218F
Text Example
Text Example
White with #27218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27218F; }
p { color: rgb(39,33,143); }
H1.HeaderClassName
{
color: #27218F;
}
.AnyTagClassName
{
color: #27218F;
}
</style>
background-color css
<style>
a { background-color: #27218F; }
a { background-color: rgb(39,33,143); }
div.DivClassName
{
background-color: #27218F;
}
.BgClassName
{
background-color: #27218F;
}
</style>
border-color css
<style>
span { border-color: #27218F; }
span { border-color: rgb(39,33,143); }
td.TdClassName
{
border-color: #27218F;
}
.TagClassName
{
border-color: #27218F;
}
</style>