#271490

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

Shades of Ultramarine #271490

Tints of Ultramarine #271490

Color information

#271490 (or 0x271490) is unknown color: approx Ultramarine. HEX triplet: 27, 14 and 90. RGB value is (39,20,144). Sum of RGB (Red+Green+Blue) = 39+20+144=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #271490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271490 is #D8EB6F. Grayscale: #272727. Windows color (decimal): -14216048 or 9442343. OLE color: 9442343.

HSL color Cylindrical-coordinate representation of color #271490: hue angle of 249.19º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271490 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3920144-
CMYK0.730.8600.44
HSL249.19º75.61%32.16%-
HSV(B)249.19º86.11%56.47%-
XYZ6.122.9526.63-
YUV39.82186.79127.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 20 (8.20% from 255) = 9.85%
BLUE value IS 144 (56.64% from 255) = 70.94%
R=19.21%
G=9.85%
B=70.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39201440.730.8600.44249.1975.6132.16
Hex271490495602Cf94c20
Octal472422011112605437111440
Binary1001111010010010000100100110101100101100111110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271490; }

 p { color: rgb(39,20,144); }

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

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

 a { background-color: rgb(39,20,144); }

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

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

 span { border-color: rgb(39,20,144); }

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