#271494

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

Shades of Ultramarine #271494

Tints of Ultramarine #271494

Color information

#271494 (or 0x271494) is unknown color: approx Ultramarine. HEX triplet: 27, 14 and 94. RGB value is (39,20,148). Sum of RGB (Red+Green+Blue) = 39+20+148=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #271494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271494 is #D8EB6B. Grayscale: #272727. Windows color (decimal): -14216044 or 9704487. OLE color: 9704487.

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

Color convert

RGB3920148-
CMYK0.740.8600.42
HSL248.91º76.19%32.94%-
HSV(B)248.91º86.49%58.04%-
XYZ6.433.0728.27-
YUV40.27188.79127.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.84%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 148 (58.20% from 255) = 71.50%
R=18.84%
G=9.66%
B=71.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39201480.740.8600.42248.9176.1932.94
Hex2714944A5602Af94c21
Octal472422411212605237111441
Binary1001111010010010100100101010101100101010111110011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271494; }

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

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

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

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

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

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

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

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