#1E1C89

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

Shades of Ultramarine #1E1C89

Tints of Ultramarine #1E1C89

Color information

#1E1C89 (or 0x1E1C89) is unknown color: approx Ultramarine. HEX triplet: 1E, 1C and 89. RGB value is (30,28,137). Sum of RGB (Red+Green+Blue) = 30+28+137=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 137 (53.91% from 255 or 70.26% from 195); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E1C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1C89 is #E1E376. Grayscale: #282828. Windows color (decimal): -14803831 or 8985630. OLE color: 8985630.

HSL color Cylindrical-coordinate representation of color #1E1C89: hue angle of 241.1º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1C89 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3028137-
CMYK0.780.8000.46
HSL241.1º66.06%32.35%-
HSV(B)241.1º79.56%53.73%-
XYZ5.472.9123.94-
YUV41.02182.16120.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.38%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 137 (53.91% from 255) = 70.26%
R=15.38%
G=14.36%
B=70.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal30281370.780.8000.46241.166.0632.35
Hex1E1C894E5002Ef14220
Octal363421111612005636110240
Binary111101110010001001100111010100000101110111100011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,28,137); }

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

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

 a { background-color: rgb(30,28,137); }

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

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

 span { border-color: rgb(30,28,137); }

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