Html Css Color HEX #1E089A Ultramarine

📋 copy color: '#1E089A'

red 30 ◦ green 8 ◦ blue 154

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

Shades of Ultramarine #1E089A

Tints of Ultramarine #1E089A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

 BLUE value IS 154 (60.55% from 255) = 80.21%

R = 15.63%
G = 4.17%
B = 80.21%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1E089A (or 0x1E089A) is known color: Ultramarine. HEX triplet: 1E, 08 and 9A. RGB value is (30,8,154). Sum of RGB (Red+Green+Blue) = 30+8+154=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 154 (60.55% from 255 or 80.21% from 192); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E089A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E089A is #E1F765. Grayscale: #1E1E1E. Windows color (decimal): -14808934 or 10094622. OLE color: 10094622.

HSL color Cylindrical-coordinate representation of color #1E089A: hue angle of 249.04º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E089A is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 30 8 154 -
CMYK 0.81 0.95 0 0.40
HSL 249.04º 0.9% 0.32% -
HSV(B) 249.04º 0.95% 0.6% -
XYZ 6.45 2.78 30.77 -
YUV 31.22 197.29 127.13 -
System Red Green Blue C M Y K H S L
Decimal 30 8 154 0.81 0.95 0 0.40 249.04 0.9 0.32
Hex 1E 8 9A 51 5F 0 28 F9 5A 20
Octal 36 10 232 121 137 0 50 371 132 40
Binary 11110 1000 10011010 1010001 1011111 0 101000 11111001 1011010 100000

Color Harmonies of #1E089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E089A

Black with #1E089A

Text Example


Text Example

White with #1E089A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,8,154); }

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

background-color css

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

 a { background-color: rgb(30,8,154); }

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

border-color css

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

 span { border-color: rgb(30,8,154); }

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