#1E0C9C

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

Shades of Ultramarine #1E0C9C

Tints of Ultramarine #1E0C9C

Color information

#1E0C9C (or 0x1E0C9C) is unknown color: approx Ultramarine. HEX triplet: 1E, 0C and 9C. RGB value is (30,12,156). Sum of RGB (Red+Green+Blue) = 30+12+156=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 156 (61.33% from 255 or 78.79% from 198); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E0C9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0C9C is #E1F363. Grayscale: #212121. Windows color (decimal): -14807908 or 10226718. OLE color: 10226718.

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

Color convert

RGB3012156-
CMYK0.810.9200.39
HSL247.5º85.71%32.94%-
HSV(B)247.5º92.31%61.18%-
XYZ6.672.9431.67-
YUV33.8196.96125.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.15%
GREEN value IS 12 (5.08% from 255) = 6.06%
BLUE value IS 156 (61.33% from 255) = 78.79%
R=15.15%
G=6.06%
B=78.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30121560.810.9200.39247.585.7132.94
Hex1EC9C515C027f85621
Octal361423412113404737012641
Binary11110110010011100101000110111000100111111110001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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