#271193

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

Shades of Ultramarine #271193

Tints of Ultramarine #271193

Color information

#271193 (or 0x271193) is unknown color: approx Ultramarine. HEX triplet: 27, 11 and 93. RGB value is (39,17,147). Sum of RGB (Red+Green+Blue) = 39+17+147=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #271193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271193 is #D8EE6C. Grayscale: #252525. Windows color (decimal): -14216813 or 9638183. OLE color: 9638183.

HSL color Cylindrical-coordinate representation of color #271193: hue angle of 250.15º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271193 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3917147-
CMYK0.730.8800.42
HSL250.15º79.27%32.16%-
HSV(B)250.15º88.44%57.65%-
XYZ6.32.9427.84-
YUV38.4189.29128.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 147 (57.81% from 255) = 72.41%
R=19.21%
G=8.37%
B=72.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39171470.730.8800.42250.1579.2732.16
Hex271193495802Afa4f20
Octal472122311113005237211740
Binary1001111000110010011100100110110000101010111110101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271193; }

 p { color: rgb(39,17,147); }

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

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

 a { background-color: rgb(39,17,147); }

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

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

 span { border-color: rgb(39,17,147); }

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