#1E1180

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

Shades of Ultramarine #1E1180

Tints of Ultramarine #1E1180

Color information

#1E1180 (or 0x1E1180) is unknown color: approx Ultramarine. HEX triplet: 1E, 11 and 80. RGB value is (30,17,128). Sum of RGB (Red+Green+Blue) = 30+17+128=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 128 (50.39% from 255 or 73.14% from 175); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E1180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1180 is #E1EE7F. Grayscale: #212121. Windows color (decimal): -14806656 or 8392990. OLE color: 8392990.

HSL color Cylindrical-coordinate representation of color #1E1180: hue angle of 247.03º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E1180 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3017128-
CMYK0.770.8700.50
HSL247.03º76.55%28.43%-
HSV(B)247.03º86.72%50.2%-
XYZ4.632.2420.61-
YUV33.54181.31125.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.14%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 128 (50.39% from 255) = 73.14%
R=17.14%
G=9.71%
B=73.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal30171280.770.8700.50247.0376.5528.43
Hex1E11804D57032f74d1c
Octal362120011512706236711534
Binary11110100011000000010011011010111011001011110111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,17,128); }

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

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

 a { background-color: rgb(30,17,128); }

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

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

 span { border-color: rgb(30,17,128); }

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