#1E058A

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

Shades of Ultramarine #1E058A

Tints of Ultramarine #1E058A

Color information

#1E058A (or 0x1E058A) is unknown color: approx Ultramarine. HEX triplet: 1E, 05 and 8A. RGB value is (30,5,138). Sum of RGB (Red+Green+Blue) = 30+5+138=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E058A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E058A is #E1FA75. Grayscale: #1B1B1B. Windows color (decimal): -14809718 or 9045278. OLE color: 9045278.

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

Color convert

RGB305138-
CMYK0.780.9600.46
HSL251.28º93.01%28.04%-
HSV(B)251.28º96.38%54.12%-
XYZ5.182.2224.2-
YUV27.64190.28129.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.34%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 138 (54.30% from 255) = 79.77%
R=17.34%
G=2.89%
B=79.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3051380.780.9600.46251.2893.0128.04
Hex1E58A4E6002Efb5d1c
Octal36521211614005637313534
Binary111101011000101010011101100000010111011111011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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