#1E138B

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

Shades of Ultramarine #1E138B

Tints of Ultramarine #1E138B

Color information

#1E138B (or 0x1E138B) is unknown color: approx Ultramarine. HEX triplet: 1E, 13 and 8B. RGB value is (30,19,139). Sum of RGB (Red+Green+Blue) = 30+19+139=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E138B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E138B is #E1EC74. Grayscale: #232323. Windows color (decimal): -14806133 or 9114398. OLE color: 9114398.

HSL color Cylindrical-coordinate representation of color #1E138B: hue angle of 245.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E138B is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3019139-
CMYK0.780.8600.45
HSL245.5º75.95%30.98%-
HSV(B)245.5º86.33%54.51%-
XYZ5.432.6124.64-
YUV35.97186.14123.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.96%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 139 (54.69% from 255) = 73.94%
R=15.96%
G=10.11%
B=73.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30191390.780.8600.45245.575.9530.98
Hex1E138B4E5602Df64c1f
Octal362321311612605536611437
Binary11110100111000101110011101010110010110111110110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,19,139); }

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

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

 a { background-color: rgb(30,19,139); }

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

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

 span { border-color: rgb(30,19,139); }

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