#1e1aab

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

Shades of Ultramarine #1E1AAB

Tints of Ultramarine #1E1AAB

Color information

#1E1AAB (or 0x1E1AAB) is unknown color: approx Ultramarine. HEX triplet: 1E, 1A and AB. RGB value is (30,26,171). Sum of RGB (Red+Green+Blue) = 30+26+171=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E1AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1AAB is #E1E554. Grayscale: #2B2B2B. Windows color (decimal): -14804309 or 11213342. OLE color: 11213342.

HSL color Cylindrical-coordinate representation of color #1E1AAB: hue angle of 241.66º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1AAB is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3026171-
CMYK0.820.8500.33
HSL241.66º73.6%38.63%-
HSV(B)241.66º84.8%67.06%-
XYZ8.263.9638.86-
YUV43.73199.83118.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.22%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 171 (67.19% from 255) = 75.33%
R=13.22%
G=11.45%
B=75.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30261710.820.8500.33241.6673.638.63
Hex1E1AAB5255021f24a27
Octal363225312212504136211247
Binary111101101010101011101001010101010100001111100101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e1aab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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