#201E91

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

Shades of Ultramarine #201E91

Tints of Ultramarine #201E91

Color information

#201E91 (or 0x201E91) is unknown color: approx Ultramarine. HEX triplet: 20, 1E and 91. RGB value is (32,30,145). Sum of RGB (Red+Green+Blue) = 32+30+145=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #201E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201E91 is #DFE16E. Grayscale: #2B2B2B. Windows color (decimal): -14672239 or 9510432. OLE color: 9510432.

HSL color Cylindrical-coordinate representation of color #201E91: hue angle of 241.04º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201E91 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3230145-
CMYK0.780.7900.43
HSL241.04º65.71%34.31%-
HSV(B)241.04º79.31%56.86%-
XYZ6.173.2827.1-
YUV43.71185.16119.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 145 (57.03% from 255) = 70.05%
R=15.46%
G=14.49%
B=70.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32301450.780.7900.43241.0465.7134.31
Hex201E914E4F02Bf14222
Octal403622111611705336110242
Binary1000001111010010001100111010011110101011111100011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201E91; }

 p { color: rgb(32,30,145); }

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

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

 a { background-color: rgb(32,30,145); }

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

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

 span { border-color: rgb(32,30,145); }

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