#1E209E

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

Shades of Ultramarine #1E209E

Tints of Ultramarine #1E209E

Color information

#1E209E (or 0x1E209E) is unknown color: approx Ultramarine. HEX triplet: 1E, 20 and 9E. RGB value is (30,32,158). Sum of RGB (Red+Green+Blue) = 30+32+158=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E209E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E209E is #E1DF61. Grayscale: #2D2D2D. Windows color (decimal): -14802786 or 10362910. OLE color: 10362910.

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

Color convert

RGB3032158-
CMYK0.810.8000.38
HSL239.06º68.09%36.86%-
HSV(B)239.06º81.01%61.96%-
XYZ7.223.7832.7-
YUV45.77191.34116.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.64%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 158 (62.11% from 255) = 71.82%
R=13.64%
G=14.55%
B=71.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30321580.810.8000.38239.0668.0936.86
Hex1E209E5150026ef4425
Octal364023612112004635710445
Binary1111010000010011110101000110100000100110111011111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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