#271394

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

Shades of Ultramarine #271394

Tints of Ultramarine #271394

Color information

#271394 (or 0x271394) is unknown color: approx Ultramarine. HEX triplet: 27, 13 and 94. RGB value is (39,19,148). Sum of RGB (Red+Green+Blue) = 39+19+148=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #271394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271394 is #D8EC6B. Grayscale: #272727. Windows color (decimal): -14216300 or 9704231. OLE color: 9704231.

HSL color Cylindrical-coordinate representation of color #271394: hue angle of 249.3º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271394 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3919148-
CMYK0.740.8700.42
HSL249.3º77.25%32.75%-
HSV(B)249.3º87.16%58.04%-
XYZ6.413.0428.26-
YUV39.69189.13127.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.93%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 148 (58.20% from 255) = 71.84%
R=18.93%
G=9.22%
B=71.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39191480.740.8700.42249.377.2532.75
Hex2713944A5702Af94d21
Octal472322411212705237111541
Binary1001111001110010100100101010101110101010111110011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271394; }

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

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

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

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

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

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

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

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