Shades of Ultramarine #27209B
Tints of Ultramarine #27209B
RGB
CMYK
RGB Variations
Color information
#27209B (or 0x27209B) is known color: Ultramarine. HEX triplet: 27, 20 and 9B. RGB value is (39,32,155). Sum of RGB (Red+Green+Blue) = 39+32+155=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #27209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27209B is #D8DF64. Grayscale: #2F2F2F. Windows color (decimal): -14212965 or 10166311. OLE color: 10166311.
HSL color Cylindrical-coordinate representation of color #27209B: hue angle of 243.41º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27209B is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 32 | 155 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.39 |
| HSL | 243.41º | 0.66% | 0.37% | - |
| HSV(B) | 243.41º | 0.79% | 0.61% | - |
| XYZ | 7.27 | 3.83 | 31.37 | - |
| YUV | 48.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 155 | 0.75 | 0.79 | 0 | 0.39 | 243.41 | 0.66 | 0.37 |
| Hex | 27 | 20 | 9B | 4B | 4F | 0 | 27 | F3 | 42 | 25 |
| Octal | 47 | 40 | 233 | 113 | 117 | 0 | 47 | 363 | 102 | 45 |
| Binary | 100111 | 100000 | 10011011 | 1001011 | 1001111 | 0 | 100111 | 11110011 | 1000010 | 100101 |
Color Harmonies of #27209B
Complementary color
Monochromatic Colors of #27209B
Black with #27209B
Text Example
Text Example
White with #27209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27209B; }
p { color: rgb(39,32,155); }
H1.HeaderClassName
{
color: #27209B;
}
.AnyTagClassName
{
color: #27209B;
}
</style>
background-color css
<style>
a { background-color: #27209B; }
a { background-color: rgb(39,32,155); }
div.DivClassName
{
background-color: #27209B;
}
.BgClassName
{
background-color: #27209B;
}
</style>
border-color css
<style>
span { border-color: #27209B; }
span { border-color: rgb(39,32,155); }
td.TdClassName
{
border-color: #27209B;
}
.TagClassName
{
border-color: #27209B;
}
</style>