#1E048C

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

Shades of Ultramarine #1E048C

Tints of Ultramarine #1E048C

Color information

#1E048C (or 0x1E048C) is unknown color: approx Ultramarine. HEX triplet: 1E, 04 and 8C. RGB value is (30,4,140). Sum of RGB (Red+Green+Blue) = 30+4+140=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 140 (55.08% from 255 or 80.46% from 174); Max value from RGB is 140 - color contains mainly: blue. Hex color #1E048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E048C is #E1FB73. Grayscale: #1A1A1A. Windows color (decimal): -14809972 or 9176094. OLE color: 9176094.

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

Color convert

RGB304140-
CMYK0.790.9700.45
HSL251.47º94.44%28.24%-
HSV(B)251.47º97.14%54.9%-
XYZ5.312.2624.97-
YUV27.28191.61129.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.24%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 140 (55.08% from 255) = 80.46%
R=17.24%
G=2.30%
B=80.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3041400.790.9700.45251.4794.4428.24
Hex1E48C4F6102Dfb5e1c
Octal36421411714105537313634
Binary111101001000110010011111100001010110111111011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E048C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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