Html Css Color HEX #1E1690 Ultramarine

📋 copy color: '#1E1690'

red 30 ◦ green 22 ◦ blue 144

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

Shades of Ultramarine #1E1690

Tints of Ultramarine #1E1690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.22%

 BLUE value IS 144 (56.64% from 255) = 73.47%

R = 15.31%
G = 11.22%
B = 73.47%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1E1690 (or 0x1E1690) is known color: Ultramarine. HEX triplet: 1E, 16 and 90. RGB value is (30,22,144). Sum of RGB (Red+Green+Blue) = 30+22+144=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E1690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1690 is #E1E96F. Grayscale: #252525. Windows color (decimal): -14805360 or 9442846. OLE color: 9442846.

HSL color Cylindrical-coordinate representation of color #1E1690: hue angle of 243.93º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1690 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 30 22 144 -
CMYK 0.79 0.85 0 0.44
HSL 243.93º 0.73% 0.33% -
HSV(B) 243.93º 0.85% 0.56% -
XYZ 5.86 2.86 26.63 -
YUV 38.3 187.65 122.08 -
System Red Green Blue C M Y K H S L
Decimal 30 22 144 0.79 0.85 0 0.44 243.93 0.73 0.33
Hex 1E 16 90 4F 55 0 2C F4 49 21
Octal 36 26 220 117 125 0 54 364 111 41
Binary 11110 10110 10010000 1001111 1010101 0 101100 11110100 1001001 100001

Color Harmonies of #1E1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1690

Black with #1E1690

Text Example


Text Example

White with #1E1690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,22,144); }

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

background-color css

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

 a { background-color: rgb(30,22,144); }

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

border-color css

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

 span { border-color: rgb(30,22,144); }

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