#1E0099

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

Shades of Ultramarine #1E0099

Tints of Ultramarine #1E0099

Color information

#1E0099 (or 0x1E0099) is unknown color: approx Ultramarine. HEX triplet: 1E, 00 and 99. RGB value is (30,0,153). Sum of RGB (Red+Green+Blue) = 30+0+153=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 153 (60.16% from 255 or 83.61% from 183); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E0099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0099 is #E1FF66. Grayscale: #191919. Windows color (decimal): -14810983 or 10027038. OLE color: 10027038.

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

Color convert

RGB300153-
CMYK0.80100.4
HSL251.76º100%30%-
HSV(B)251.76º100%60%-
XYZ6.292.5830.3-
YUV26.41199.44130.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 83.61%
R=16.39%
G=0%
B=83.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3001530.80100.4251.7610030
Hex1E0995064028fc641e
Octal36023112014405037414436
Binary1111001001100110100001100100010100011111100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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