Html Css Color HEX #1E1289 Ultramarine

📋 copy color: '#1E1289'

red 30 ◦ green 18 ◦ blue 137

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

Shades of Ultramarine #1E1289

Tints of Ultramarine #1E1289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

 BLUE value IS 137 (53.91% from 255) = 74.05%

R = 16.22%
G = 9.73%
B = 74.05%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1E1289 (or 0x1E1289) is known color: Ultramarine. HEX triplet: 1E, 12 and 89. RGB value is (30,18,137). Sum of RGB (Red+Green+Blue) = 30+18+137=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E1289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1289 is #E1ED76. Grayscale: #222222. Windows color (decimal): -14806391 or 8983070. OLE color: 8983070.

HSL color Cylindrical-coordinate representation of color #1E1289: hue angle of 246.05º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E1289 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 30 18 137 -
CMYK 0.78 0.87 0 0.46
HSL 246.05º 0.77% 0.3% -
HSV(B) 246.05º 0.87% 0.54% -
XYZ 5.27 2.51 23.87 -
YUV 35.15 185.48 124.32 -
System Red Green Blue C M Y K H S L
Decimal 30 18 137 0.78 0.87 0 0.46 246.05 0.77 0.3
Hex 1E 12 89 4E 57 0 2E F6 4D 1E
Octal 36 22 211 116 127 0 56 366 115 36
Binary 11110 10010 10001001 1001110 1010111 0 101110 11110110 1001101 11110

Color Harmonies of #1E1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1289

Black with #1E1289

Text Example


Text Example

White with #1E1289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,18,137); }

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

background-color css

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

 a { background-color: rgb(30,18,137); }

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

border-color css

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

 span { border-color: rgb(30,18,137); }

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