Html Css Color HEX #1E2093 Ultramarine

📋 copy color: '#1E2093'

red 30 ◦ green 32 ◦ blue 147

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

Shades of Ultramarine #1E2093

Tints of Ultramarine #1E2093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

 BLUE value IS 147 (57.81% from 255) = 70.33%

R = 14.35%
G = 15.31%
B = 70.33%

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

#1E2093 (or 0x1E2093) is known color: Ultramarine. HEX triplet: 1E, 20 and 93. RGB value is (30,32,147). Sum of RGB (Red+Green+Blue) = 30+32+147=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #1E2093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2093 is #E1DF6C. Grayscale: #2C2C2C. Windows color (decimal): -14802797 or 9642014. OLE color: 9642014.

HSL color Cylindrical-coordinate representation of color #1E2093: hue angle of 238.97º 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 #1E2093 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 32 147 -
CMYK 0.80 0.78 0 0.42
HSL 238.97º 0.66% 0.35% -
HSV(B) 238.97º 0.8% 0.58% -
XYZ 6.32 3.42 27.93 -
YUV 44.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 30 32 147 0.80 0.78 0 0.42 238.97 0.66 0.35
Hex 1E 20 93 50 4E 0 2A EF 42 23
Octal 36 40 223 120 116 0 52 357 102 43
Binary 11110 100000 10010011 1010000 1001110 0 101010 11101111 1000010 100011

Color Harmonies of #1E2093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2093

Black with #1E2093

Text Example


Text Example

White with #1E2093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,32,147); }

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

background-color css

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

 a { background-color: rgb(30,32,147); }

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

border-color css

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

 span { border-color: rgb(30,32,147); }

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