#1E029A

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

Shades of Ultramarine #1E029A

Tints of Ultramarine #1E029A

Color information

#1E029A (or 0x1E029A) is unknown color: approx Ultramarine. HEX triplet: 1E, 02 and 9A. RGB value is (30,2,154). Sum of RGB (Red+Green+Blue) = 30+2+154=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 154 (60.55% from 255 or 82.80% from 186); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E029A is #E1FD65. Grayscale: #1B1B1B. Windows color (decimal): -14810470 or 10093086. OLE color: 10093086.

HSL color Cylindrical-coordinate representation of color #1E029A: hue angle of 251.05º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E029A is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB302154-
CMYK0.810.9900.40
HSL251.05º97.44%30.59%-
HSV(B)251.05º98.7%60.39%-
XYZ6.392.6530.75-
YUV27.7199.28129.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.13%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 154 (60.55% from 255) = 82.80%
R=16.13%
G=1.08%
B=82.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3021540.810.9900.40251.0597.4430.59
Hex1E29A5163028fb611f
Octal36223212114305037314137
Binary11110101001101010100011100011010100011111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,2,154); }

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

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

 a { background-color: rgb(30,2,154); }

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

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

 span { border-color: rgb(30,2,154); }

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