#1E1691

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

Shades of Ultramarine #1E1691

Tints of Ultramarine #1E1691

Color information

#1E1691 (or 0x1E1691) is unknown color: approx Ultramarine. HEX triplet: 1E, 16 and 91. RGB value is (30,22,145). Sum of RGB (Red+Green+Blue) = 30+22+145=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #1E1691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1691 is #E1E96E. Grayscale: #252525. Windows color (decimal): -14805359 or 9508382. OLE color: 9508382.

HSL color Cylindrical-coordinate representation of color #1E1691: hue angle of 243.9º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1691 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3022145-
CMYK0.790.8500.43
HSL243.9º73.65%32.75%-
HSV(B)243.9º84.83%56.86%-
XYZ5.932.8927.03-
YUV38.41188.15122-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.23%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 145 (57.03% from 255) = 73.60%
R=15.23%
G=11.17%
B=73.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal30221450.790.8500.43243.973.6532.75
Hex1E16914F5502Bf44a21
Octal362622111712505336411241
Binary111101011010010001100111110101010101011111101001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,22,145); }

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

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

 a { background-color: rgb(30,22,145); }

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

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

 span { border-color: rgb(30,22,145); }

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