Shades of Ultramarine #270CB3
Tints of Ultramarine #270CB3
RGB
CMYK
RGB Variations
Color information
#270CB3 (or 0x270CB3) is known color: Ultramarine. HEX triplet: 27, 0C and B3. RGB value is (39,12,179). Sum of RGB (Red+Green+Blue) = 39+12+179=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 179 (70.31% from 255 or 77.83% from 230); Max value from RGB is 179 - color contains mainly: blue. Hex color #270CB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270CB3 is #D8F34C. Grayscale: #262626. Windows color (decimal): -14218061 or 11734055. OLE color: 11734055.
HSL color Cylindrical-coordinate representation of color #270CB3: hue angle of 249.7º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270CB3 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 12 | 179 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.30 |
| HSL | 249.7º | 0.87% | 0.37% | - |
| HSV(B) | 249.7º | 0.93% | 0.7% | - |
| XYZ | 9.1 | 3.95 | 42.93 | - |
| YUV | 39.11 | 206.95 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 179 | 0.78 | 0.93 | 0 | 0.30 | 249.7 | 0.87 | 0.37 |
| Hex | 27 | C | B3 | 4E | 5D | 0 | 1E | FA | 57 | 25 |
| Octal | 47 | 14 | 263 | 116 | 135 | 0 | 36 | 372 | 127 | 45 |
| Binary | 100111 | 1100 | 10110011 | 1001110 | 1011101 | 0 | 11110 | 11111010 | 1010111 | 100101 |
Color Harmonies of #270CB3
Complementary color
Monochromatic Colors of #270CB3
Black with #270CB3
Text Example
Text Example
White with #270CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270CB3; }
p { color: rgb(39,12,179); }
H1.HeaderClassName
{
color: #270CB3;
}
.AnyTagClassName
{
color: #270CB3;
}
</style>
background-color css
<style>
a { background-color: #270CB3; }
a { background-color: rgb(39,12,179); }
div.DivClassName
{
background-color: #270CB3;
}
.BgClassName
{
background-color: #270CB3;
}
</style>
border-color css
<style>
span { border-color: #270CB3; }
span { border-color: rgb(39,12,179); }
td.TdClassName
{
border-color: #270CB3;
}
.TagClassName
{
border-color: #270CB3;
}
</style>