#1E218D

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

Shades of Ultramarine #1E218D

Tints of Ultramarine #1E218D

Color information

#1E218D (or 0x1E218D) is unknown color: approx Ultramarine. HEX triplet: 1E, 21 and 8D. RGB value is (30,33,141). Sum of RGB (Red+Green+Blue) = 30+33+141=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E218D is #E1DE72. Grayscale: #2B2B2B. Windows color (decimal): -14802547 or 9249054. OLE color: 9249054.

HSL color Cylindrical-coordinate representation of color #1E218D: hue angle of 238.38º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E218D is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3033141-
CMYK0.790.7700.45
HSL238.38º64.91%33.53%-
HSV(B)238.38º78.72%55.29%-
XYZ5.893.2925.52-
YUV44.42182.51117.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.71%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 141 (55.47% from 255) = 69.12%
R=14.71%
G=16.18%
B=69.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30331410.790.7700.45238.3864.9133.53
Hex1E218D4F4D02Dee4122
Octal364121511711505535610142
Binary1111010000110001101100111110011010101101111011101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,33,141); }

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

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

 a { background-color: rgb(30,33,141); }

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

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

 span { border-color: rgb(30,33,141); }

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