#1E138E

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

Shades of Ultramarine #1E138E

Tints of Ultramarine #1E138E

Color information

#1E138E (or 0x1E138E) is unknown color: approx Ultramarine. HEX triplet: 1E, 13 and 8E. RGB value is (30,19,142). Sum of RGB (Red+Green+Blue) = 30+19+142=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 142 (55.86% from 255 or 74.35% from 191); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E138E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E138E is #E1EC71. Grayscale: #232323. Windows color (decimal): -14806130 or 9311006. OLE color: 9311006.

HSL color Cylindrical-coordinate representation of color #1E138E: hue angle of 245.37º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E138E is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3019142-
CMYK0.790.8700.44
HSL245.37º76.4%31.57%-
HSV(B)245.37º86.62%55.69%-
XYZ5.652.6925.81-
YUV36.31187.64123.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.71%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 142 (55.86% from 255) = 74.35%
R=15.71%
G=9.95%
B=74.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal30191420.790.8700.44245.3776.431.57
Hex1E138E4F5702Cf54c20
Octal362321611712705436511440
Binary111101001110001110100111110101110101100111101011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E138E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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