Shades of Ultramarine #270F9C
Tints of Ultramarine #270F9C
RGB
CMYK
RGB Variations
Color information
#270F9C (or 0x270F9C) is known color: Ultramarine. HEX triplet: 27, 0F and 9C. RGB value is (39,15,156). Sum of RGB (Red+Green+Blue) = 39+15+156=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #270F9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270F9C is #D8F063. Grayscale: #252525. Windows color (decimal): -14217316 or 10227495. OLE color: 10227495.
HSL color Cylindrical-coordinate representation of color #270F9C: hue angle of 250.21º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270F9C is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 15 | 156 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.39 |
| HSL | 250.21º | 0.82% | 0.34% | - |
| HSV(B) | 250.21º | 0.9% | 0.61% | - |
| XYZ | 7.01 | 3.17 | 31.7 | - |
| YUV | 38.25 | 194.45 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 156 | 0.75 | 0.90 | 0 | 0.39 | 250.21 | 0.82 | 0.34 |
| Hex | 27 | F | 9C | 4B | 5A | 0 | 27 | FA | 52 | 22 |
| Octal | 47 | 17 | 234 | 113 | 132 | 0 | 47 | 372 | 122 | 42 |
| Binary | 100111 | 1111 | 10011100 | 1001011 | 1011010 | 0 | 100111 | 11111010 | 1010010 | 100010 |
Color Harmonies of #270F9C
Complementary color
Monochromatic Colors of #270F9C
Black with #270F9C
Text Example
Text Example
White with #270F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F9C; }
p { color: rgb(39,15,156); }
H1.HeaderClassName
{
color: #270F9C;
}
.AnyTagClassName
{
color: #270F9C;
}
</style>
background-color css
<style>
a { background-color: #270F9C; }
a { background-color: rgb(39,15,156); }
div.DivClassName
{
background-color: #270F9C;
}
.BgClassName
{
background-color: #270F9C;
}
</style>
border-color css
<style>
span { border-color: #270F9C; }
span { border-color: rgb(39,15,156); }
td.TdClassName
{
border-color: #270F9C;
}
.TagClassName
{
border-color: #270F9C;
}
</style>