Html Css Color HEX #1E037E Ultramarine

📋 copy color: '#1E037E'

red 30 ◦ green 3 ◦ blue 126

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

Shades of Ultramarine #1E037E

Tints of Ultramarine #1E037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

 BLUE value IS 126 (49.61% from 255) = 79.25%

R = 18.87%
G = 1.89%
B = 79.25%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1E037E (or 0x1E037E) is known color: Ultramarine. HEX triplet: 1E, 03 and 7E. RGB value is (30,3,126). Sum of RGB (Red+Green+Blue) = 30+3+126=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 126 (49.61% from 255 or 79.25% from 159); Max value from RGB is 126 - color contains mainly: blue. Hex color #1E037E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E037E is #E1FC81. Grayscale: #181818. Windows color (decimal): -14810242 or 8258334. OLE color: 8258334.

HSL color Cylindrical-coordinate representation of color #1E037E: hue angle of 253.17º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E037E is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 30 3 126 -
CMYK 0.76 0.98 0 0.51
HSL 253.17º 0.95% 0.25% -
HSV(B) 253.17º 0.98% 0.49% -
XYZ 4.33 1.85 19.87 -
YUV 25.1 184.95 131.5 -
System Red Green Blue C M Y K H S L
Decimal 30 3 126 0.76 0.98 0 0.51 253.17 0.95 0.25
Hex 1E 3 7E 4C 62 0 33 FD 5F 19
Octal 36 3 176 114 142 0 63 375 137 31
Binary 11110 11 1111110 1001100 1100010 0 110011 11111101 1011111 11001

Color Harmonies of #1E037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E037E

Black with #1E037E

Text Example


Text Example

White with #1E037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,3,126); }

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

background-color css

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

 a { background-color: rgb(30,3,126); }

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

border-color css

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

 span { border-color: rgb(30,3,126); }

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