#270E94

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

Shades of Ultramarine #270E94

Tints of Ultramarine #270E94

Color information

#270E94 (or 0x270E94) is unknown color: approx Ultramarine. HEX triplet: 27, 0E and 94. RGB value is (39,14,148). Sum of RGB (Red+Green+Blue) = 39+14+148=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #270E94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270E94 is #D8F16B. Grayscale: #242424. Windows color (decimal): -14217580 or 9702951. OLE color: 9702951.

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

Color convert

RGB3914148-
CMYK0.740.9100.42
HSL251.19º82.72%31.76%-
HSV(B)251.19º90.54%58.04%-
XYZ6.342.8828.24-
YUV36.75190.78129.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 14 (5.86% from 255) = 6.97%
BLUE value IS 148 (58.20% from 255) = 73.63%
R=19.40%
G=6.97%
B=73.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39141480.740.9100.42251.1982.7231.76
Hex27E944A5B02Afb5320
Octal471622411213305237312340
Binary100111111010010100100101010110110101010111110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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