#1e1a8a

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

Shades of Ultramarine #1E1A8A

Tints of Ultramarine #1E1A8A

Color information

#1E1A8A (or 0x1E1A8A) is unknown color: approx Ultramarine. HEX triplet: 1E, 1A and 8A. RGB value is (30,26,138). Sum of RGB (Red+Green+Blue) = 30+26+138=194 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.46% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E1A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1A8A is #E1E575. Grayscale: #272727. Windows color (decimal): -14804342 or 9050654. OLE color: 9050654.

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

Color convert

RGB3026138-
CMYK0.780.8100.46
HSL242.14º68.29%32.16%-
HSV(B)242.14º81.16%54.12%-
XYZ5.492.8524.31-
YUV39.96183.33120.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.46%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 138 (54.30% from 255) = 71.13%
R=15.46%
G=13.40%
B=71.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal30261380.780.8100.46242.1468.2932.16
Hex1E1A8A4E5102Ef24420
Octal363221211612105636210440
Binary111101101010001010100111010100010101110111100101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e1a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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