Shades of Ultramarine #270F9B
Tints of Ultramarine #270F9B
RGB
CMYK
RGB Variations
Color information
#270F9B (or 0x270F9B) is known color: Ultramarine. HEX triplet: 27, 0F and 9B. RGB value is (39,15,155). Sum of RGB (Red+Green+Blue) = 39+15+155=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #270F9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270F9B is #D8F064. Grayscale: #252525. Windows color (decimal): -14217317 or 10161959. OLE color: 10161959.
HSL color Cylindrical-coordinate representation of color #270F9B: hue angle of 250.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270F9B is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 15 | 155 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.39 |
| HSL | 250.29º | 0.82% | 0.33% | - |
| HSV(B) | 250.29º | 0.9% | 0.61% | - |
| XYZ | 6.92 | 3.14 | 31.25 | - |
| YUV | 38.14 | 193.95 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 155 | 0.75 | 0.90 | 0 | 0.39 | 250.29 | 0.82 | 0.33 |
| Hex | 27 | F | 9B | 4B | 5A | 0 | 27 | FA | 52 | 21 |
| Octal | 47 | 17 | 233 | 113 | 132 | 0 | 47 | 372 | 122 | 41 |
| Binary | 100111 | 1111 | 10011011 | 1001011 | 1011010 | 0 | 100111 | 11111010 | 1010010 | 100001 |
Color Harmonies of #270F9B
Complementary color
Monochromatic Colors of #270F9B
Black with #270F9B
Text Example
Text Example
White with #270F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F9B; }
p { color: rgb(39,15,155); }
H1.HeaderClassName
{
color: #270F9B;
}
.AnyTagClassName
{
color: #270F9B;
}
</style>
background-color css
<style>
a { background-color: #270F9B; }
a { background-color: rgb(39,15,155); }
div.DivClassName
{
background-color: #270F9B;
}
.BgClassName
{
background-color: #270F9B;
}
</style>
border-color css
<style>
span { border-color: #270F9B; }
span { border-color: rgb(39,15,155); }
td.TdClassName
{
border-color: #270F9B;
}
.TagClassName
{
border-color: #270F9B;
}
</style>