Html Css Color HEX #1E019D Ultramarine

📋 copy color: '#1E019D'

red 30 ◦ green 1 ◦ blue 157

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

Shades of Ultramarine #1E019D

Tints of Ultramarine #1E019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 15.96%
G = 0.53%
B = 83.51%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E019D (or 0x1E019D) is known color: Ultramarine. HEX triplet: 1E, 01 and 9D. RGB value is (30,1,157). Sum of RGB (Red+Green+Blue) = 30+1+157=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 157 (61.72% from 255 or 83.51% from 188); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E019D is #E1FE62. Grayscale: #1A1A1A. Windows color (decimal): -14810723 or 10289438. OLE color: 10289438.

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

Color convert

RGB 30 1 157 -
CMYK 0.81 0.99 0 0.38
HSL 251.15º 0.99% 0.31% -
HSV(B) 251.15º 0.99% 0.62% -
XYZ 6.63 2.73 32.08 -
YUV 27.46 201.11 129.82 -
System Red Green Blue C M Y K H S L
Decimal 30 1 157 0.81 0.99 0 0.38 251.15 0.99 0.31
Hex 1E 1 9D 51 63 0 26 FB 63 1F
Octal 36 1 235 121 143 0 46 373 143 37
Binary 11110 1 10011101 1010001 1100011 0 100110 11111011 1100011 11111

Color Harmonies of #1E019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E019D

Black with #1E019D

Text Example


Text Example

White with #1E019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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