#1E04AE

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

Shades of Ultramarine #1E04AE

Tints of Ultramarine #1E04AE

Color information

#1E04AE (or 0x1E04AE) is unknown color: approx Ultramarine. HEX triplet: 1E, 04 and AE. RGB value is (30,4,174). Sum of RGB (Red+Green+Blue) = 30+4+174=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 174 (68.36% from 255 or 83.65% from 208); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E04AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E04AE is #E1FB51. Grayscale: #1E1E1E. Windows color (decimal): -14809938 or 11404318. OLE color: 11404318.

HSL color Cylindrical-coordinate representation of color #1E04AE: hue angle of 249.18º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E04AE is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB304174-
CMYK0.830.9800.32
HSL249.18º95.51%34.9%-
HSV(B)249.18º97.7%68.24%-
XYZ8.223.4240.27-
YUV31.15208.61127.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 4 (1.95% from 255) = 1.92%
BLUE value IS 174 (68.36% from 255) = 83.65%
R=14.42%
G=1.92%
B=83.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3041740.830.9800.32249.1895.5134.9
Hex1E4AE5362020f96023
Octal36425612314204037114043
Binary1111010010101110101001111000100100000111110011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E04AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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