#1E0A9B

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

Shades of Ultramarine #1E0A9B

Tints of Ultramarine #1E0A9B

Color information

#1E0A9B (or 0x1E0A9B) is unknown color: approx Ultramarine. HEX triplet: 1E, 0A and 9B. RGB value is (30,10,155). Sum of RGB (Red+Green+Blue) = 30+10+155=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 155 (60.94% from 255 or 79.49% from 195); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E0A9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0A9B is #E1F564. Grayscale: #1F1F1F. Windows color (decimal): -14808421 or 10160670. OLE color: 10160670.

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

Color convert

RGB3010155-
CMYK0.810.9400.39
HSL248.28º87.88%32.35%-
HSV(B)248.28º93.55%60.78%-
XYZ6.562.8631.22-
YUV32.51197.13126.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.38%
GREEN value IS 10 (4.30% from 255) = 5.13%
BLUE value IS 155 (60.94% from 255) = 79.49%
R=15.38%
G=5.13%
B=79.49%

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
Decimal30101550.810.9400.39248.2887.8832.35
Hex1EA9B515E027f85820
Octal361223312113604737013040
Binary11110101010011011101000110111100100111111110001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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