#1E1DA1

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

Shades of Ultramarine #1E1DA1

Tints of Ultramarine #1E1DA1

Color information

#1E1DA1 (or 0x1E1DA1) is unknown color: approx Ultramarine. HEX triplet: 1E, 1D and A1. RGB value is (30,29,161). Sum of RGB (Red+Green+Blue) = 30+29+161=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 161 (63.28% from 255 or 73.18% from 220); Max value from RGB is 161 - color contains mainly: blue. Hex color #1E1DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1DA1 is #E1E25E. Grayscale: #2B2B2B. Windows color (decimal): -14803551 or 10558750. OLE color: 10558750.

HSL color Cylindrical-coordinate representation of color #1E1DA1: hue angle of 240.45º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E1DA1 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3029161-
CMYK0.810.8200.37
HSL240.45º69.47%37.25%-
HSV(B)240.45º81.99%63.14%-
XYZ7.413.7334.05-
YUV44.35193.83117.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.64%
GREEN value IS 29 (11.72% from 255) = 13.18%
BLUE value IS 161 (63.28% from 255) = 73.18%
R=13.64%
G=13.18%
B=73.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal30291610.810.8200.37240.4569.4737.25
Hex1E1DA15152025f04525
Octal363524112112204536010545
Binary111101110110100001101000110100100100101111100001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,29,161); }

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

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

 a { background-color: rgb(30,29,161); }

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

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

 span { border-color: rgb(30,29,161); }

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