Html Css Color HEX #1E049D Ultramarine

📋 copy color: '#1E049D'

red 30 ◦ green 4 ◦ blue 157

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

Shades of Ultramarine #1E049D

Tints of Ultramarine #1E049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

 BLUE value IS 157 (61.72% from 255) = 82.2%

R = 15.71%
G = 2.09%
B = 82.2%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E049D (or 0x1E049D) is known color: Ultramarine. HEX triplet: 1E, 04 and 9D. RGB value is (30,4,157). Sum of RGB (Red+Green+Blue) = 30+4+157=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 157 (61.72% from 255 or 82.20% from 191); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E049D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E049D is #E1FB62. Grayscale: #1C1C1C. Windows color (decimal): -14809955 or 10290206. OLE color: 10290206.

HSL color Cylindrical-coordinate representation of color #1E049D: hue angle of 250.2º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E049D is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 30 4 157 -
CMYK 0.81 0.97 0 0.38
HSL 250.2º 0.95% 0.32% -
HSV(B) 250.2º 0.97% 0.62% -
XYZ 6.66 2.8 32.09 -
YUV 29.22 200.11 128.56 -
System Red Green Blue C M Y K H S L
Decimal 30 4 157 0.81 0.97 0 0.38 250.2 0.95 0.32
Hex 1E 4 9D 51 61 0 26 FA 5F 20
Octal 36 4 235 121 141 0 46 372 137 40
Binary 11110 100 10011101 1010001 1100001 0 100110 11111010 1011111 100000

Color Harmonies of #1E049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E049D

Black with #1E049D

Text Example


Text Example

White with #1E049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,4,157); }

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

background-color css

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

 a { background-color: rgb(30,4,157); }

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

border-color css

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

 span { border-color: rgb(30,4,157); }

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