#1E0994

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

Shades of Ultramarine #1E0994

Tints of Ultramarine #1E0994

Color information

#1E0994 (or 0x1E0994) is unknown color: approx Ultramarine. HEX triplet: 1E, 09 and 94. RGB value is (30,9,148). Sum of RGB (Red+Green+Blue) = 30+9+148=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 148 (58.20% from 255 or 79.14% from 187); Max value from RGB is 148 - color contains mainly: blue. Hex color #1E0994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0994 is #E1F66B. Grayscale: #1E1E1E. Windows color (decimal): -14808684 or 9701662. OLE color: 9701662.

HSL color Cylindrical-coordinate representation of color #1E0994: hue angle of 249.06º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0994 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB309148-
CMYK0.800.9400.42
HSL249.06º88.54%30.78%-
HSV(B)249.06º93.92%58.04%-
XYZ5.982.6128.21-
YUV31.12193.96127.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.04%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 148 (58.20% from 255) = 79.14%
R=16.04%
G=4.81%
B=79.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3091480.800.9400.42249.0688.5430.78
Hex1E994505E02Af9591f
Octal361122412013605237113137
Binary1111010011001010010100001011110010101011111001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,9,148); }

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

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

 a { background-color: rgb(30,9,148); }

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

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

 span { border-color: rgb(30,9,148); }

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