Html Css Color HEX #1E1196 Ultramarine

📋 copy color: '#1E1196'

red 30 ◦ green 17 ◦ blue 150

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

Shades of Ultramarine #1E1196

Tints of Ultramarine #1E1196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 76.14%

R = 15.23%
G = 8.63%
B = 76.14%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1E1196 (or 0x1E1196) is known color: Ultramarine. HEX triplet: 1E, 11 and 96. RGB value is (30,17,150). Sum of RGB (Red+Green+Blue) = 30+17+150=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #1E1196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1196 is #E1EE69. Grayscale: #232323. Windows color (decimal): -14806634 or 9834782. OLE color: 9834782.

HSL color Cylindrical-coordinate representation of color #1E1196: hue angle of 245.86º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E1196 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 30 17 150 -
CMYK 0.80 0.89 0 0.41
HSL 245.86º 0.8% 0.33% -
HSV(B) 245.86º 0.89% 0.59% -
XYZ 6.24 2.88 29.08 -
YUV 36.05 192.31 123.69 -
System Red Green Blue C M Y K H S L
Decimal 30 17 150 0.80 0.89 0 0.41 245.86 0.8 0.33
Hex 1E 11 96 50 59 0 29 F6 50 21
Octal 36 21 226 120 131 0 51 366 120 41
Binary 11110 10001 10010110 1010000 1011001 0 101001 11110110 1010000 100001

Color Harmonies of #1E1196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1196

Black with #1E1196

Text Example


Text Example

White with #1E1196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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