Html Css Color HEX #1E109D Ultramarine

📋 copy color: '#1E109D'

red 30 ◦ green 16 ◦ blue 157

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

Shades of Ultramarine #1E109D

Tints of Ultramarine #1E109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

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

R = 14.78%
G = 7.88%
B = 77.34%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E109D (or 0x1E109D) is known color: Ultramarine. HEX triplet: 1E, 10 and 9D. RGB value is (30,16,157). Sum of RGB (Red+Green+Blue) = 30+16+157=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E109D is #E1EF62. Grayscale: #232323. Windows color (decimal): -14806883 or 10293278. OLE color: 10293278.

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

Color convert

RGB 30 16 157 -
CMYK 0.81 0.90 0 0.38
HSL 245.96º 0.82% 0.34% -
HSV(B) 245.96º 0.9% 0.62% -
XYZ 6.81 3.08 32.13 -
YUV 36.26 196.14 123.54 -
System Red Green Blue C M Y K H S L
Decimal 30 16 157 0.81 0.90 0 0.38 245.96 0.82 0.34
Hex 1E 10 9D 51 5A 0 26 F6 52 22
Octal 36 20 235 121 132 0 46 366 122 42
Binary 11110 10000 10011101 1010001 1011010 0 100110 11110110 1010010 100010

Color Harmonies of #1E109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E109D

Black with #1E109D

Text Example


Text Example

White with #1E109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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