#1E109C

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

Shades of Ultramarine #1E109C

Tints of Ultramarine #1E109C

Color information

#1E109C (or 0x1E109C) is unknown color: approx Ultramarine. HEX triplet: 1E, 10 and 9C. RGB value is (30,16,156). Sum of RGB (Red+Green+Blue) = 30+16+156=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 156 (61.33% from 255 or 77.23% from 202); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E109C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E109C is #E1EF63. Grayscale: #232323. Windows color (decimal): -14806884 or 10227742. OLE color: 10227742.

HSL color Cylindrical-coordinate representation of color #1E109C: hue angle of 246º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E109C is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3016156-
CMYK0.810.9000.39
HSL246º81.4%33.73%-
HSV(B)246º89.74%61.18%-
XYZ6.723.0531.69-
YUV36.15195.64123.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.85%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 156 (61.33% from 255) = 77.23%
R=14.85%
G=7.92%
B=77.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30161560.810.9000.3924681.433.73
Hex1E109C515A027f65122
Octal362023412113204736612142
Binary111101000010011100101000110110100100111111101101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E109C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,16,156); }

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

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

 a { background-color: rgb(30,16,156); }

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

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

 span { border-color: rgb(30,16,156); }

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