Html Css Color HEX #1E1494 Ultramarine

📋 copy color: '#1E1494'

red 30 ◦ green 20 ◦ blue 148

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

Shades of Ultramarine #1E1494

Tints of Ultramarine #1E1494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

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

R = 15.15%
G = 10.1%
B = 74.75%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1E1494 (or 0x1E1494) is known color: Ultramarine. HEX triplet: 1E, 14 and 94. RGB value is (30,20,148). Sum of RGB (Red+Green+Blue) = 30+20+148=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 148 (58.20% from 255 or 74.75% from 198); Max value from RGB is 148 - color contains mainly: blue. Hex color #1E1494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1494 is #E1EB6B. Grayscale: #252525. Windows color (decimal): -14805868 or 9704478. OLE color: 9704478.

HSL color Cylindrical-coordinate representation of color #1E1494: hue angle of 244.69º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E1494 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 20 148 -
CMYK 0.80 0.86 0 0.42
HSL 244.69º 0.76% 0.33% -
HSV(B) 244.69º 0.86% 0.58% -
XYZ 6.13 2.91 28.26 -
YUV 37.58 190.31 122.59 -
System Red Green Blue C M Y K H S L
Decimal 30 20 148 0.80 0.86 0 0.42 244.69 0.76 0.33
Hex 1E 14 94 50 56 0 2A F5 4C 21
Octal 36 24 224 120 126 0 52 365 114 41
Binary 11110 10100 10010100 1010000 1010110 0 101010 11110101 1001100 100001

Color Harmonies of #1E1494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1494

Black with #1E1494

Text Example


Text Example

White with #1E1494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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