Html Css Color HEX #1E2194 Ultramarine

📋 copy color: '#1E2194'

red 30 ◦ green 33 ◦ blue 148

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

Shades of Ultramarine #1E2194

Tints of Ultramarine #1E2194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

 BLUE value IS 148 (58.2% from 255) = 70.14%

R = 14.22%
G = 15.64%
B = 70.14%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1E2194 (or 0x1E2194) is known color: Ultramarine. HEX triplet: 1E, 21 and 94. RGB value is (30,33,148). Sum of RGB (Red+Green+Blue) = 30+33+148=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #1E2194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2194 is #E1DE6B. Grayscale: #2C2C2C. Windows color (decimal): -14802540 or 9707806. OLE color: 9707806.

HSL color Cylindrical-coordinate representation of color #1E2194: hue angle of 238.47º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E2194 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 33 148 -
CMYK 0.80 0.78 0 0.42
HSL 238.47º 0.66% 0.35% -
HSV(B) 238.47º 0.8% 0.58% -
XYZ 6.42 3.5 28.35 -
YUV 45.21 186.01 117.15 -
System Red Green Blue C M Y K H S L
Decimal 30 33 148 0.80 0.78 0 0.42 238.47 0.66 0.35
Hex 1E 21 94 50 4E 0 2A EE 42 23
Octal 36 41 224 120 116 0 52 356 102 43
Binary 11110 100001 10010100 1010000 1001110 0 101010 11101110 1000010 100011

Color Harmonies of #1E2194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2194

Black with #1E2194

Text Example


Text Example

White with #1E2194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,33,148); }

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

background-color css

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

 a { background-color: rgb(30,33,148); }

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

border-color css

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

 span { border-color: rgb(30,33,148); }

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