Shades of Ultramarine #27018F
Tints of Ultramarine #27018F
RGB
CMYK
RGB Variations
Color information
#27018F (or 0x27018F) is known color: Ultramarine. HEX triplet: 27, 01 and 8F. RGB value is (39,1,143). Sum of RGB (Red+Green+Blue) = 39+1+143=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 143 (56.25% from 255 or 78.14% from 183); Max value from RGB is 143 - color contains mainly: blue. Hex color #27018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27018F is #D8FE70. Grayscale: #1C1C1C. Windows color (decimal): -14220913 or 9371943. OLE color: 9371943.
HSL color Cylindrical-coordinate representation of color #27018F: hue angle of 256.06º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27018F is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 1 | 143 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.44 |
| HSL | 256.06º | 0.99% | 0.28% | - |
| HSV(B) | 256.06º | 0.99% | 0.56% | - |
| XYZ | 5.81 | 2.44 | 26.15 | - |
| YUV | 28.55 | 192.59 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 143 | 0.73 | 0.99 | 0 | 0.44 | 256.06 | 0.99 | 0.28 |
| Hex | 27 | 1 | 8F | 49 | 63 | 0 | 2C | 100 | 63 | 1C |
| Octal | 47 | 1 | 217 | 111 | 143 | 0 | 54 | 400 | 143 | 34 |
| Binary | 100111 | 1 | 10001111 | 1001001 | 1100011 | 0 | 101100 | 100000000 | 1100011 | 11100 |
Color Harmonies of #27018F
Complementary color
Monochromatic Colors of #27018F
Black with #27018F
Text Example
Text Example
White with #27018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27018F; }
p { color: rgb(39,1,143); }
H1.HeaderClassName
{
color: #27018F;
}
.AnyTagClassName
{
color: #27018F;
}
</style>
background-color css
<style>
a { background-color: #27018F; }
a { background-color: rgb(39,1,143); }
div.DivClassName
{
background-color: #27018F;
}
.BgClassName
{
background-color: #27018F;
}
</style>
border-color css
<style>
span { border-color: #27018F; }
span { border-color: rgb(39,1,143); }
td.TdClassName
{
border-color: #27018F;
}
.TagClassName
{
border-color: #27018F;
}
</style>