Html Css Color HEX #1E039D Ultramarine

📋 copy color: '#1E039D'

red 30 ◦ green 3 ◦ blue 157

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

Shades of Ultramarine #1E039D

Tints of Ultramarine #1E039D

RGB

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

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

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

R = 15.79%
G = 1.58%
B = 82.63%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E039D (or 0x1E039D) is known color: Ultramarine. HEX triplet: 1E, 03 and 9D. RGB value is (30,3,157). Sum of RGB (Red+Green+Blue) = 30+3+157=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 157 (61.72% from 255 or 82.63% from 190); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E039D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E039D is #E1FC62. Grayscale: #1C1C1C. Windows color (decimal): -14810211 or 10289950. OLE color: 10289950.

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

Color convert

RGB 30 3 157 -
CMYK 0.81 0.98 0 0.38
HSL 250.52º 0.96% 0.31% -
HSV(B) 250.52º 0.98% 0.62% -
XYZ 6.65 2.78 32.08 -
YUV 28.63 200.45 128.98 -
System Red Green Blue C M Y K H S L
Decimal 30 3 157 0.81 0.98 0 0.38 250.52 0.96 0.31
Hex 1E 3 9D 51 62 0 26 FB 60 1F
Octal 36 3 235 121 142 0 46 373 140 37
Binary 11110 11 10011101 1010001 1100010 0 100110 11111011 1100000 11111

Color Harmonies of #1E039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E039D

Black with #1E039D

Text Example


Text Example

White with #1E039D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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