Shades of Ultramarine #2700AF
Tints of Ultramarine #2700AF
RGB
CMYK
RGB Variations
Color information
#2700AF (or 0x2700AF) is known color: Ultramarine. HEX triplet: 27, 00 and AF. RGB value is (39,0,175). Sum of RGB (Red+Green+Blue) = 39+0+175=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 175 (68.75% from 255 or 81.78% from 214); Max value from RGB is 175 - color contains mainly: blue. Hex color #2700AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2700AF is #D8FF50. Grayscale: #1E1E1E. Windows color (decimal): -14221137 or 11468839. OLE color: 11468839.
HSL color Cylindrical-coordinate representation of color #2700AF: hue angle of 253.37º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2700AF is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 0 | 175 | - |
| CMYK | 0.78 | 1 | 0 | 0.31 |
| HSL | 253.37º | 1% | 0.34% | - |
| HSV(B) | 253.37º | 1% | 0.69% | - |
| XYZ | 8.57 | 3.53 | 40.79 | - |
| YUV | 31.61 | 208.92 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 175 | 0.78 | 1 | 0 | 0.31 | 253.37 | 1 | 0.34 |
| Hex | 27 | 0 | AF | 4E | 64 | 0 | 1F | FD | 64 | 22 |
| Octal | 47 | 0 | 257 | 116 | 144 | 0 | 37 | 375 | 144 | 42 |
| Binary | 100111 | 0 | 10101111 | 1001110 | 1100100 | 0 | 11111 | 11111101 | 1100100 | 100010 |
Color Harmonies of #2700AF
Complementary color
Monochromatic Colors of #2700AF
Black with #2700AF
Text Example
Text Example
White with #2700AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2700AF; }
p { color: rgb(39,0,175); }
H1.HeaderClassName
{
color: #2700AF;
}
.AnyTagClassName
{
color: #2700AF;
}
</style>
background-color css
<style>
a { background-color: #2700AF; }
a { background-color: rgb(39,0,175); }
div.DivClassName
{
background-color: #2700AF;
}
.BgClassName
{
background-color: #2700AF;
}
</style>
border-color css
<style>
span { border-color: #2700AF; }
span { border-color: rgb(39,0,175); }
td.TdClassName
{
border-color: #2700AF;
}
.TagClassName
{
border-color: #2700AF;
}
</style>