#1E1B9D

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

Shades of Ultramarine #1E1B9D

Tints of Ultramarine #1E1B9D

Color information

#1E1B9D (or 0x1E1B9D) is unknown color: approx Ultramarine. HEX triplet: 1E, 1B and 9D. RGB value is (30,27,157). Sum of RGB (Red+Green+Blue) = 30+27+157=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E1B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1B9D is #E1E462. Grayscale: #2A2A2A. Windows color (decimal): -14804067 or 10296094. OLE color: 10296094.

HSL color Cylindrical-coordinate representation of color #1E1B9D: hue angle of 241.38º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E1B9D is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3027157-
CMYK0.810.8300.38
HSL241.38º70.65%36.08%-
HSV(B)241.38º82.8%61.57%-
XYZ7.013.4932.2-
YUV42.72192.49118.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.02%
GREEN value IS 27 (10.94% from 255) = 12.62%
BLUE value IS 157 (61.72% from 255) = 73.36%
R=14.02%
G=12.62%
B=73.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30271570.810.8300.38241.3870.6536.08
Hex1E1B9D5153026f14724
Octal363323512112304636110744
Binary111101101110011101101000110100110100110111100011000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E1B9D; }

 p { color: rgb(30,27,157); }

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

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

 a { background-color: rgb(30,27,157); }

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

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

 span { border-color: rgb(30,27,157); }

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