#1E2096

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

Shades of Ultramarine #1E2096

Tints of Ultramarine #1E2096

Color information

#1E2096 (or 0x1E2096) is unknown color: approx Ultramarine. HEX triplet: 1E, 20 and 96. RGB value is (30,32,150). Sum of RGB (Red+Green+Blue) = 30+32+150=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #1E2096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2096 is #E1DF69. Grayscale: #2C2C2C. Windows color (decimal): -14802794 or 9838622. OLE color: 9838622.

HSL color Cylindrical-coordinate representation of color #1E2096: hue angle of 239º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E2096 is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3032150-
CMYK0.800.7900.41
HSL239º66.67%35.29%-
HSV(B)239º80%58.82%-
XYZ6.563.5129.19-
YUV44.85187.34117.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.15%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 150 (58.98% from 255) = 70.75%
R=14.15%
G=15.09%
B=70.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal30321500.800.7900.4123966.6735.29
Hex1E2096504F029ef4323
Octal364022612011705135710343
Binary1111010000010010110101000010011110101001111011111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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