#1E139F

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

Shades of Ultramarine #1E139F

Tints of Ultramarine #1E139F

Color information

#1E139F (or 0x1E139F) is unknown color: approx Ultramarine. HEX triplet: 1E, 13 and 9F. RGB value is (30,19,159). Sum of RGB (Red+Green+Blue) = 30+19+159=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E139F is #E1EC60. Grayscale: #252525. Windows color (decimal): -14806113 or 10425118. OLE color: 10425118.

HSL color Cylindrical-coordinate representation of color #1E139F: hue angle of 244.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E139F is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3019159-
CMYK0.810.8800.38
HSL244.71º78.65%34.9%-
HSV(B)244.71º88.05%62.35%-
XYZ7.033.2433.06-
YUV38.25196.14122.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 159 (62.5% from 255) = 76.44%
R=14.42%
G=9.13%
B=76.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30191590.810.8800.38244.7178.6534.9
Hex1E139F5158026f54f23
Octal362323712113004636511743
Binary111101001110011111101000110110000100110111101011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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