#1E0A9C

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

Shades of Ultramarine #1E0A9C

Tints of Ultramarine #1E0A9C

Color information

#1E0A9C (or 0x1E0A9C) is unknown color: approx Ultramarine. HEX triplet: 1E, 0A and 9C. RGB value is (30,10,156). Sum of RGB (Red+Green+Blue) = 30+10+156=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 156 (61.33% from 255 or 79.59% from 196); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E0A9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0A9C is #E1F563. Grayscale: #202020. Windows color (decimal): -14808420 or 10226206. OLE color: 10226206.

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

Color convert

RGB3010156-
CMYK0.810.9400.39
HSL248.22º87.95%32.55%-
HSV(B)248.22º93.59%61.18%-
XYZ6.642.8931.66-
YUV32.62197.63126.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.31%
GREEN value IS 10 (4.30% from 255) = 5.10%
BLUE value IS 156 (61.33% from 255) = 79.59%
R=15.31%
G=5.10%
B=79.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30101560.810.9400.39248.2287.9532.55
Hex1EA9C515E027f85821
Octal361223412113604737013041
Binary11110101010011100101000110111100100111111110001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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