#1E0394

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

Shades of Ultramarine #1E0394

Tints of Ultramarine #1E0394

Color information

#1E0394 (or 0x1E0394) is unknown color: approx Ultramarine. HEX triplet: 1E, 03 and 94. RGB value is (30,3,148). Sum of RGB (Red+Green+Blue) = 30+3+148=181 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.57% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 148 (58.20% from 255 or 81.77% from 181); Max value from RGB is 148 - color contains mainly: blue. Hex color #1E0394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0394 is #E1FC6B. Grayscale: #1B1B1B. Windows color (decimal): -14810220 or 9700126. OLE color: 9700126.

HSL color Cylindrical-coordinate representation of color #1E0394: hue angle of 251.17º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0394 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB303148-
CMYK0.800.9800.42
HSL251.17º96.03%29.61%-
HSV(B)251.17º97.97%58.04%-
XYZ5.912.4828.18-
YUV27.6195.95129.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.57%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 148 (58.20% from 255) = 81.77%
R=16.57%
G=1.66%
B=81.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3031480.800.9800.42251.1796.0329.61
Hex1E394506202Afb601e
Octal36322412014205237314036
Binary11110111001010010100001100010010101011111011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,3,148); }

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

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

 a { background-color: rgb(30,3,148); }

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

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

 span { border-color: rgb(30,3,148); }

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