#1E1192

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

Shades of Ultramarine #1E1192

Tints of Ultramarine #1E1192

Color information

#1E1192 (or 0x1E1192) is unknown color: approx Ultramarine. HEX triplet: 1E, 11 and 92. RGB value is (30,17,146). Sum of RGB (Red+Green+Blue) = 30+17+146=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #1E1192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1192 is #E1EE6D. Grayscale: #232323. Windows color (decimal): -14806638 or 9572638. OLE color: 9572638.

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

Color convert

RGB3017146-
CMYK0.790.8800.43
HSL246.05º79.14%31.96%-
HSV(B)246.05º88.36%57.25%-
XYZ5.922.7527.41-
YUV35.59190.31124.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.54%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 146 (57.42% from 255) = 75.65%
R=15.54%
G=8.81%
B=75.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal30171460.790.8800.43246.0579.1431.96
Hex1E11924F5802Bf64f20
Octal362122211713005336611740
Binary111101000110010010100111110110000101011111101101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,17,146); }

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

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

 a { background-color: rgb(30,17,146); }

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

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

 span { border-color: rgb(30,17,146); }

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