#1E0382

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

Shades of Ultramarine #1E0382

Tints of Ultramarine #1E0382

Color information

#1E0382 (or 0x1E0382) is unknown color: approx Ultramarine. HEX triplet: 1E, 03 and 82. RGB value is (30,3,130). Sum of RGB (Red+Green+Blue) = 30+3+130=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 130 (51.17% from 255 or 79.75% from 163); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E0382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0382 is #E1FC7D. Grayscale: #191919. Windows color (decimal): -14810238 or 8520478. OLE color: 8520478.

HSL color Cylindrical-coordinate representation of color #1E0382: hue angle of 252.76º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0382 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB303130-
CMYK0.770.9800.49
HSL252.76º95.49%26.08%-
HSV(B)252.76º97.69%50.98%-
XYZ4.61.9521.25-
YUV25.55186.95131.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.40%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 130 (51.17% from 255) = 79.75%
R=18.40%
G=1.84%
B=79.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3031300.770.9800.49252.7695.4926.08
Hex1E3824D62031fd5f1a
Octal36320211514206137513732
Binary11110111000001010011011100010011000111111101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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