#271990

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

Shades of Ultramarine #271990

Tints of Ultramarine #271990

Color information

#271990 (or 0x271990) is unknown color: approx Ultramarine. HEX triplet: 27, 19 and 90. RGB value is (39,25,144). Sum of RGB (Red+Green+Blue) = 39+25+144=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #271990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271990 is #D8E66F. Grayscale: #2A2A2A. Windows color (decimal): -14214768 or 9443623. OLE color: 9443623.

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

Color convert

RGB3925144-
CMYK0.730.8300.44
HSL247.06º70.41%33.14%-
HSV(B)247.06º82.64%56.47%-
XYZ6.223.1426.66-
YUV42.75185.14125.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 25 (10.16% from 255) = 12.02%
BLUE value IS 144 (56.64% from 255) = 69.23%
R=18.75%
G=12.02%
B=69.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39251440.730.8300.44247.0670.4133.14
Hex271990495302Cf74621
Octal473122011112305436710641
Binary1001111100110010000100100110100110101100111101111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271990; }

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

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

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

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

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

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

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

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