#270E96

Color #270E96 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #270E96

Tints of Ultramarine #270E96

Color information

#270E96 (or 0x270E96) is unknown color: approx Ultramarine. HEX triplet: 27, 0E and 96. RGB value is (39,14,150). Sum of RGB (Red+Green+Blue) = 39+14+150=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 150 (58.98% from 255 or 73.89% from 203); Max value from RGB is 150 - color contains mainly: blue. Hex color #270E96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270E96 is #D8F169. Grayscale: #242424. Windows color (decimal): -14217578 or 9834023. OLE color: 9834023.

HSL color Cylindrical-coordinate representation of color #270E96: hue angle of 251.03º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270E96 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3914150-
CMYK0.740.9100.41
HSL251.03º82.93%32.16%-
HSV(B)251.03º90.67%58.82%-
XYZ6.52.9529.08-
YUV36.98191.78129.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 14 (5.86% from 255) = 6.90%
BLUE value IS 150 (58.98% from 255) = 73.89%
R=19.21%
G=6.90%
B=73.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39141500.740.9100.41251.0382.9332.16
Hex27E964A5B029fb5320
Octal471622611213305137312340
Binary100111111010010110100101010110110101001111110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270E96; }

 p { color: rgb(39,14,150); }

 H1.HeaderClassName
 {
   color: #270E96;
 }
 .AnyTagClassName
 {
   color: #270E96;
 }
</style>
background-color css

<style>
 a { background-color: #270E96; }

 a { background-color: rgb(39,14,150); }

 div.DivClassName
 {
   background-color: #270E96;
 }
 .BgClassName
 {
   background-color: #270E96;
 }
</style>
border-color css

<style>
 span { border-color: #270E96; }

 span { border-color: rgb(39,14,150); }

 td.TdClassName
 {
   border-color: #270E96;
 }
 .TagClassName
 {
   border-color: #270E96;
 }
</style>