Html Css Color HEX #1E048D Ultramarine

📋 copy color: '#1E048D'

red 30 ◦ green 4 ◦ blue 141

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

Shades of Ultramarine #1E048D

Tints of Ultramarine #1E048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 80.57%

R = 17.14%
G = 2.29%
B = 80.57%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E048D (or 0x1E048D) is known color: Ultramarine. HEX triplet: 1E, 04 and 8D. RGB value is (30,4,141). Sum of RGB (Red+Green+Blue) = 30+4+141=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 141 (55.47% from 255 or 80.57% from 175); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E048D is #E1FB72. Grayscale: #1A1A1A. Windows color (decimal): -14809971 or 9241630. OLE color: 9241630.

HSL color Cylindrical-coordinate representation of color #1E048D: hue angle of 251.39º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E048D is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 30 4 141 -
CMYK 0.79 0.97 0 0.45
HSL 251.39º 0.94% 0.28% -
HSV(B) 251.39º 0.97% 0.55% -
XYZ 5.39 2.29 25.36 -
YUV 27.39 192.11 129.86 -
System Red Green Blue C M Y K H S L
Decimal 30 4 141 0.79 0.97 0 0.45 251.39 0.94 0.28
Hex 1E 4 8D 4F 61 0 2D FB 5E 1C
Octal 36 4 215 117 141 0 55 373 136 34
Binary 11110 100 10001101 1001111 1100001 0 101101 11111011 1011110 11100

Color Harmonies of #1E048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E048D

Black with #1E048D

Text Example


Text Example

White with #1E048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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