#1E04AD

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

Shades of Ultramarine #1E04AD

Tints of Ultramarine #1E04AD

Color information

#1E04AD (or 0x1E04AD) is unknown color: approx Ultramarine. HEX triplet: 1E, 04 and AD. RGB value is (30,4,173). Sum of RGB (Red+Green+Blue) = 30+4+173=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E04AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E04AD is #E1FB52. Grayscale: #1E1E1E. Windows color (decimal): -14809939 or 11338782. OLE color: 11338782.

HSL color Cylindrical-coordinate representation of color #1E04AD: hue angle of 249.23º degrees, saturation: 0.95, 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 #1E04AD is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB304173-
CMYK0.830.9800.32
HSL249.23º95.48%34.71%-
HSV(B)249.23º97.69%67.84%-
XYZ8.123.3839.76-
YUV31.04208.11127.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.49%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 173 (67.97% from 255) = 83.57%
R=14.49%
G=1.93%
B=83.57%

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
Decimal3041730.830.9800.32249.2395.4834.71
Hex1E4AD5362020f95f23
Octal36425512314204037113743
Binary1111010010101101101001111000100100000111110011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E04AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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