#1E0399

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

Shades of Ultramarine #1E0399

Tints of Ultramarine #1E0399

Color information

#1E0399 (or 0x1E0399) is unknown color: approx Ultramarine. HEX triplet: 1E, 03 and 99. RGB value is (30,3,153). Sum of RGB (Red+Green+Blue) = 30+3+153=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E0399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0399 is #E1FC66. Grayscale: #1B1B1B. Windows color (decimal): -14810215 or 10027806. OLE color: 10027806.

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

Color convert

RGB303153-
CMYK0.800.9800.4
HSL250.8º96.15%30.59%-
HSV(B)250.8º98.04%60%-
XYZ6.322.6430.31-
YUV28.17198.45129.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.13%
GREEN value IS 3 (1.56% from 255) = 1.61%
BLUE value IS 153 (60.16% from 255) = 82.26%
R=16.13%
G=1.61%
B=82.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3031530.800.9800.4250.896.1530.59
Hex1E3995062028fb601f
Octal36323112014205037314037
Binary11110111001100110100001100010010100011111011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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