Html Css Color HEX #1E118D Ultramarine

📋 copy color: '#1E118D'

red 30 ◦ green 17 ◦ blue 141

#1E118D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #1E118D

Tints of Ultramarine #1E118D

RGB

 RED value IS 30 (12.11% from 255) = 15.96%

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 141 (55.47% from 255) = 75%

R = 15.96%
G = 9.04%
B = 75%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E118D (or 0x1E118D) is known color: Ultramarine. HEX triplet: 1E, 11 and 8D. RGB value is (30,17,141). Sum of RGB (Red+Green+Blue) = 30+17+141=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E118D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E118D is #E1EE72. Grayscale: #222222. Windows color (decimal): -14806643 or 9244958. OLE color: 9244958.

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

Color convert

RGB 30 17 141 -
CMYK 0.79 0.88 0 0.45
HSL 246.29º 0.78% 0.31% -
HSV(B) 246.29º 0.88% 0.55% -
XYZ 5.54 2.6 25.41 -
YUV 35.02 187.81 124.42 -
System Red Green Blue C M Y K H S L
Decimal 30 17 141 0.79 0.88 0 0.45 246.29 0.78 0.31
Hex 1E 11 8D 4F 58 0 2D F6 4E 1F
Octal 36 21 215 117 130 0 55 366 116 37
Binary 11110 10001 10001101 1001111 1011000 0 101101 11110110 1001110 11111

Color Harmonies of #1E118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E118D

Black with #1E118D

Text Example


Text Example

White with #1E118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,17,141); }

 H1.HeaderClassName
 {
   color: #1E118D;
 }
 .AnyTagClassName
 {
   color: #1E118D;
 }
</style>

background-color css

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

 a { background-color: rgb(30,17,141); }

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

border-color css

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

 span { border-color: rgb(30,17,141); }

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