Html Css Color HEX #1E1091 Ultramarine

📋 copy color: '#1E1091'

red 30 ◦ green 16 ◦ blue 145

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

Shades of Ultramarine #1E1091

Tints of Ultramarine #1E1091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 75.92%

R = 15.71%
G = 8.38%
B = 75.92%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1E1091 (or 0x1E1091) is known color: Ultramarine. HEX triplet: 1E, 10 and 91. RGB value is (30,16,145). Sum of RGB (Red+Green+Blue) = 30+16+145=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #1E1091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1091 is #E1EF6E. Grayscale: #222222. Windows color (decimal): -14806895 or 9506846. OLE color: 9506846.

HSL color Cylindrical-coordinate representation of color #1E1091: hue angle of 246.51º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E1091 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 30 16 145 -
CMYK 0.79 0.89 0 0.43
HSL 246.51º 0.8% 0.32% -
HSV(B) 246.51º 0.89% 0.57% -
XYZ 5.83 2.69 27 -
YUV 34.89 190.14 124.51 -
System Red Green Blue C M Y K H S L
Decimal 30 16 145 0.79 0.89 0 0.43 246.51 0.8 0.32
Hex 1E 10 91 4F 59 0 2B F7 50 20
Octal 36 20 221 117 131 0 53 367 120 40
Binary 11110 10000 10010001 1001111 1011001 0 101011 11110111 1010000 100000

Color Harmonies of #1E1091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1091

Black with #1E1091

Text Example


Text Example

White with #1E1091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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