#1E058E

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

Shades of Ultramarine #1E058E

Tints of Ultramarine #1E058E

Color information

#1E058E (or 0x1E058E) is unknown color: approx Ultramarine. HEX triplet: 1E, 05 and 8E. RGB value is (30,5,142). Sum of RGB (Red+Green+Blue) = 30+5+142=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 142 (55.86% from 255 or 80.23% from 177); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E058E is #E1FA71. Grayscale: #1B1B1B. Windows color (decimal): -14809714 or 9307422. OLE color: 9307422.

HSL color Cylindrical-coordinate representation of color #1E058E: hue angle of 250.95º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E058E is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB305142-
CMYK0.790.9600.44
HSL250.95º93.2%28.82%-
HSV(B)250.95º96.48%55.69%-
XYZ5.472.3425.75-
YUV28.09192.28129.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.95%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 142 (55.86% from 255) = 80.23%
R=16.95%
G=2.82%
B=80.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3051420.790.9600.44250.9593.228.82
Hex1E58E4F6002Cfb5d1d
Octal36521611714005437313535
Binary111101011000111010011111100000010110011111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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