#1E1A9F

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

Shades of Ultramarine #1E1A9F

Tints of Ultramarine #1E1A9F

Color information

#1E1A9F (or 0x1E1A9F) is unknown color: approx Ultramarine. HEX triplet: 1E, 1A and 9F. RGB value is (30,26,159). Sum of RGB (Red+Green+Blue) = 30+26+159=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 159 (62.5% from 255 or 73.95% from 215); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E1A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1A9F is #E1E560. Grayscale: #292929. Windows color (decimal): -14804321 or 10426910. OLE color: 10426910.

HSL color Cylindrical-coordinate representation of color #1E1A9F: hue angle of 241.8º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E1A9F is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3026159-
CMYK0.810.8400.38
HSL241.8º71.89%36.27%-
HSV(B)241.8º83.65%62.35%-
XYZ7.163.5233.1-
YUV42.36193.83119.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 159 (62.5% from 255) = 73.95%
R=13.95%
G=12.09%
B=73.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30261590.810.8400.38241.871.8936.27
Hex1E1A9F5154026f24824
Octal363223712112404636211044
Binary111101101010011111101000110101000100110111100101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,26,159); }

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

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

 a { background-color: rgb(30,26,159); }

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

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

 span { border-color: rgb(30,26,159); }

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