#1E048A

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

Shades of Ultramarine #1E048A

Tints of Ultramarine #1E048A

Color information

#1E048A (or 0x1E048A) is unknown color: approx Ultramarine. HEX triplet: 1E, 04 and 8A. RGB value is (30,4,138). Sum of RGB (Red+Green+Blue) = 30+4+138=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 138 (54.30% from 255 or 80.23% from 172); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E048A is #E1FB75. Grayscale: #1A1A1A. Windows color (decimal): -14809974 or 9045022. OLE color: 9045022.

HSL color Cylindrical-coordinate representation of color #1E048A: hue angle of 251.64º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E048A is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB304138-
CMYK0.780.9700.46
HSL251.64º94.37%27.84%-
HSV(B)251.64º97.1%54.12%-
XYZ5.172.224.2-
YUV27.05190.61130.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.44%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 138 (54.30% from 255) = 80.23%
R=17.44%
G=2.33%
B=80.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3041380.780.9700.46251.6494.3727.84
Hex1E48A4E6102Efc5e1c
Octal36421211614105637413634
Binary111101001000101010011101100001010111011111100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,4,138); }

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

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

 a { background-color: rgb(30,4,138); }

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

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

 span { border-color: rgb(30,4,138); }

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