#1e2593

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

Shades of Ultramarine #1E2593

Tints of Ultramarine #1E2593

Color information

#1E2593 (or 0x1E2593) is unknown color: approx Ultramarine. HEX triplet: 1E, 25 and 93. RGB value is (30,37,147). Sum of RGB (Red+Green+Blue) = 30+37+147=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #1E2593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2593 is #E1DA6C. Grayscale: #2F2F2F. Windows color (decimal): -14801517 or 9643294. OLE color: 9643294.

HSL color Cylindrical-coordinate representation of color #1E2593: hue angle of 236.41º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E2593 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3037147-
CMYK0.800.7500.42
HSL236.41º66.1%34.71%-
HSV(B)236.41º79.59%57.65%-
XYZ6.463.7127.98-
YUV47.45184.18115.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.02%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 147 (57.81% from 255) = 68.69%
R=14.02%
G=17.29%
B=68.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal30371470.800.7500.42236.4166.134.71
Hex1E2593504B02Aec4223
Octal364522312011305235410243
Binary1111010010110010011101000010010110101010111011001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e2593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,37,147); }

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

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

 a { background-color: rgb(30,37,147); }

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

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

 span { border-color: rgb(30,37,147); }

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