Html Css Color HEX #1E098D Ultramarine

📋 copy color: '#1E098D'

red 30 ◦ green 9 ◦ blue 141

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

Shades of Ultramarine #1E098D

Tints of Ultramarine #1E098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5%

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

R = 16.67%
G = 5%
B = 78.33%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E098D (or 0x1E098D) is known color: Ultramarine. HEX triplet: 1E, 09 and 8D. RGB value is (30,9,141). Sum of RGB (Red+Green+Blue) = 30+9+141=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 141 (55.47% from 255 or 78.33% from 180); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E098D is #E1F672. Grayscale: #1D1D1D. Windows color (decimal): -14808691 or 9242910. OLE color: 9242910.

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

Color convert

RGB 30 9 141 -
CMYK 0.79 0.94 0 0.45
HSL 249.55º 0.88% 0.29% -
HSV(B) 249.55º 0.94% 0.55% -
XYZ 5.44 2.39 25.37 -
YUV 30.33 190.46 127.77 -
System Red Green Blue C M Y K H S L
Decimal 30 9 141 0.79 0.94 0 0.45 249.55 0.88 0.29
Hex 1E 9 8D 4F 5E 0 2D FA 58 1D
Octal 36 11 215 117 136 0 55 372 130 35
Binary 11110 1001 10001101 1001111 1011110 0 101101 11111010 1011000 11101

Color Harmonies of #1E098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E098D

Black with #1E098D

Text Example


Text Example

White with #1E098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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